Ignore:
Timestamp:
Sep 24, 2008 1:33:28 PM (14 years ago)
Author:
ajj
Message:

Adding TISANE data handling (alpha code).

Can load a log file from Ordela detector and timeslice.

Displays slices but does not save them out or allow manipulation.

File:
1 edited

Legend:

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

    r328 r407  
    193193 
    194194        Show_WorkMath_Panel() 
     195End 
     196 
     197Proc TISANE_MainButtonProc(ctrlName) : ButtonControl 
     198        String ctrlName 
     199         
     200        Show_TISANE_Panel() 
    195201End 
    196202 
     
    303309        Button MainButton_3f,pos={150,120},size={110,20},title="WorkFile Math",proc=WorkMath_MainButtonProc 
    304310        Button MainButton_3f,help={"Perfom simple math operations on workfile data"} 
     311        Button MainButton_3g,pos={150,180},size={100,20},title="TISANE",proc=TISANE_MainButtonProc 
     312        Button MainButton_3g,help={"Manipulate TISANE Timeslice data"} 
    305313         
    306314        Button MainButton_3a,disable=1 
     
    310318        Button MainButton_3e,disable=1 
    311319        Button MainButton_3f,disable=1 
     320        Button MainButton_3g,disable=1 
    312321 
    313322//on tab(4) - Miscellaneous operations 
Note: See TracChangeset for help on using the changeset viewer.