Changeset 1160 for sans/Dev/branches/nxcansas_writer/NCNR_User_Procedures
- Timestamp:
- Jun 4, 2019 3:21:03 PM (4 years ago)
- Location:
- sans/Dev/branches/nxcansas_writer
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/branches/nxcansas_writer/NCNR_User_Procedures/Common/Packages/PlotManager/PlotUtilsMacro_v40.ipf
r1133 r1160 1473 1473 End 1474 1474 1475 Function NXWritePref(ctrlName,checked) : CheckBoxControl 1476 String ctrlName 1477 Variable checked 1478 1479 NVAR gVal = root:Packages:NIST:gNXcanSAS_Write 1480 gVal = checked 1481 End 1482 1475 1483 Function DoTransCorrPref(ctrlName,checked) : CheckBoxControl 1476 1484 String ctrlName … … 1543 1551 CheckBox PrefCtrl_0a,help={"Checking this will set the default output format to be canSAS XML rather than NIST 6 column"} 1544 1552 CheckBox PrefCtrl_0a,value= root:Packages:NIST:gXML_Write 1553 CheckBox PrefCtrl_0a,pos={21,116},size={124,14},proc=NXWritePref,title="Use NXcanSAS HDF5 Output" 1554 CheckBox PrefCtrl_0a,help={"Checking this will set the default output format to be NXcanSAS HDF5 rather than NIST 6 column"} 1555 CheckBox PrefCtrl_0a,value= root:Packages:NIST:gNXcanSAS_Write 1556 1545 1557 1546 1558 //on tab(1) - SANS -
sans/Dev/branches/nxcansas_writer/NCNR_User_Procedures/Reduction/USANS/COR_Graph.ipf
r907 r1160 215 215 SVAR USANSFolder = root:Packages:NIST:USANS:Globals:gUSANSFolder 216 216 NVAR useXMLOutput = root:Packages:NIST:gXML_Write 217 NVAR useNXcanSASOutput = root:Packages:NIST:gNXcanSAS_Write 217 218 218 219 … … 263 264 if (useXMLOutput == 1) 264 265 WriteXMLUSANSWaves(type,"",ptA,ptB,1) 266 else if (useNXcanSASOutput == 1) 267 WriteUSANSNXCanSAS(type,"",ptA,ptB,1) 265 268 else 266 269 WriteUSANSWaves(type,"",ptA,ptB,1)
Note: See TracChangeset
for help on using the changeset viewer.