Skip to content
  • Gagik Vardanyan's avatar
    ILL SANS user feedback, new stitch, load kinetic (#30879) · c4586dac
    Gagik Vardanyan authored
    * mask nans and infs instead of just replacing with 0
    
    * remove irrelevant beam center offset in default q-binning calculation
    
    * fix doc test output
    
    * remove trailing (), check for n_wedges
    
    * use the new stitch in SANSILLAuto
    
    * remove blank doc test
    
    * enable 4th column by default in ascii exports
    
    * made outputbinning per sample
    
    * proper validation for OutputBinning with : as delimiter
    
    * do not complain on dx if it is requested, but doesn't exist
    
    * refactored outputting the wedges
    
    * uncomment the sensitivity outputs
    
    * refactor outputting panels
    
    * also set shape_table to empty for not doing wedges for panels
    
    * check if ws exist before bookkeeping, happens if there is empty token
    
    * swap det 1 and 2 for D22B starting from cyc 212
    
    * chopper att2 for D22 and smarter q interval
    
    * better error when requesting wrong q range
    
    * convert att_value to float
    
    * remove extra flux rescaling
    
    * support kinetic mode for d11b in the loader
    
    * implemented kinetic reduction returning a workspace group
    
    * implemented kinetic (mono) reduction
    
    * guard for workspace group in needs_processing
    
    * handle absent or present 2nd monitor, store durations as the 2nd mon
    
    * round wavelength for kinetic, require alphanum for output
    
    * set the 2nd monitor (a.k.a durations) errors to 0
    
    * added a unit test for kinetic and D33 VTOF
    
    * fix the regression for d16 omega scan, add unit test
    
    * updated sys test reference for SANSILLReduction
    
    * update system test reference for autoprocess, chunk 1
    
    * fix the test name
    
    * update system test references for autoprocess (chunk 2)
    
    * fix the validation ws name in iphiq
    
    * adjust the test of SaveAscii2 when there is no dx
    
    * adjust the doc test
    
    * fixed d11 multi transmission ref following a bug fix in stitch
    
    * fixed D16 gamma scan ref after a fix in stitch
    
    * updated reference of d11 abs scale test
    
    * fixed the inputs in drill process test to match the other sys test
    
    * scale by the flux factor before comparison, due to commit f25a6cd5
    
    * doxygen, removed unneeded include statements
    
    * added a test for D22B cycle 212 onwards
    
    * added release notes for extended algorithms
    
    * fixed the doxygen param issues
    c4586dac