Ignore:
Timestamp:
Feb 10, 2011 1:29:02 PM (12 years ago)
Author:
srkline
Message:

Added patch to use the correct detector dead time based on whether VAX or ICE hardware was used. The switch is done based on the day of data acquisition using dates supplied by Jeff and Cedric for the date past which the VAX hardware was not used.

25-FEB-2010 for NG7
23-JUL-2009 for NG3

Any data collected after these dates will use the measured dead time with ICE hardware.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/Models_2D/GizmoCylinder_v40.ipf

    r665 r788  
    33 
    44Proc ShowCylinderOrientation() 
    5         Gizmo1() 
     5        if(WinType("ObjOrient") == 0) 
     6                Gizmo1() 
     7        endif 
    68end 
    79 
     
    5860        phi = phi/360*2*pi 
    5961         
    60         Print "theta, phi in radians = ",theta,phi 
     62        Print "Use theta, phi in radians = ",theta,phi 
    6163         
    6264        dx = sin(theta)*cos(phi) 
Note: See TracChangeset for help on using the changeset viewer.