Ignore:
Timestamp:
Jun 2, 2017 11:29:54 AM (6 years ago)
Author:
srkline
Message:

moved dead time correction to before the solid angle correction, so that the dead time would be correcting counts, not counts per solid angle

added a routine to kill all of the waves and folders possible, if the overall DF kill failed. This is to prevent stray folders and waves from being present if different data files are loaded - since different data blocks are present for say, 3He data, data with temperature logging, etc.
This kill routine is used every time, before raw data is loaded, DIV or MASK loaded, or data is converted to WORK.

changed the "Save I(q)" button on the data display panel to save as ITX format, since the data has not been processed, and data can more easily be used for trimming input.

picking protocols in dialogs now excludes/includes appropriate waves

menus are consolidated

Fixed bug in SANS macros where the DRK[] item in the protocol could be null, and force the read of a DRK file, even if it was not desired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ProtocolAsPanel.ipf

    r916 r1042  
    280280        if(cmpstr(item,"none") == 0) 
    281281                checked = 0 
    282                 String/G root:myGlobals:Protocols:gDRK = list 
     282                String/G root:myGlobals:Protocols:gDRK = "DRK=none,DRKMODE=0," 
    283283                CheckBox prot_check_6 win=ProtocolPanel,value=checked 
    284284        else 
Note: See TracChangeset for help on using the changeset viewer.