Changeset 934 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Timestamp:
- Mar 27, 2014 4:22:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/EventModeProcessing.ipf
r923 r934 26 26 // 27 27 // 28 // -- the slice display "fails" for data sets that have 3 or 4 slices, as the ModifyImage command28 // X- the slice display "fails" for data sets that have 3 or 4 slices, as the ModifyImage command 29 29 // interprets the data as being RGB - and so does nothing. 30 // need to find a way around this 30 // need to find a way around this. This was fixed by displaying the data using the G=1 flag on AppendImage 31 // to prevent the "atuo-detection" of data as RGB 31 32 // 32 33 // -- Do something with the PP events. Currently, only the PP events that are XY (just the … … 274 275 275 276 Display/W=(10,170,460,610)/HOST=# 276 AppendImage/T :Packages:NIST:Event:dispsliceData277 AppendImage/T/G=1 :Packages:NIST:Event:dispsliceData // /G=1 flag prevents interpretation as RGB so 3, 4 slices display correctly 277 278 ModifyImage dispsliceData ctab= {*,*,ColdWarm,0} 278 279 ModifyImage dispsliceData ctabAutoscale=3 … … 1130 1131 1131 1132 1132 // TODO 1133 // TODO (DONE) 1133 1134 // this "fails" for data sets that have 3 or 4 slices, as the ModifyImage command 1134 1135 // interprets the data as being RGB - and so does nothing. 1135 1136 // need to find a way around this 1137 // 1138 //// When first plotted, AppendImage/G=1 flag prevents interpretation as RGB so 3, 4 slices display correctly 1136 1139 /// 1137 1140 // I could modify this procedure to use the log = 0|1 keyword for the log Z display
Note: See TracChangeset
for help on using the changeset viewer.