;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ;*NAME: ; ; pro monolook ; ;*VERSION: ; ; $Id$ ; ;*CATEGORY: ; ; P3d Display ; ;*CALLING SEQUENCE: ; ; monolook,in,out,mono,monosum,objectspec,skyspec,objectmask,skymask, $ ; spx=spx,spy=spy,spnull=spnull,hdr=hdr,xsize=xs,ysize=ys, $ ; xzoom=xzoom,mn=mn,mx=mx ; ;*INPUT: ; ; in: Input Array of Spectra ; ;*OUTPUT: ; ; out: Output (Manipulated) Array of Spectra ; mono: Output Displayed Monochromatic Image Stack ; monosum: Output Sum of displayed Monochromatic Images ; objectspec: Output Fixed Sky Spectrum ; skyspec: Output Fixed Object Spectrum ; mask: Output Mask of Marked Pixels in the Monochromatic Images ; ;*PARAMETERS: ; ;*KEYWORDS: ; ; spx: #Spatial Elements in the x-direction (Default: 16) ; spy: #Spatial Elements in the y-direction (Default: 15) ; spnull: Spectra Number of the First Spatial Element (Default: 0) ; hdr: Fits Header (used for wavelength assignment) ; xsize: Horizontal Size of Display Window (Default: 1240) ; ysize: Vertical Size of Display Window (Default: 947) ; xzoom: Scaling of the display in the x-direction (Default: 1) ; mn: Lower cut of display range ; mx: Lower cut of display range ; ;*CALLED FUNCTIONS: ; ;*CALLED PROCEDURES: ; ; tele telescl ; ;*PURPOSE: ; ; Monolook is an advanced display tool for the inspection of 3D data. ; The display area is divided into 3 sections: ; ; upper: display of the stacked spectra image ; middle: display of monocromatic images ; lower: plot of spectra of certain spatial elements ; ; The tool allows to interactively select monochromatic images ; and the preceeding selection of spectra via mousclick on ; spatial pixels of the monocromatic image. ; You can also display the spectrum of the sum of arbitrary pixels. ; As a consequence of that there are different sky subtraction algorithms ; included as for example building a mean sky of selected ; spatial elements or a 2D-interpolation of the sky to an object ; position. A Sky and an object spectrum as well as up to 16 ; monocromatic images can be set as output. ; ;*MODIFICATION HISTORY: ; ; TBE: 11/04/2001 - VERSION 1.0 initial programming ; ; ;*AUTHORS: ; ; TBE Thomas Becker Astrophysikalisches Institut Potsdam ; An der Sternwarte 16 ; D-14481 Potsdam ; email: tbecker@aip.de ; Tel. (049) 331/7499 - 414 ; ;----------------------------------------------------------------------------