Changeset 1138 for sans/Dev


Ignore:
Timestamp:
Mar 28, 2019 1:46:45 PM (4 years ago)
Author:
srkline
Message:

updating the version number in VSANS, even though there were no changes there.

Location:
sans/Dev/trunk/NCNR_User_Procedures/Reduction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/BT5_Loader.ipf

    r1137 r1138  
    1010// with the DetCts wave as a wave note 
    1111// 
     12 
     13        // as of Feb 6 2019, USANS is using NICE for data collection rather than ICP 
     14        // as a consequence, the data file is somewhat different. Specifically, the  
     15        // order of the detectors in the comma-delimited list is different, with the 
     16        // 5 main detectors all listed in order, rather than separated. 
     17        // --- I can either flag on the date, or set a global to switch 
     18        // I also do not know if there will be any other changes in the data file format 
     19         
     20        // as of March 2019, data collected from NICE is collected in a single file, in terms of q-values 
     21        // not A2 angle. An additional consequence is that each data point can be collected for a different 
     22        // length of time. This is now read in per line and stored in a wave - and is used for the dead time 
     23        // correction and the normalization to monitor count. 
     24         
    1225// - thes wave note is a string of KEY:value items 
    1326// 
     
    102115         
    103116        USANS_DetectorDeadtime(filedt,MainDeadTime,TransDeadTime) 
    104          
    105 //      Print "Overriding Transmission DeadTime, set to 1e-9 s" 
    106 //      TransDeadTime = 1e-9 
    107 //      MainDeadTime = 1e-9 
    108          
    109117         
    110118        //skip line 2 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Initialize.ipf

    r1135 r1138  
    2222//************************ 
    2323 
    24 Constant kVSANSVersion = 7.89 
     24Constant kVSANSVersion = 7.90 
    2525 
    2626// TODO -- need to set up a separate file of "constants" or "globals" where the actual numbers are 
Note: See TracChangeset for help on using the changeset viewer.