Changeset 755
- Timestamp:
- Oct 19, 2010 1:12:28 PM (12 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2009/Fractal_PolyCore_v40.ipf
r714 r755 163 163 sq += 1 164 164 //combine and return 165 //ans = pq*sq + bkg166 ans = pq +bkg165 ans = pq*sq + bkg 166 //ans = pq +bkg 167 167 168 168 return (ans) -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MultScatter_MonteCarlo_2D.ipf
r746 r755 1150 1150 1151 1151 1152 //first, check to be sure that the data is RAW counts before trying to save the VAX format 1153 // the easy answer is to abort, but I possibly could unscale the data and get back to integer 1154 // counts. 1155 NVAR isRAW = root:Packages:NIST:SAS:gRawCounts 1156 if(! isRAW) 1157 Abort "The simulation must be in RAW counts for it to be saved as RAW VAX format" 1158 endif 1159 1152 1160 // if default parameters were passed in, use them 1153 1161 // if not, set them to "bad" values so that the user will be prompted later
Note: See TracChangeset
for help on using the changeset viewer.