Changeset 842 for sans/Dev/trunk/NCNR_User_Procedures/Reduction
- Timestamp:
- Mar 2, 2012 10:23:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/SASCALC.ipf
r811 r842 20 20 // configuration. 17.2 can be typed in for lens/prism on NG3. Invalid conditions 21 21 // will automatically uncheck the box 22 // 03 MAR 2012 SRK - Added new source apertures in 6th and 7th boxes of NG3 23 // 22 24 // 23 25 // calculate what q-values you get based on the instruments settings … … 204 206 Variable/G a1_7_0 = 2.5 // after the polarizer 205 207 Variable/G a1_7_1 = 5.0 208 Variable/G a1_7_1 = 0.95 // new Mar 2012 9.5 mm diameter source aperture 206 209 Variable/G a1_def = 5.00 207 210 … … 469 472 A1str="1.43 cm;2.54 cm;3.81 cm;" 470 473 break 471 case 6: 472 A1str = "! 6 Guides invalid;"473 mode=1474 break474 // case 6: //Mar 2012 - 6 guides is OK now, 5 cm aperture present in 7th box 475 // A1str = "! 6 Guides invalid;" 476 // mode=1 477 // break 475 478 case 7: // switched order in 2009 to keep 5 cm as default, 2.5 cm for polarizer 476 A1Str = "5.00 cm;2.50 cm; "479 A1Str = "5.00 cm;2.50 cm;0.95 cm;" // Mar 2012 - 3rd aperture added 477 480 mode = 1 478 481 break
Note: See TracChangeset
for help on using the changeset viewer.