This directory will contain the output of the data processing done by the PRISMA pipeline (both calibration and meteor data), compressed and formatted in tag.gz archives for long-term storage and preservation purposes.
The structure of this directory replicates the one of the workspace:
archive
↳ captures
↳ CODE
↳ YYYMM
↳ PRISMA_CODE_YYYY-MM-DD_capture.tar.gz
PRISMA_CODE_YYYY-MM-DD_capture.tar.gz.md5
↳ calibrations
↳ CODE
↳ YYYMM
↳ PRISMA_CODE_YYYY-MM-DD_calibration.tar.gz
PRISMA_CODE_YYYY-MM-DD_calibration.tar.gz.md5
PRISMA_CODE_YYYY-MM_calibration.tar.gz
PRISMA_CODE_YYYY-MM_calibration.tar.gz.md5
↳ events
↳ YYYYMM
↳ PRISMA_YYYYMMDDTHHMMSS_UT_event.tar.gz
PRISMA_YYYYMMDDTHHMMSS_UT_event.tar.gz.md5
↳ results
↳ YYYYMM
↳ PRISMA_YYYYMMDDTHHMMSS_UT_result.tar.gz
PRISMA_YYYYMMDDTHHMMSS_UT_result.tar.gz.md5
The production of the tar.gz archives is activated in the execution of the code by some keywords in the main programs of the pipeline.
calibration.pro
compress_image = 1
Production of daily tar.gz with captures from each day and saved in the archive/captures/
subdirectory of the workspace, enclosing ~144 FITS files (if the station was operative for the entire day, see the captures page for details), a FITS header with relevant metadata and a preview image (the capture acquired closer to midnight).
Format
PRISMA_CODE_YYYY-MM-DD_capture.tar.gz
(e.g., PRISMA_ITPI01_2019-03-01_capture.tar.gz)
Content | Nomenclature | Files |
---|---|---|
Captures | CODE_YYYYMMDDTHHMMSS_UT-0.fit |
FITS files |
Header | PRISMA_CODE_YYYY-MM-DD_capture.fits |
1 FITS file |
Preview | PRISMA_CODE_YYYY-MM-DD_capture.png |
1 PNG file |
compress_day = 1
Production of daily tar.gz with the results of the calibration from each day and saved in the archive/calibrations/
subdirectory, enclosing various TXT files and PDF reports (see the Captures analysis and Daily calibration pages for details), a FITS header with relevant metadata and a preview image (image of the position of stars detected during that night).
Format
PRISMA_CODE_YYYY-MM-DD_calibration.tar.gz
Content | Nomenclature | Files |
---|---|---|
Results | CODE_YYYYMMDD_*.txt |
TXT files |
Reports | CODE_YYYYMMDD_*.pdf |
PDF files |
Header | PRISMA_CODE_YYYY-MM-DD_calibration.fits |
1 FITS file |
Preview | PRISMA_CODE_YYYY-MM-DD_calibration.png |
1 PNG file |
compress_month = 1
Production of monthly tar.gz with the summary of results of the calibration from each day and saved in the archive/calibrations/
subdirectory, enclosing various TXT files and PDF reports (see the Monthly calibration page for details), a FITS header with relevant metadata and a preview image (heat map of the position of stars detected during that month).
Format
PRISMA_CODE_YYYY-MM_calibration.tar.gz
Content | Nomenclature | Files |
---|---|---|
Results | CODE_YYYYMM_*.txt |
TXT files |
Reports | CODE_YYYYMM_*.pdf |
PDF files |
Header | PRISMA_CODE_YYYY-MM_calibration.fits |
1 FITS file |
Preview | PRISMA_CODE_YYYY-MM_calibration.png |
1 PNG file |
event.pro
compress_event = 1
Production of a tar.gz enclosing the data from all the PRISMA cameras that detected the event and saved in the archive/events/
subdirectory, enclosing the event folder and a FITS header with relevant metadata.
Format
PRISMA_YYYYMMDDTHHMMSS_UT_event.tar.gz
Content | Nomenclature | Files |
---|---|---|
Event | YYYYMMDDTHHMMSS_UT\ |
1 folder |
Header | PRISMA_YYYYMMDDTHHMMSS_UT_event.fits |
1 FITS file |