Extended IDL Help

pick3d.pro

At present this program is installed in the /usr/local/epics/extensions/idllib directory for EPICS R3.14. This program provides IDL users a widget application PICK3D to flexiblely pick a 3D scan detector and obtaining various display features of the 3D data.

List of Routines


Routine Descriptions

PICK3D

[List of Routines]
 NAME: 
   pick3d

 PURPOSE: 
       This dialog allows the user dynamically picks the desired 
       detector numbers out of a 3D scan file. A user can freely
       view the 3D data of the selected detector by the view3d_2D
       program.

 CALLING SEQUENCE:
       pick3d [,File=file] [,PickDet=pickDet] [,Path=path] 
                               [,Debug=debug] [,Group=group]

 KEYWORDS:
  PickDet:    The default selected detector is detector number 16 which is
              detector D01. If different detector is desired it must be
              defined in database and falls in (1,85).  
  File:       Specifies the initial 3D scan file on command line
  Path:       Full path specifies the starting file directory where the scan 
              files are stored.
  Group:      Specifies the parent widget ID. If specified, the destroy of
              parent window resulted the destroy of Pick3d window.
  Debug:      If specified, dump the scan read information

 RESTRICTIONS:
    The scan file must be automatically generated by the IOC scan software
    by version 1.2 format. The file selected must be a 3D scan.

 EXAMPLE:
    PICK3D,path='/home/beams/CHA/data/xxx'

 MODIFICATION HISTORY:
       Written by:     Ben-chin Cha, Feb 1, 2001.
       02-15-2001      Add 3D_2D button to view 2D image data

(See pick3d.pro)