|
|
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 replicate the one of the workspace:
|
|
|
The structure of this directory replicates the one of the workspace:
|
|
|
```
|
|
|
archive
|
|
|
↳ captures
|
... | ... | @@ -32,7 +32,7 @@ The production of the tar.gz archives is activated in the execution of the code |
|
|
##### `compress_image = 1`
|
|
|
-------
|
|
|
|
|
|
Production of daily tar.gz with captures from each day and saved in the `archive/captures` subdirectory, enclosing ~144 FITS files (if the station was operative for the entire day, (see the [Captures](Captures) page for details), a FITS header with relevant metadata and a preview image (the capture acquired closer to midnight).
|
|
|
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](captures) page for details), a FITS header with relevant metadata and a preview image (the capture acquired closer to midnight).
|
|
|
|
|
|
**Format** <br>
|
|
|
`PRISMA_CODE_YYYY-MM-DD_capture.tar.gz` (e.g., PRISMA_ITPI01_2019-03-01_capture.tar.gz)<br>
|
... | ... | @@ -45,7 +45,7 @@ Production of daily tar.gz with captures from each day and saved in the `archive |
|
|
##### `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](Captures analysis) and [Daily calibration](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).
|
|
|
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](Captures analysis) and [Daily calibration](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** <br>
|
|
|
`PRISMA_CODE_YYYY-MM-DD_calibration.tar.gz` <br>
|
... | ... | @@ -55,3 +55,17 @@ Production of daily tar.gz with the results of the calibration from each day and |
|
|
| 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 [Captures analysis](Captures analysis) and [Monthly calibration](Monthly calibration) pages for details), a FITS header with relevant metadata and a preview image (heat map of the position of stars detected during that month).
|
|
|
|
|
|
**Format** <br>
|
|
|
`PRISMA_CODE_YYYY-MM_calibration.tar.gz` <br>
|
|
|
| **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 | |
|
|
\ No newline at end of file |