- Aug 23, 2020
-
-
-
-
-
-
-
In l1_utils.f90 added check in RBST_CUBEFIT2 to call RBST_QUADFIT2 if there are not enough data points In l1_utils.f90 added check in RBST_CUBFIT2 to see if there is enough data points for cubic fit and to call RBST_QUADFIT2 if not. This was just a quick fix to a problem with commision TAIPAN Helium arc line calibrations when there were only 3 line to calibrate with.
-
-
-
-
-
-
-
-
-
-
-
Remove deletion of GNUMakefile.in and GNUMakefile from GNUmakefile.am. This is incorrect on two points. First, the names are spelt wrong (Capitalization) and it was as a result only doing anything on the Mac and secondly, it is not needed, make distclean does what is needed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Fixed index bug in MultiTargetTracking that failed to recognise that index greater than track size implies a null assignment in the LAP problem as well as index=0. Fixed this by asserting that all return indecies greater than the initial size be redefined as 0 so there is no later confusion.
-
-
-
-
-
-
-
-
-
-