|
|
This project encloses the data reduction pipeline for the Italian [PRISMA](http://www.prisma.inaf.it/) fireball network.
|
|
|
PRISMA is the First Italian Network for the systematic Surveillance of Meteors and the Atmosphere (in Italian, **Prisma Rete Italiana per la Sorveglianza Sistematica di Meteore ed Atmosfera**).
|
|
|
PRISMA is a partner of the [FRIPON](https://www.fripon.org/) international collaboration.
|
|
|
More information about the FRIPON network is available [here](https://doi.org/10.1051/0004-6361/202038649).
|
|
|
|
|
|
# Introduction & Nomenclature
|
|
|
The PRISMA network is made of stations (nodes) consisting of a mini-PC (NUC), a network switch and the fish-eye camera itself. Each node of PRISMA is named by the following FRIPON convention:
|
|
|
- **CODE**: example `ITPI01` (IT = Italia, PI = Piemonte, 01 = progressive number of the station in the region)
|
|
|
- **NAME**: example `PINOTORINESE`
|
|
|
|
|
|
## FreeTure
|
|
|
PRISMA nodes are operated by a software named [FreeTure](https://github.com/fripon/freeture) that handles meteor detection.
|
|
|
The camera acquires a 30 fps video stream that is triggered in livetime by FreeTure looking for meteors in the FoV. PRISMA data are divided into two categories: **captures** (calibration data) and **events** (meteor data).
|
|
|
|
|
|
## Events
|
|
|
Once FreeTure triggers a meteor, a video of few hundred of frames is saved in FITS format.
|
|
|
The video of the meteor captured by one node is called **detection**.
|
|
|
The trigger is handled by each node independently. Then, the node interacts with the central server to know if other stations in the network registered a detection at the same time.
|
|
|
|
|
|
An **event** is made of two or more detections of the same meteor made by different (≥ 2) nodes.
|
|
|
The event is named by its date in the following convention:
|
|
|
`YYYYMMDDTHHMMSS_UT` (e.g., 20190415T194950_UT)
|
|
|
|
|
|
Inside the event, each detection is named by adding the station NAME before the date:
|
|
|
`NAME_YYYYMMDDTHHMMSS_UT` (e.g., PINOTORINESE_20190415T194950_UT)
|
|
|
|
|
|
Be aware that the date reported in the detection name might slightly differ (± 5 s) from the event date.
|
|
|
This is due to the fact that each station may trigger the same meteor from a different starting time, or nodes may be not perfectly synchronized in time.
|
|
|
|
|
|
The folder structure of events is detailed in the [Workspace](Workspace) section.
|
|
|
|
|
|
## Captures
|
|
|
For calibration purposes (both astrometric and photometric) of each station, the 30 fps stream is paused each 10 minutes to acquire a long-exposure image (5 seconds) named **capture**, also saved as a FITS file by FreeTure.
|
|
|
Captures are calibration images which allow detecting stars down to +4/+5 mag (depending on the light pollution of the site).
|
|
|
|
|
|
If the node is fully operative, one should expect ~144 captures / day / station.
|
|
|
This is a continuous dataflow from each station, and accounts in reality for most of the disk-space needed for the storage of PRISMA data.
|
|
|
|
|
|
Each capture is named after the station code and the acquisition date-time, in the following convention:
|
|
|
`CODE_YYYYMMDDTHHMMSS_UT-0.fit` (e.g., ITPI01_20180100T001054_UT-0.fit)
|
|
|
|
|
|
The folder structure of captures is detailed in the [Workspace](Workspace) section. |
|
|
\ No newline at end of file |