desidatamodel
24.9
  • vac/ : Value Added Catalogs
  • $DESI_ROOT : represents the top level of the DESI directory tree.
  • $DESI_SPECTRO_DATA : raw data
  • $DESI_SPECTRO_REDUX : processed spectro data
  • $DESI_SPECTRO_SIM : simulated spectro data
  • $DESI_SPECTRO_CALIB : spectro calibration data
  • $DESI_SURVEYOPS : data files used for day-to-day survey operations
  • $DESI_TARGET : target selection and fiber assignment (see also Myers et al. 2023)
  • $DESIMODEL : data used for simulating DESI
  • $DESISURVEY_OUTPUT : outputs from desisurvey and surveysim
  • $PROTODESI : data and logs from the ProtoDESI campaign
  • Bit Masks in DESI
  • Standard Column Descriptions
  • Environment variables
    • $DESI_ROOT : represents the top level of the DESI directory tree.
    • $DESI_SPECTRO_DATA : raw data
    • $DESI_SPECTRO_REDUX : processed spectro data
    • $DESI_SPECTRO_SIM : simulated spectro data
    • $DESI_SPECTRO_CALIB : spectro calibration data
    • $DESI_SURVEYOPS : data files used for day-to-day survey operations
    • $DESI_TARGET : target selection and fiber assignment (see also Myers et al. 2023)
    • $DESIMODEL : data used for simulating DESI
    • $DESISURVEY_OUTPUT : outputs from desisurvey and surveysim
    • $PROTODESI : data and logs from the ProtoDESI campaign
  • Units in data files
  • Contributing to desidatamodel
  • desidatamodel API
  • desidatamodel Change Log
desidatamodel
  • Environment Variables
  • Edit on GitHub

Environment VariablesΒΆ

DESI data are grouped broadly by category, using environment variables to define the base directory under which files of that category are kept. These variables have a standard location relative to DESI_ROOT, but code uses these variables so that one can swap out different input/output locations for testing.

  • $DESI_ROOT : represents the top level of the DESI directory tree.
  • $DESI_SPECTRO_DATA : raw data
  • $DESI_SPECTRO_REDUX : processed spectro data
  • $DESI_SPECTRO_SIM : simulated spectro data
  • $DESI_SPECTRO_CALIB : spectro calibration data
  • $DESI_SURVEYOPS : data files used for day-to-day survey operations
  • $DESI_TARGET : target selection and fiber assignment (see also Myers et al. 2023)
  • $DESIMODEL : data used for simulating DESI
  • $DESISURVEY_OUTPUT : outputs from desisurvey and surveysim
  • $PROTODESI : data and logs from the ProtoDESI campaign
Previous Next

© Copyright 2014-2022, DESI Collaboration. Revision 13d37f54.

Built with Sphinx using a theme provided by Read the Docs.