Unverified Commit 0f716d46 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

write gdown after each link in AGILE DR1 page

parent 7b12162e
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -48,6 +48,23 @@ How to download the notebooks
The notebooks can be downloaded from the AGILE DR1 repository:
https://drive.google.com/drive/u/0/folders/1xxaBrTamUZ5U3ncuG5VtkEIiF76UCghK

From the terminal, the notebooks can be downloaded using `gdown`_ using

.. _gdown: https://github.com/wkentaro/gdown

::

    # install gdown
    pip install gdown
    # download a drive folder
    gdown --folder <id>

where `<id>` may be found from the Google drive URL:

::

    https://drive.google.com/file/d/<id>

Each notebook requires a different part of the AGILE DR1 dataset in order to
work properly. The available notebooks and their requirements are listed below.
For more information about the datasets, refer to :ref:`products`
@@ -83,6 +100,12 @@ Catalogs: master.db (180G)

Link: https://drive.google.com/file/d/1PshhRq-b_89rHW1KL8dt_YF9RTHZuL3Z/view?usp=drive_link

Download with `gdown`

::

    gdown --folder 1PshhRq-b_89rHW1KL8dt_YF9RTHZuL3Z

We provide the whole DR1 (catalog) dataset as a single database which we refer
to as `master.db`. It is a sqlite3 file and contains the following tables:

@@ -105,6 +128,12 @@ Spectral energy distributions: seds/ (238G)

Link: https://drive.google.com/drive/folders/1kCNe_qUYKCLqWcqoC1-vPGMLE6pitvQM?usp=drive_link

Download with `gdown`

::

    gdown --folder 1kCNe_qUYKCLqWcqoC1-vPGMLE6pitvQM

We provide the UV-MIR SED of each AGN and galaxy and in AGILE DR1, identified
by their unique identifier `ID`. For each galaxy we provide the bulge and disk
SEDs separately. For each galaxy hosting an AGN, the AGN SED is also provided.
@@ -119,6 +148,12 @@ Light curves: lightcurves/ (5G)

Link: https://drive.google.com/drive/folders/1AJseZdbX_nYBb_AKisdESJfspITlqT0F?usp=drive_link

Download with `gdown`

::

    gdown --folder 1AJseZdbX_nYBb_AKisdESJfspITlqT0F

We provide the AGN lightcurves in the LSST `ugrizy` bands. For each AGN
identified by their `ID`, we provide the ten-year light curve in the observer
frame with a cadence of one day. The unit of flux is microjanskies. Each band
@@ -131,6 +166,12 @@ Images: repo_public (3T)

Link: https://drive.google.com/drive/folders/1E_w8ZRpo5FA-YdS52psLYDIn5VdHUp3f?usp=drive_link

Download with `gdown`

::

    gdown --folder 1E_w8ZRpo5FA-YdS52psLYDIn5VdHUp3f

`repo_public` is a `butler` repository
(https://pipelines.lsst.io/modules/lsst.daf.butler/index.html) containing the
AGILE DR1 simulated images. To access the image via `butler`, the LSST Science
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ Contact: `Angela Bongiorno`_, `Akke Viitanen`_
.. _Angela Bongiorno: mailto:angela.bongiorno@inaf.it
.. _Akke Viitanen: mailto:akke.viitanen@iki.fi


AGILE in a nutshell
-------------------