IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2005, 4:53:33 AM (21 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/www/html/DVO/example.htm

    r4814 r4835  
     1
     2<p>
     3This <a href=../download/dvo.sample.tgz>tarball</a> contains a
     4collection of data from 6 Megacam standard star image obtained in
     5September, 2003.  There are two sets of three images, taken two weeks
     6apart (03 Sep and 21 Sep).  In each set, there is one each of g', r',
     7and i' images, all short exposures of 3.0 seconds.  This dataset makes
     8a useful demonstration of the DVO system.
     9
     10<p>
     11The tarball contains 6 directories, one for each image.  The images
     12have been processed with the Elixir system and the photflat-corrected
     13flat-field images for each filter, though no fringe correction has
     14been applied.  Sextractor has been run on all of the images, and only
     15the sextractor-derived photometry is available in the tarballs.  No
     16image pixel data is kept.  The directories are named after the
     17exposure odometer numbers, eg 718688o.
     18
     19<p>
     20Within each directory, the data is separated into a number of files
     21for each of the 36 detector, with names created by appending the chip
     22number to the odometer number of the image, eg 718688o00.  For each
     23detector, the directory contains:
     24
     25<ul>
     26<li> the Elixir processing log file: *.log
     27<li> the raw sextractor output: *.sx
     28<li> the photometry data in Elixir cmp format: *.smp
     29<li> the photometry data in FITS table format: *.smf
     30<li> the photometry data with mosaic astromtry: *.xmf
     31</ul>
     32
     33<p>
     34The raw sextrator output consists of a fixed-format ASCII table with
     35columns defined by the Elixir processing system.  The Elixir cmp
     36format merges the sextractor photometry table with the image header to
     37form a pseudo-FITS table.  The smf format contains essentially the
     38same information as the smp format, but the table portion of the data
     39is written as a FITS table in the first extension, with appropriate
     40table description in the table header unit.  The primary header of
     41this file consists of the original image header, with the value of
     42NAXIS set to 0.  This has the effect of making the file a valid FITS
     43file, while keeping the information of NAXIS1 and NAXIS2 (the original
     44image dimensions), while eliminated the data taken by the image array.
     45
     46<p>
     47Both the .smp and .smf files include the astrometric solution in the
     48form of WCS header entries.  In the case of these files, the
     49astrometry requires a linear solution across the chip.  The linear
     50solution provides a robust solution, but results in systematic errors
     51which are substantial, roughly 0.5-1.0 arcsec, due to the optical
     52system distortion.  A better solution can be obtained by fitting
     53higher order polynomials.  We use a two-layer solution, with one set
     54of third-order polynomials to represent the warping of each detector,
     55and a second third-order polynomial to represent the telescope optical
     56distortion.  The .xmf files represent the same data as the .smf files,
     57also in the FITS table format, but with the two-layer mosaic
     58astrometric solutions in their headers.  In addition, these files
     59require the single .phu file which represents the full-mosaic PHU and
     60contains the top-level telescope distortion solution.
     61
     62It is possible to add any of these data to the DVO database using the
     63addstar command.  To add any of the .smp files, simply use the
     64command:
     65
     66<pre>
     67addstar filename.smp
     68</pre>
     69
     70To add any of the .smf files, it is necessary to specify the
     71<tt>-fits</tt> flag:
     72
     73<pre>
     74addstar -fits filename.smf
     75</pre>
     76
     77To add any of the .xmf files, it is necessary to specify the
     78<tt>-fits</tt> flag and to identify the mosaic astrometry file:
     79
     80<pre>
     81addstar -mosaic root.phu -fits filename.smf
     82</pre>
Note: See TracChangeset for help on using the changeset viewer.