Skip to content

New flexible input format

Compare
Choose a tag to compare
@scottprahl scottprahl released this 16 Mar 21:45

This release allows each M_R and M_T measurement to be accompanied by other data. For example the .rxt replaces the usual number of measurements line with a line that describes each column in the input. The column descriptors match the single letter options use 'L' for '-L' which describes the wavelength. So for example this might look like

L   r    t   n   N    w
500 0.5 0.1 1.40 1.50 0.98
600 0.4 0.1 1.41 1.51 0.97

the column order is arbitrary but the column labels must match the column order.

The other major feature is the iadplus program that will permits analyzing a bunch of .rxt files at once and creating a Jupyter notebook with graphs of all the data. It works for me, but if you encounter problems let me know

v3.16.0 (16 Mar 2024)

  • flexible columns input files!
  • add -w and -W command line options
  • include MC lost light in -z calculations
  • include MC lost light in 1 parameter searches
  • better support for overwriting r&t file data from command-line
  • first version of python wrapper iadplus
  • add more simple checks for bad r & t values