You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's no pyrheliometer data, so no need to download L0 files; and
there multiple target stars being observed, so will want to add another layer to the directory structure for the target.
Let's talk through before actually implementing this
The text was updated successfully, but these errors were encountered:
For the directory structure of nighttime observations, my initial suggestion is
Inputs:
ROOT/INST/OBJECT/PIPELINEVER/L2/YYYY/MM/DD/neid*.fits
Outputs:
ROOT/INST/OBJECT/PIPELINEVER/outputs/USERID/PIPELINEID/YYYY/MM/DD/*.{jld2,fits,csv,toml}
where
ROOT = /gpfs/group/ebf11/default/pipeline/data/
INST = neid
OBJECT = string taken from OBJECT field of primary FITS header (if spaces convert them to _)
PIPELINEVER: Note that you can now check swversion when you run a query and see which version of the DRP pipeline at TAC was used to create the currently avaliable file. We want the major and minor version to match, but can process files with different patch release versions as part of the same group. So for now PIPELINEVER could be "v1.1".
L2: For nighttime observations, we only need to download the L2 files (not the L0 or L1's).
Nightime NEID data is very similar except:
Let's talk through before actually implementing this
The text was updated successfully, but these errors were encountered: