Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > d2e0b949db9ebf58fe04ed755553fbf4 > files > 4056

eso-midas-doc-17FEBpl1.2-3.mga7.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Setting, Saving, and Retrieving CCD Keywords</TITLE>
<META NAME="description" CONTENT="Setting, Saving, and Retrieving CCD Keywords">
<META NAME="keywords" CONTENT="vol2">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="vol2.css">
<LINK REL="next" HREF="node36.html">
<LINK REL="previous" HREF="node34.html">
<LINK REL="up" HREF="node31.html">
<LINK REL="next" HREF="node36.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1892"
 HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html1889"
 HREF="node31.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html1883"
 HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html1891"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html1893"
 HREF="node36.html">Calibration Frames and Naming</A>
<B> Up:</B> <A NAME="tex2html1890"
 HREF="node31.html">CCD Reductions</A>
<B> Previous:</B> <A NAME="tex2html1884"
 HREF="node34.html">General Overview of the</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION00640000000000000000">&#160;</A>
<A NAME="ccd:setting-storing-retrieving-ccd-keywords">&#160;</A>
<BR>
Setting, Saving, and Retrieving CCD Keywords
</H1>
 Since the number of parameters involved in a complete CCD reduction
 is quite large, most command parameters have default values. These 
 defaults are taken from the CCD keyword structure. So, after the data 
 have been read in and organized, you can set the CCD keywords to 
 control the CCD reduction process. Basically, one can divide the
 CCD keywords in three categories:
 <UL>
<LI>general keywords e.g. for telescope, instrument/detector 
        specifications (which CCD has been used; what is the useful area on 
        the chip; what is the read-out noise, its gain; what is the overscan 
        area) and the entries, needed for the various steps in the 
        calibration sequence. Most of the keywords are filled by the 
        <TT>LOAD/CCD</TT> command (see below).
<LI>calibration keywords related to the handling of calibration
        data, like fitting of the overscan area, the creation of
        master calibration frames, the method of bad pixel correction,
        the creation of illumination and fringe frames. For combining 
        the calibration frames in master calibration frames the
        system is provided with a set of keywords for each exposure 
        type (see below);
<LI>reduction keywords for controlling the reduction of the science 
        frame(s). Examples are: should the overscan area be used to 
        determine the bias; should we correct for bad pixels; is dark current 
        to be subtracted.
 </UL> Most of the CCD commands get their input parameters mainly from the
 CCD keywords. However, most commands also accept a limited number of 
 input parameters on the command line. These parameters will supersede
 the corresponding keywords. However, apart from a few cases the keyword 
 setting itself is not modified: principally, keywords can only be 
 changed by the <TT>SET/CCD</TT> command. For handling all these keywords
 the CCDRED package in equipped with five commands: <TT>HELP/CCD</TT>, 
 <TT>SHOW/CCD</TT>, <TT>SET/CCD</TT>, <TT>SAVE/CCD</TT> and <TT>INIT/CCD</TT>. 

<P>
<TT>HELP/CCD</TT> without parameters gives an overview of all CCD commands
 available. With an existing CCD keyword as parameter the command will
 show the present values of that keyword and a short explanation of it use.

<P>
<TT>SHOW/CCD</TT> returns you the current CCD keyword contents. Given the 
 number of keywords, to display the information the keywords are grouped 
 and displayed according to their functionality:
 <UL>
<LI><B>GE</B> keywords concerning general information;
<LI><B>BS</B> keywords for combining bias frames;
<LI><B>DK</B> keywords for combining the dark frames;
<LI><B>FF</B> keywords for combining the flat fields;
<LI><B>SK</B> keywords for combining the sky frames;
<LI><B>OT</B> keywords for combining other exposure types;
<LI><B>OV</B> keywords for fitting the overscan region;
<LI><B>MO</B> keywords for the mosaicing commands;
<LI><B>FX</B> keywords for the bad pixel correction;
<LI><B>IL</B> keywords for the creation of an illumination frame;
<LI><B>FR</B> keywords for the creation of a fringe frame;
<LI><B>SC</B> keywords for control of the actual reduction sequence.
 </UL> 
 With <TT>SET/CCD</TT> a maximum of 8 keywords in the CCD context can 
 be changed in one go.

<P>
After (partially) having finished a CCD reduction the user may want to 
 store the current keyword setting. This can be done using the command
 <TT>SAVE/CCD sav_table</TT>. The command will store the keywords in descriptors
 of a CCD save table with descriptor information only. The keyword setting 
 can be restored by the command <TT>INIT/CCD sav_table</TT>, where 
 <TT>sav_table</TT> is the table containing the CCD keyword setting, 
 previously saved.

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1892"
 HREF="node36.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html1889"
 HREF="node31.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html1883"
 HREF="node34.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html1891"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html1893"
 HREF="node36.html">Calibration Frames and Naming</A>
<B> Up:</B> <A NAME="tex2html1890"
 HREF="node31.html">CCD Reductions</A>
<B> Previous:</B> <A NAME="tex2html1884"
 HREF="node34.html">General Overview of the</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>Petra Nass</I>
<BR><I>1999-06-15</I>
</ADDRESS>
</BODY>
</HTML>