Ignore:
Timestamp:
Oct 4, 2019 8:56:43 AM (3 years ago)
Author:
srkline
Message:

Corrections to the NGB30mSANS attenuator tables (for 3A data only).

Corrections to the sample aperture units on VSANS (change in NICE on 5/22/19).

Additions for the super white beam mode on VSANS - still in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/LinearizedFits/LinearizedFits_v40.ipf

    r888 r1219  
    524524        // ShortFileNameString is the currently selected data set, so make the user find the right data set 
    525525        // 
    526         Variable maxLength=25 
     526        Variable maxLength 
     527        if(IgorVersion() < 8) 
     528                maxLength = 25 
     529        else 
     530                maxLength = 40 
     531        endif 
     532         
    527533        if(strlen(partialName) > maxLength) 
    528534                // get user input, from a list of all of the data folder names 
Note: See TracChangeset for help on using the changeset viewer.