Hi HyperCP team,
We build a new pySAS system at UQAR based on specification provided by Nils H. in https://github.com/OceanOptics/pySAS.
I have an issue reading the GPS, UMTWR and THS strings in HyperCP. I could see the information in the RAW file. For example, I extracted a few rows from a RAW file:
Ê‹
<�œ$GPRMC,171711,A,5019.8866,N,05928.3948,W,002.2,004.9,290625,018.2,W*77
�ʋ
<��SATTHS1500,80,3600.61,,56.5,2.8,0.3
�ʋ
<�÷UMTWR,350.50,11.53,0.09,4.9,2.4,-21.03,O,215.5,59.1
�ʋ
As a result, the L1A file only contains radiometric data and the L1AQC fails. This is a screen capture of HDFview comparing our pySAS006 file with the sample data provided in HyperCP distribution (FRM4SOC2....)
Note that the appropriate calibration files are properly read when conversion RAW to L1A. Here is a copy of the HyperCP log when reading the calibration files:
Read CalibrationFile /Users/simonbelanger/PycharmProjects/HyperCP/HyperCP/Config/pySAS006_MECATINA_Calibration
id: SATHED0418
id: SATHSL0340
id: SATMSG
id: SATHLD0339
id: SATHSL0339
id: SATHLD0340
id: SATTHS0045
id: UMTWR
id: SATHSE0418
id: SATTHS1500
id: $GPRMC
Apply ConfigFile settings
calibrationMap keys: odict_keys(['HED0418G.cal', 'HSL0340D.cal', 'SATMSG.tdf', 'HLD0339D.cal', 'HSL0339D.cal', 'HLD0340D.cal', 'SATTHS0045A.tdf', 'UMTWR_v0.tdf', 'HSE0418G.cal', 'SATTHS1500A.tdf', 'GPRMC_NMEA0183v3.01.tdf'])
I can provide my data by email.
Hi HyperCP team,
We build a new pySAS system at UQAR based on specification provided by Nils H. in https://github.com/OceanOptics/pySAS.
I have an issue reading the GPS, UMTWR and THS strings in HyperCP. I could see the information in the RAW file. For example, I extracted a few rows from a RAW file:
Ê‹
<�œ$GPRMC,171711,A,5019.8866,N,05928.3948,W,002.2,004.9,290625,018.2,W*77
�ʋ
<��SATTHS1500,80,3600.61,,56.5,2.8,0.3
�ʋ
<�÷UMTWR,350.50,11.53,0.09,4.9,2.4,-21.03,O,215.5,59.1
�ʋ
As a result, the L1A file only contains radiometric data and the L1AQC fails. This is a screen capture of HDFview comparing our pySAS006 file with the sample data provided in HyperCP distribution (FRM4SOC2....)
Note that the appropriate calibration files are properly read when conversion RAW to L1A. Here is a copy of the HyperCP log when reading the calibration files:
Read CalibrationFile /Users/simonbelanger/PycharmProjects/HyperCP/HyperCP/Config/pySAS006_MECATINA_Calibration
id: SATHED0418
id: SATHSL0340
id: SATMSG
id: SATHLD0339
id: SATHSL0339
id: SATHLD0340
id: SATTHS0045
id: UMTWR
id: SATHSE0418
id: SATTHS1500
id: $GPRMC
Apply ConfigFile settings
calibrationMap keys: odict_keys(['HED0418G.cal', 'HSL0340D.cal', 'SATMSG.tdf', 'HLD0339D.cal', 'HSL0339D.cal', 'HLD0340D.cal', 'SATTHS0045A.tdf', 'UMTWR_v0.tdf', 'HSE0418G.cal', 'SATTHS1500A.tdf', 'GPRMC_NMEA0183v3.01.tdf'])
I can provide my data by email.