Agenda for Virtual Workshop Meeting
May 26, 2022
The Data Analysis Working Group meeting will be held on 2 June 2022 at 12:00 UTC.
Please contact Emma if you need the meeting link.
1. Report from the DAWG chairs
The DAWG chairs will present a brief overview of the DAWG’s activities during the past year.
2. Capturing metadata in dmap files
Some important data processing metadata is not captured in dmap files, for example:
tdiff
is not recorded infitacf
filesfitacf-version
(or other fitting algorithm) information is not included ingrd
/map
files.
3. Modifying make_fit to call all fitting algorithms
We are considering modifying the make_fit
command line options so that any ACF fitting algorithm can be called from the same binary, for example:
make_fit -fitting-algorithm fitacf3 [file].rawacf > [file].fitacf3
make_fit -fitting-algorithm fitacf2 [file].rawacf > [file].fitacf2
make_fit -fitting-algorithm fitex1 [file].rawacf > [file].fitex1
make_fit -fitting-algorithm fitex2 [file].rawacf > [file].fitex2
make_fit -fitting-algorithm lmfit1 [file].rawacf > [file].lmfit1
The draft changes to the software can be viewed and tested here.