How do I get data - njcuk9999/apero-drs GitHub Wiki
There are two ways to get data easily for a target.
From either of these, you can find a path to a file or set of files. Then you need to copy the data
Please note: Your object may be under another name. Please check here, the name displayed in ARI will be the first column [OBJNAME]
You can connect to ARI using the following links:
These are password protected. Please contact Neil, Etienne, Charles, Thomas or Frederique for the username and password.
Once on ARI you should see a list of apero profiles (spirou or nirps) in general the apero profiles will be in the format:
{instrument}_V{version}_{description}
Where the instrument will be spirou, nirps-he, nirps_ha
Where the version will be X.Y.ZZZ
Where the description will be "online", "offline" or something similar (like full or mini etc)
Clicking on this will lead to a page with the following:
- object table
- recipe table
- message table
Click on the object table will lead to a table of objects. Note each OBJNAME is a url to a object page specifically for that target. From the object pages you can find links to extracted, telluric corrected, CCF files and LBL files for this target. Note you will only find links to targets that pass quality control.
You can use the links provided to copy the data
In addition to this, you can use a precompiled list of symlinks which put most reduced data into a single directory for each target. This can be found at the following path:
/cosmos99/{instrument}/apero-data/{apero profile}/objects
Where the instrument will be spirou, nirps-he, nirps_ha
in general the apero profiles will be in the format:
{instrument}_V{version}_{description}
Where the instrument will be spirou, nirps-he, nirps_ha
Where the version will be X.Y.ZZZ
Where the description will be "online", "offline" or something similar (like full or mini etc)
Once you have located the directory/file/files you wish to download you can copy the data note that the objects directory contains symlinks so you will have to use rsnyc with the -L or --copy-links argument to copy the real files.
You can use rsync or ftp to copy the data:
e.g.
rsync -avu spirou-client@maestria:{server path} {local path}
rsync -avu nirps-client@maestria:{server path} {local path}
Use the spirou-client (for spirou) or nirps-client (for nirps) to copy the data to wherever you need it.
If you believe you are allowed access to the spirou-client or nirps-client account please contact Neil, Etienne, Charles, Thomas or Frederique for the password.
Note: To copy make sure you don't just copy the symlinks use -L or --copy-links argument to copy the real files.
Note: Please do not remove any data, use any data you are not sure whether you have permission to use or run any codes on the spirou-client or nirps-client account without prior permission from Neil, Etienne, Charles, Thomas or Frederique.