- Timestamp:
- Mar 20, 2020 2:42:53 PM (3 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VC_VCALCPanel_MockUp.ipf
r1247 r1248 79 79 80 80 if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 81 NewPanel /W=(34*sc,44*sc,1274*sc,6 30*sc)/N=VCALC/K=181 NewPanel /W=(34*sc,44*sc,1274*sc,660*sc)/N=VCALC/K=1 82 82 else 83 83 NewPanel /W=(34,44,1274,699)/N=VCALC/K=1 … … 96 96 97 97 if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 98 GroupBox group1,pos={sc*460,10*sc},size={sc*762,5 65*sc},title="Detector Panel Positions + Data"98 GroupBox group1,pos={sc*460,10*sc},size={sc*762,595*sc},title="Detector Panel Positions + Data" 99 99 else 100 100 GroupBox group1,pos={460,10},size={762,635},title="Detector Panel Positions + Data" … … 202 202 if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 203 203 // note that the dimensions here are not strictly followed since the aspect ratio is set below 204 Display/W=(475*sc,310*sc,7 60*sc,550*sc)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX204 Display/W=(475*sc,310*sc,790*sc,590*sc)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 205 205 else 206 206 Display/W=(475,332,814,631)/HOST=# root:Packages:NIST:VSANS:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX … … 220 220 // for averaged I(Q) 221 221 if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 222 Display/W=(842*sc,330*sc,1204*sc,5 60*sc)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX222 Display/W=(842*sc,330*sc,1204*sc,590*sc)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX 223 223 else 224 224 Display/W=(842,334,1204,629)/HOST=# //root:Packages:NIST:VCALC:fv_degY vs root:Packages:NIST:VSANS:VCALC:fv_degX -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_DataPlotting.ipf
r1246 r1248 48 48 49 49 if(gLaptopMode == 1) 50 sc = 0. 750 sc = 0.9 51 51 endif 52 52 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_RAW_Data_Panel.ipf
r1246 r1248 145 145 146 146 if(root:Packages:NIST:VSANS:Globals:gLaptopMode==1) 147 NewPanel /W=(7,36,700,4 45) /K=1 /N=VSANS_Data147 NewPanel /W=(7,36,700,480) /K=1 /N=VSANS_Data 148 148 else 149 149 NewPanel /W=(37,45,1038,719) /K=1 /N=VSANS_Data -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_VSANS_Preferences.ipf
r1246 r1248 305 305 306 306 if(root:Packages:NIST:VSANS:Globals:gLaptopMode == 1) 307 sc = 0. 7307 sc = 0.9 308 308 endif 309 309
Note: See TracChangeset
for help on using the changeset viewer.