irfu / Lapdog_GIT

Matlab program for generating Rosetta RPCLAP calibrated-level & derived-level data from pds-generated data
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

NEL_tabindex lacks large subset of NEL.TAB files #34

Closed ErikPGJ closed 5 years ago

ErikPGJ commented 5 years ago

Found in all comet phases.

Lack of NEL.LBL files indicates that NEL_tabindex lacks a large subset of NEL.TAB files. Not to be confused with issue #29 (same for NED).

erjo@spis /data/rosetta/PDS_Archives/DATASETS/delivery/delivery_2019-06-30_DERIV_science_mp/gen_2019-04-17/gen_2019-06-20> l RO--5-////NEL.TAB | wc -l 1386 erjo@spis /data/rosetta/PDS_Archives/DATASETS/delivery/delivery_2019-06-30_DERIV_science_mp/gen_2019-04-17/gen_2019-06-20> l RO--5-////NEL.LBL | wc -l 758

frejon commented 5 years ago

Not sure this is a bug

in the same folder:

ls RO-5-////32S_NEL.TAB | wc -l 627 758+627 = 1385 ≈ 1386.
32S_NEL.TAB files are not for archiving. I can disable them if you want.

ErikPGJ commented 5 years ago

You seem to be correct. Forgot that 32S_NEL.TAB should not have any LBL files.

You do not need to deactivate 32S_NEL.TAB. All my pipeline code (Lapsus etc) knows to expect and ignore them. Just I who don't know...