Changeset 896
- Timestamp:
- Jan 31, 2013 12:15:12 PM (10 years ago)
- Location:
- sans/Dev/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/ModelPicker/SANSModelPicker_v40.ipf
r860 r896 82 82 checkForFiles = !(stringmatch(ParseFilePath(0,SpecialDirPath("Desktop",0,0,0),":",1,1),"s*ine")) //zero for me 83 83 checkForFiles = !(stringmatch(ParseFilePath(0,SpecialDirPath("Desktop",0,0,0),":",1,1),"ajj")) //and zero for me 84 84 checkForFiles = !(stringmatch(ParseFilePath(0,SpecialDirPath("Desktop",0,0,0),":",1,1),"andrewjackson")) //and zero for me 85 85 86 86 // turn off file checking if the proper alias to the NCNR procedures is there -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/EventModeProcessing.ipf
r893 r896 1480 1480 SetDataFolder root:Packages:NIST:Event 1481 1481 1482 1483 1482 1484 Variable fileref 1483 1485 String buffer … … 1493 1495 numLines = 0 1494 1496 1497 //Have to declare local variables for Loadwave so that this compiles without XOP. 1498 String S_waveNames 1499 // and those for the XOP 1500 Variable V_nXYevents,V_num1,V_num2,V_num3,V_num0,V_totBytes,V_numPP,V_numT0,V_numDL,V_numFF,V_numZero 1501 Variable V_numBad,V_numRemoved 1495 1502 1496 1503 // what I really need is the number of XY events
Note: See TracChangeset
for help on using the changeset viewer.