oidb=> select granule.obs_id, granule.progid as granule_progid, obslog.progid as granule_progid, granule.obs_release_date as granule_release_date, obslog.obs_release_date as obslog_release_date from oidb as granule INNER JOIN oidb as obslog ON granule.obs_id=SPLIT_PART(obslog.obs_id,'_',1) AND NOT granule.progid = obslog.progid AND granule.calib_level>0 and obslog.calib_level=0 ; obs_id | granule_progid | granule_progid | granule_release_date | obslog_release_date -------------------------------+----------------+----------------+-----------------------+--------------------- PIONI.2014-11-30T01:19:06.730 | 094.C-0175(A) | 094.D-0624(B) | 2015-11-30 01:17:47.3 | 2015-11-30 02:26:10 PIONI.2014-11-30T01:41:35.326 | 094.C-0175(A) | 094.D-0320(A) | 2015-11-30 01:40:16.2 | 2015-11-30 02:51:06 PIONI.2018-06-09T06:07:20.030 | 60.A-9800(X) | 0101.B-0576(I) | 2019-06-09 06:27:47.6 | 2019-06-09 10:15:29 (3 lignes)
interferometer_stations
des granules sera probablement plus simple à remplir depuis l'OIFits
select calib_level, obs_collection, subdate from oidb where subdate > DATE('2019-10-01') group by subdate, obs_collection, calib_level order by subdate DESC, obs_collection;
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
L0-2020-10-02.png | r1 | manage | 19.9 K | 2020-10-02 - 06:57 | GuillaumeMella | evolution L0 |
![]() |
nopionier_time.png | r1 | manage | 4.8 K | 2020-10-02 - 06:58 | GuillaumeMella | evolution granules (sans PIONIER) |
![]() |
pionier_fixed_release_dates.png | r1 | manage | 14.9 K | 2020-10-02 - 07:10 | GuillaumeMella | Correction released data fichiers PIONIER |
![]() |
pionier_time.png | r1 | manage | 5.6 K | 2020-10-02 - 06:58 | GuillaumeMella | evolution granules (PIONIER uniquement) |