| setinstrument | noao.imred.ccdred | setinstrument |
setinstrument -- Set instrument parameters
setinstrument instrument
The purpose of the task is to allow the user to easily set default parameters for a new instrument. The default parameters are generally defined by support personel in an instrument directory for a particular site. The instrument directory is the concatenation of the specified directory and the site. For example if the directory is "ccddb$" and the site is "kpno" then the instrument directory is "ccddb$kpno/". The user may have his own set of instrument files in a local directory. The current directory is used by setting the directory and site to the null string ("").
The user specifies an instrument identifier. This instrument may be specific to a particular observatory, telescope, instrument, and detector. If the character ? is specified or the instrument file is not found then a list of instruments in the instrument directory is produced by paging the file "instruments.men". The task then performs the following operations:
1. To get a list of the instruments;
cl> setinstrument ? [List of instruments] 2. To set the instrument and edit the processing parameters: cl> setinstrument ccdlink [Edit CCDRED parameters] [Edit CCDPROC parameters] 3. To use your own instrument translation file and/or setup script in your working directory. cl> setinst.site="" cl> setinst.dir="" cl> setinst myinstrument To make these files see help under \fBinstruments\fR. Copying and modifying system files is also straightforward. cl> copy ccddb$kpno/fits.dat . cl> edit fits.dat cl> setinst.site="" cl> setinst.dir="" cl> setinst fits