Ignore:
Timestamp:
Apr 29, 2019 12:26:53 PM (4 years ago)
Author:
srkline
Message:

bug fix for Igor 8 - removing the setIgorOption forceCOLORONCOLOR for windows graphics. No longer needed in Igor 8, and generates an error. removed this line in the initialization step in all packages.

bug fix for the defining of a mask for sector averaging in VSANS. beam center in [cm] was incorrectly converted to [pixels]. No other calculations were affected.

File:
1 edited

Legend:

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

    r1023 r1147  
    123123                Variable/G root:myGlobals:gIsMac = 0 
    124124                //SetIgorOption to keep some PC's (graphics cards?) from smoothing the 2D image 
    125                 Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
     125                // SRK APRIL 2019 - removed this, does not exist in Igor 8 on WIN, and cause an error. 
     126//              Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 
    126127        endif 
    127128         
Note: See TracChangeset for help on using the changeset viewer.