Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 37ce2601040f8edc2329d4714238376a > files > 4361

eso-midas-doc-13SEPpl1.2-3.mga5.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>Column COOLING</TITLE>
<META NAME="description" CONTENT="Column COOLING">
<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="node625.html">
<LINK REL="previous" HREF="node623.html">
<LINK REL="up" HREF="node619.html">
<LINK REL="next" HREF="node625.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html9311"
 HREF="node625.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html9308"
 HREF="node619.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html9302"
 HREF="node623.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html9310"
 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="tex2html9312"
 HREF="node625.html">Silicon photodiodes and CCDs:</A>
<B> Up:</B> <A NAME="tex2html9309"
 HREF="node619.html">Detectors</A>
<B> Previous:</B> <A NAME="tex2html9303"
 HREF="node623.html">Photomultipliers: DET=PMT</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H3><A NAME="SECTION003255500000000000000">
Column COOLING</A>
</H3>
As the stability of zero-points and transformation coefficients depends partly
on the detector temperature, information must be given on the detector cooling
arrangements.
This is stored in a character column called 
COOLING,
which may contain the strings
<TT>'REGULATED'</TT>
if an active closed-loop cooling system is used (either thermoelectric or
some other servo-controlled cooling);
<TT>'UNREGULATED'</TT>
if the tube is cooled in some way, but not regulated;
<TT>'ICE'</TT>
if ordinary (water) ice is used as coolant;
<TT>'DRYICE'</TT>
if dry ice (solid carbon dioxide) is used with<I>out</I> a heat-transfer fluid;
<TT>'MEASURED'</TT>
if the temperature is measured but not regulated;
or
<TT>'NONE'</TT>
if the PMT runs at ambient temperature.

<P>
One should be careful not to push temperature-regulated systems beyond their
capabilities.
A servo-controlled system that tries to cool all the time and never
oscillates about its set point is, in fact, unregulated rather than regulated.
As long as dark current is well below sky measurements, dark noise probably
adds little to the photon noise from the sky, and additional cooling is
unnecessary.
If the dark current is kept a little above the minimum possible value, so that
it remains in the strongly temperature-dependent regime, it serves as a useful
indicator of tube temperature and health.

<P>
If dry ice is used with a low-viscosity heat-transfer liquid such as
ethyl acetate or Freon-11,
COOLING
should be set to
<TT>'REGULATED'</TT>;
but if dry ice is used with a viscous fluid such as alcohol,
<TT>'DRYICE'</TT>
should be used.
Note: Freon-11 is one of the CFCs most destructive to the ozone layer,
and should be avoided.

<P>
If
COOLING=<TT>'REGULATED'</TT>,
a Real*4 column named
DETTEMP
should contain the estimated detector temperature in kelvins.
With dry ice and ethyl acetate, the value in
DETTEMP
should be 195,
corresponding to 
<!-- MATH: $-78^{\circ}$ -->
<IMG
 WIDTH="54" HEIGHT="41" ALIGN="MIDDLE" BORDER="0"
 SRC="img1158.gif"
 ALT="$-78^{\circ}$">C.

<P>
If
COOLING=<TT>'MEASURED'</TT>,
detector temperatures should be part of the regular data stream.
In this case, a Real*4 data column DETTEMP
should be in the data files, rather than in
the instrumental ``.tbl'' file.
(Cf. the similar usage of FILTTEMP, and further details in the next section.)

<P>
<BR>
<DIV ALIGN="CENTER"><A NAME="30492">&#160;</A>
<TABLE>
<CAPTION><STRONG>Table:</STRONG>
Detector columns of the instrument table file</CAPTION>
<TR><TD>
<DIV ALIGN="CENTER">
<TABLE CELLPADDING=3 BORDER="1" ALIGN="CENTER">
<TR><TD ALIGN="LEFT">Column Label</TD>
<TD ALIGN="CENTER">Contents</TD>
<TD ALIGN="CENTER">Variable Type</TD>
<TD ALIGN="CENTER">Format</TD>
<TD ALIGN="CENTER">When used</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DET</TT></TD>
<TD ALIGN="CENTER">detector type</TD>
<TD ALIGN="CENTER">C*8 string</TD>
<TD ALIGN="CENTER">A8</TD>
<TD ALIGN="CENTER">always</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DETNAME</TT></TD>
<TD ALIGN="CENTER">detector name</TD>
<TD ALIGN="CENTER">C*12 string</TD>
<TD ALIGN="CENTER">A12</TD>
<TD ALIGN="CENTER">optional</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> NDET</TT></TD>
<TD ALIGN="CENTER">detector number</TD>
<TD ALIGN="CENTER">I integer</TD>
<TD ALIGN="CENTER">I4</TD>
<TD ALIGN="CENTER">always</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DETCODE</TT></TD>
<TD ALIGN="CENTER">detector code</TD>
<TD ALIGN="CENTER">C*8 string</TD>
<TD ALIGN="CENTER">A8</TD>
<TD ALIGN="CENTER">if dets. are coded</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> SNUMBER</TT></TD>
<TD ALIGN="CENTER">PMT S-number</TD>
<TD ALIGN="CENTER">C*9 string</TD>
<TD ALIGN="CENTER">A9</TD>
<TD ALIGN="CENTER">DET=<TT> PMT</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> MODE</TT></TD>
<TD ALIGN="CENTER">PMT mode (PC/DC/CI)</TD>
<TD ALIGN="CENTER">C*9 string</TD>
<TD ALIGN="CENTER">A9</TD>
<TD ALIGN="CENTER">DET=<TT> PMT</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DEADTYPE</TT></TD>
<TD ALIGN="CENTER">PMT deadtime type</TD>
<TD ALIGN="CENTER">C*12 string</TD>
<TD ALIGN="CENTER">A12</TD>
<TD ALIGN="CENTER">DET=<TT> PMT</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DEADTIME</TT></TD>
<TD ALIGN="CENTER">PMT deadtime (sec)</TD>
<TD ALIGN="CENTER">R*4 real</TD>
<TD ALIGN="CENTER">E8.3</TD>
<TD ALIGN="CENTER">DET=<TT> PMT</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DEADTIMEERROR</TT></TD>
<TD ALIGN="CENTER">PMT deadtime error</TD>
<TD ALIGN="CENTER">R*4 real</TD>
<TD ALIGN="CENTER">E13.2</TD>
<TD ALIGN="CENTER">DET=<TT> PMT</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> COOLING</TT></TD>
<TD ALIGN="CENTER">detector cooling</TD>
<TD ALIGN="CENTER">C*12 string</TD>
<TD ALIGN="CENTER">A12</TD>
<TD ALIGN="CENTER">always</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> DETTEMP</TT></TD>
<TD ALIGN="CENTER">detector temperature</TD>
<TD ALIGN="CENTER">R*4 real</TD>
<TD ALIGN="CENTER">F8.1</TD>
<TD ALIGN="CENTER">COOLING=<TT> REGULATED</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> SPECTRESPTBL</TT></TD>
<TD ALIGN="CENTER">actual spectral response</TD>
<TD ALIGN="CENTER">C*(*) string</TD>
<TD ALIGN="CENTER">A</TD>
<TD ALIGN="CENTER">(see section&nbsp;<A HREF="node626.html#spect-resp">I.5.5</A>)</TD>
</TR>
<TR><TD ALIGN="LEFT"><TT> BLUERESP</TT></TD>
<TD ALIGN="CENTER">CCD blue response class</TD>
<TD ALIGN="CENTER">C*8 string</TD>
<TD ALIGN="CENTER">A8</TD>
<TD ALIGN="CENTER">DET=<TT> SILICON</TT></TD>
</TR>
</TABLE></DIV>
<A NAME="tbl:detector-instr-cols">&#160;</A></TD></TR>
</TABLE>
</DIV>
<BR>
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html9311"
 HREF="node625.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html9308"
 HREF="node619.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html9302"
 HREF="node623.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html9310"
 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="tex2html9312"
 HREF="node625.html">Silicon photodiodes and CCDs:</A>
<B> Up:</B> <A NAME="tex2html9309"
 HREF="node619.html">Detectors</A>
<B> Previous:</B> <A NAME="tex2html9303"
 HREF="node623.html">Photomultipliers: DET=PMT</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>Petra Nass</I>
<BR><I>1999-06-15</I>
</ADDRESS>
</BODY>
</HTML>