Ignore:
Timestamp:
Mar 27, 2014 4:22:59 PM (9 years ago)
Author:
srkline
Message:

Updated help files with information about FFT to USANS

Updated FFT routines and menu to include FFT to USANS routines and help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/EventModeProcessing.ipf

    r923 r934  
    2626// 
    2727// 
    28 // -- the slice display "fails" for data sets that have 3 or 4 slices, as the ModifyImage command 
     28// X- the slice display "fails" for data sets that have 3 or 4 slices, as the ModifyImage command 
    2929//     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 
    3132// 
    3233// -- Do something with the PP events. Currently, only the PP events that are XY (just the 
     
    274275         
    275276        Display/W=(10,170,460,610)/HOST=#  
    276         AppendImage/T :Packages:NIST:Event:dispsliceData 
     277        AppendImage/T/G=1 :Packages:NIST:Event:dispsliceData            //  /G=1 flag prevents interpretation as RGB so 3, 4 slices display correctly 
    277278        ModifyImage dispsliceData ctab= {*,*,ColdWarm,0} 
    278279        ModifyImage dispsliceData ctabAutoscale=3 
     
    11301131 
    11311132 
    1132 // TODO 
     1133// TODO (DONE) 
    11331134// this "fails" for data sets that have 3 or 4 slices, as the ModifyImage command 
    11341135// interprets the data as being RGB - and so does nothing. 
    11351136// 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 
    11361139/// 
    11371140// 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.