- Timestamp:
- Oct 18, 2018 12:09:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_VSANS_Preferences.ipf
r1109 r1117 94 94 val = NumVarOrDefault("root:Packages:NIST:VSANS:Globals:gIgnoreDetB", 1 ) 95 95 Variable/G root:Packages:NIST:VSANS:Globals:gIgnoreDetB = 1 96 96 97 // TODOHIGHRES 98 // OCT 2018 99 // new global to flag the highRes detector binning to accomodate the change in binning 100 // that was set 10/16/18 (changed from 4x4 bin to 1x1= no binning) 101 // set this flag == 1 for 1x1 102 // set flag 4 == 4x4 103 Variable/G root:Packages:NIST:VSANS:Globals:gHighResBinning = 4 104 97 105 DoAlert 1,"Are you using the back detector? (This can be changed later in the Preferences Panel)" 98 106 if(V_flag == 1) 99 107 // yes 100 108 Variable/G root:Packages:NIST:VSANS:Globals:gIgnoreDetB = 0 109 DoAlert 1,"Are you using 1x1 binning?" 110 if(V_flag == 1) 111 // yes 112 Variable/G root:Packages:NIST:VSANS:Globals:gHighResBinning = 1 113 endif 101 114 endif 102 115
Note: See TracChangeset
for help on using the changeset viewer.