Dear all,
I have multi-frequency GNSS observations (carrier phase and pseudoranges) contained in a RINEX file and I would like to detect the cycle slips for each frequency.
I would provide the whole List of ObservationDataset populated from the RINEX file as input to the detect
method applied to the class PhaseMinusCodeCycleSlipDetector
.
How can I extract the list of cycle slip epochs for one specific frequency using the method:
Map<Frequency,List<AbsoluteDate>>
getCycleSlipMap()
since I see from the documentation that the Frequency key of the map is always the highest one in case of multi-frequency?
Many thanks for your help.
Best Regards