- Timestamp:
- Sep 19, 2013 2:24:48 PM (10 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Pol_FlipperPanel.ipf
r915 r923 1224 1224 Variable num,ii,refnum 1225 1225 1226 fname = "CellDecay PanelSaveState"1226 fname = "CellDecaySaveState" 1227 1227 1228 1228 // get a list of the Decay waves … … 1337 1337 Variable num,ii,refnum 1338 1338 1339 fname = "Flipper PanelSaveState"1339 fname = "FlipperSaveState" 1340 1340 1341 1341 // get a list of the "Condition" waves … … 1352 1352 Endif 1353 1353 1354 Open/P=home refnum //as fname // creates a new file, or overwrites the existing file1354 Open/P=home refnum as fname // creates a new file, or overwrites the existing file 1355 1355 fprintf refNum,"IGOR\r" 1356 1356 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Pol_PolarizationCorrection.ipf
r915 r923 152 152 153 153 154 Open/P=home refnum //as fname // creates a new file, or overwrites the existing file154 Open/P=home refnum as fname // creates a new file, or overwrites the existing file 155 155 fprintf refNum,"IGOR\r" 156 156
Note: See TracChangeset
for help on using the changeset viewer.