Changeset 4835
- Timestamp:
- Aug 20, 2005, 4:53:33 AM (21 years ago)
- Location:
- trunk/Ohana/doc
- Files:
-
- 4 edited
-
ohana-cvs.txt (modified) (1 diff)
-
www/html/DVO/example.htm (modified) (1 diff)
-
www/html/DVO/sequence.idx (modified) (1 diff)
-
www/html/download.htm (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/doc/ohana-cvs.txt
r3266 r4835 98 98 99 99 100 -- 101 102 some useful tricks: 103 104 cvs rdiff -s -r TAG MODULE 105 mkdist -diff GROUP VERSION -
trunk/Ohana/doc/www/html/DVO/example.htm
r4814 r4835 1 2 <p> 3 This <a href=../download/dvo.sample.tgz>tarball</a> contains a 4 collection of data from 6 Megacam standard star image obtained in 5 September, 2003. There are two sets of three images, taken two weeks 6 apart (03 Sep and 21 Sep). In each set, there is one each of g', r', 7 and i' images, all short exposures of 3.0 seconds. This dataset makes 8 a useful demonstration of the DVO system. 9 10 <p> 11 The tarball contains 6 directories, one for each image. The images 12 have been processed with the Elixir system and the photflat-corrected 13 flat-field images for each filter, though no fringe correction has 14 been applied. Sextractor has been run on all of the images, and only 15 the sextractor-derived photometry is available in the tarballs. No 16 image pixel data is kept. The directories are named after the 17 exposure odometer numbers, eg 718688o. 18 19 <p> 20 Within each directory, the data is separated into a number of files 21 for each of the 36 detector, with names created by appending the chip 22 number to the odometer number of the image, eg 718688o00. For each 23 detector, 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> 34 The raw sextrator output consists of a fixed-format ASCII table with 35 columns defined by the Elixir processing system. The Elixir cmp 36 format merges the sextractor photometry table with the image header to 37 form a pseudo-FITS table. The smf format contains essentially the 38 same information as the smp format, but the table portion of the data 39 is written as a FITS table in the first extension, with appropriate 40 table description in the table header unit. The primary header of 41 this file consists of the original image header, with the value of 42 NAXIS set to 0. This has the effect of making the file a valid FITS 43 file, while keeping the information of NAXIS1 and NAXIS2 (the original 44 image dimensions), while eliminated the data taken by the image array. 45 46 <p> 47 Both the .smp and .smf files include the astrometric solution in the 48 form of WCS header entries. In the case of these files, the 49 astrometry requires a linear solution across the chip. The linear 50 solution provides a robust solution, but results in systematic errors 51 which are substantial, roughly 0.5-1.0 arcsec, due to the optical 52 system distortion. A better solution can be obtained by fitting 53 higher order polynomials. We use a two-layer solution, with one set 54 of third-order polynomials to represent the warping of each detector, 55 and a second third-order polynomial to represent the telescope optical 56 distortion. The .xmf files represent the same data as the .smf files, 57 also in the FITS table format, but with the two-layer mosaic 58 astrometric solutions in their headers. In addition, these files 59 require the single .phu file which represents the full-mosaic PHU and 60 contains the top-level telescope distortion solution. 61 62 It is possible to add any of these data to the DVO database using the 63 addstar command. To add any of the .smp files, simply use the 64 command: 65 66 <pre> 67 addstar filename.smp 68 </pre> 69 70 To add any of the .smf files, it is necessary to specify the 71 <tt>-fits</tt> flag: 72 73 <pre> 74 addstar -fits filename.smf 75 </pre> 76 77 To 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> 81 addstar -mosaic root.phu -fits filename.smf 82 </pre> -
trunk/Ohana/doc/www/html/DVO/sequence.idx
r4743 r4835 1 1 DVO-shell.htm 2 2 commands.htm 3 example.htm 4 navigate.htm 3 5 addstar.htm 4 6 delstar.htm -
trunk/Ohana/doc/www/html/download.htm
r4814 r4835 29 29 30 30 <ul> 31 <li><a href=download/ mana-1.1.tgz>mana-1.1.tgz </a>32 <li><a href=download/ mana-1.0.tgz>mana-1.0.tgz </a>31 <li><a href=download/tarballs/mana-1.1.tgz>mana-1.1.tgz </a> 32 <li><a href=download/tarballs/mana-1.0.tgz>mana-1.0.tgz </a> 33 33 </ul> 34 34 … … 40 40 41 41 <ul> 42 <li><a href=download/ elixir-ohana-1.3.tgz>elixir-ohana-1.3.tgz </a>43 <li><a href=download/ elixir-ohana-1.2.tgz>elixir-ohana-1.2.tgz </a>44 <li><a href=download/ elixir-ohana-1.1.tgz>elixir-ohana-1.1.tgz </a>45 <li><a href=download/ elixir-ohana-1.0.tgz>elixir-ohana-1.0.tgz </a>42 <li><a href=download/tarballs/elixir-ohana-1.3.tgz>elixir-ohana-1.3.tgz </a> 43 <li><a href=download/tarballs/elixir-ohana-1.2.tgz>elixir-ohana-1.2.tgz </a> 44 <li><a href=download/tarballs/elixir-ohana-1.1.tgz>elixir-ohana-1.1.tgz </a> 45 <li><a href=download/tarballs/elixir-ohana-1.0.tgz>elixir-ohana-1.0.tgz </a> 46 46 </ul> 47 47 … … 62 62 63 63 <ul> 64 <li><a href=download/ opihi-2.3.tgz>opihi-2.3.tgz </a>64 <li><a href=download/tarballs/opihi-2.3.tgz>opihi-2.3.tgz </a> 65 65 </ul> 66 66 … … 72 72 73 73 <ul> 74 <li><a href=download/ psched-0.1.tgz>psched-0.1.tgz </a>74 <li><a href=download/tarballs/psched-0.1.tgz>psched-0.1.tgz </a> 75 75 </ul> 76 76 … … 82 82 83 83 <ul> 84 <li><a href=download/ ohana-tools-1.0.tgz>ohana-tools-1.0.tgz </a>84 <li><a href=download/tarballs/ohana-tools-1.0.tgz>ohana-tools-1.0.tgz </a> 85 85 </ul> 86 86 … … 91 91 92 92 <ul> 93 <li><a href=download/ elixir-config-1.2.tgz>elixir-config-1.2.tgz </a>94 <li><a href=download/ elixir-config-1.1.tgz>elixir-config-1.1.tgz </a>95 <li><a href=download/ elixir-config-1.0.tgz>elixir-config-1.0.tgz </a>93 <li><a href=download/tarballs/elixir-config-1.2.tgz>elixir-config-1.2.tgz </a> 94 <li><a href=download/tarballs/elixir-config-1.1.tgz>elixir-config-1.1.tgz </a> 95 <li><a href=download/tarballs/elixir-config-1.0.tgz>elixir-config-1.0.tgz </a> 96 96 </ul> 97 97
Note:
See TracChangeset
for help on using the changeset viewer.
