Ignore:
Timestamp:
Aug 6, 2012 2:58:11 PM (11 years ago)
Author:
srkline
Message:

changed the number of significant digits visible in the Catalog table, so that the wavelength, SDD, and sample position don't show up as odd floating point values, when they're only off by a smidgen. If they are significantly off, the real value will be seen.

Modified the file loader for Linearized fits to correctly handle files that are loaded with file names that are too long. Now they are loaded and plotted correctly, as the plot manager does. Now, when fitting, if the file name is too long (from the popup) then the user is prompted to pick the data set, since I don't know which one it is anymore, since the name was changed. Not too big of an issue. Most (All, I hope) of the file writing routines now enforce short, compliant names. this is ticket #363

File:
1 edited

Legend:

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

    r811 r861  
    119119                ModifyTable width(:myGlobals:CatVSHeaderInfo:nGuides)=40 
    120120                ModifyTable width(:myGlobals:CatVSHeaderInfo:Pos)=30 
     121                ModifyTable sigDigits(:myGlobals:CatVSHeaderInfo:Pos)=3                 //to make the display look nice, given the floating point values from ICE 
     122                ModifyTable sigDigits(:myGlobals:CatVSHeaderInfo:Lambda)=3              //may not work in all situations, but an improvement 
     123                ModifyTable sigDigits(:myGlobals:CatVSHeaderInfo:SDD)=5 
     124                ModifyTable trailingZeros(:myGlobals:CatVSHeaderInfo:Temperature)=1 
     125                ModifyTable sigDigits(:myGlobals:CatVSHeaderInfo:Temperature)=4 
    121126#endif 
    122127 
Note: See TracChangeset for help on using the changeset viewer.