- Timestamp:
- Apr 1, 2020 11:54:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Testing_Data_Procs.ipf
r1242 r1249 7 7 //////// function to take VCALC information and 8 8 // fill in the simulated information as needed to make a "fake" data file 9 // 10 // - to make fake data: 11 // - copy several existing raw VSANS files to a new folder 12 // - renumber them 13 // - open a new experiment, get a file catalog (catPathName must be set) 14 // - then open VCALC and set the desired conditions 15 // - then use the Macro "Copy_VCALC_to_VSANSFile() 16 // 17 // 18 19 9 20 // 10 21 // TODO: … … 53 64 54 65 55 val = VC_getSDD(detStr) // make sure value is in cm 66 val = VC_getSDD(detStr) // make sure value is in cm. This does not include the setback 56 67 print val 57 68 V_writeDet_distance(fileName,detStr,val)
Note: See TracChangeset
for help on using the changeset viewer.