- Timestamp:
- May 30, 2019 2:10:11 PM (4 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_MaskUtils.ipf
r1152 r1154 1032 1032 1033 1033 // save as HDF5 (no attributes saved yet) 1034 Save_VSANS_file("root:VSANS_MASK_file", fileName+". h5")1034 Save_VSANS_file("root:VSANS_MASK_file", fileName+".MASK.h5") 1035 1035 1036 1036 // // read in a data file using the gateway-- reads from the home path -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Protocol_Reduction.ipf
r1150 r1154 446 446 w[2] = str 447 447 else 448 tempStr = V_ParseRunNumberList(str) 448 // Print itemsinlist(str,",") 449 tempStr = StringFromList(0,str,",") 450 // tempStr = V_ParseRunNumberList(str) 449 451 if(strlen(tempStr)==0) 450 452 return(1) … … 470 472 w[3] = str 471 473 else 472 tempstr = V_ParseRunNumberList(str) 474 tempStr = StringFromList(0,str,",") 475 // tempstr = V_ParseRunNumberList(str) 473 476 if(strlen(tempstr)==0) 474 477 return(1)
Note: See TracChangeset
for help on using the changeset viewer.