Ignore:
Timestamp:
Sep 19, 2013 2:24:48 PM (10 years ago)
Author:
srkline
Message:

Changes to:
Polarization - to correct naming errors when saving polarization panel states. Names were too long.

Event Mode - improved the re-loading of split oscillatory data sets. Also allows easier editing of the list of split files to re-load for decimation.

FFT/real space - Modified gizmo to automatically color the different SLDs present. Limitied to 5 different SLDs due to a limitation of the voxelgram. If more than 5 SLDs are present (solvent does not count), then the extra ones are not displayed. Also modified KR-3Cyl procedures to be able to save/import a table of coordinates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Pol_FlipperPanel.ipf

    r915 r923  
    12241224        Variable num,ii,refnum 
    12251225         
    1226         fname = "CellDecayPanelSaveState" 
     1226        fname = "CellDecaySaveState" 
    12271227         
    12281228        // get a list of the Decay waves 
     
    13371337        Variable num,ii,refnum 
    13381338         
    1339         fname = "FlipperPanelSaveState" 
     1339        fname = "FlipperSaveState" 
    13401340         
    13411341        // get a list of the "Condition" waves 
     
    13521352        Endif 
    13531353         
    1354         Open/P=home refnum      // as fname             // creates a new file, or overwrites the existing file   
     1354        Open/P=home refnum      as fname                // creates a new file, or overwrites the existing file   
    13551355        fprintf refNum,"IGOR\r" 
    13561356                         
Note: See TracChangeset for help on using the changeset viewer.