ChangeLog for epauxcheck ======================== Open SPRs: - none Version 0.8 - 2024-09-27 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): write FITS file instead of ASCII output Version 0.7 - 2024-09-21 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): some further gap analysis, use 0138_0101440601_PNU00200AUX.FIT as benchmark test for this particular task version Version 0.6 - 2024-07-31 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): mainly VERBOSITY optimizations Version 0.5 - 2024-07-25 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): check gaps for almost-integer multiples of actual cycle times: -- within same FTCOARSE there should be the nominal FTFINE difference -- across FTCOARSE boundaries: for each FTCOARSE difference take the actual FTFINE value (variable ftav1) This approach is just for the detection of time jumps, and not for the accurate computation of event times (which should be homogeneous) - (config/epauxcheck.par): added optional parameter "withexplanation" whether to print some description (default "N") Version 0.4 - 2024-07-24 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): implement submode check and derive frequency drift, take care of non-zero chopper values, do check over all four quadrants although they should give the same values - to get statistical uncertainties (if other quadrants do have any entries) Version 0.3 - 2024-07-23 (MJF) ------------------------------ - (src/epauxcheck_mod.f90): -- statistics of QUADRANT and CCDID in PNAUX1 -- statistics of QUADRANT in PNAUX2 -- split PNAUX1 into quadrants with "FTCOARSE=0xFFFF" entries removed and perform submode check (within FTCOARSE), later perform gap analysis and then "oscillator frequency" check (across FTCORASE) Version 0.2 - 2024-06-28 (MJF) ------------------------------ - (DEPEND): updated according to "USEDLIBS" in src/Makefile - (src/epauxcheck_mod.f90): some dummy code for testing Version 0.1 - 2024-06-27 (MJF) ------------------------------ - Directory structure created by pkgmaker. Otherwise empty F90.