Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2016-01-27 11:02:59
Size: 712
Comment:
Revision 8 as of 2016-05-20 13:17:17
Size: 859
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Compiled by KD ||Category B||Version 3.0||
Line 5: Line 5:
== Descriptions == == Description ==
Line 7: Line 7:
This routine reads a FITS image file, extracts relevant information from the header, adds a record to the [[make_sumfiles.in]] file, and adds a raw 8- or 16- bit image to the [[IMAGEFILES]] directory. This program
 *
reads a FITS image file
 *
extracts relevant information from the header
 *
adds a record to the [[make_sumfiles.in]] file
 *
adds a raw 8- or 16- bit image to the [[IMAGEFILES]] directory
Line 9: Line 13:
The 12 character picture name consists of a one character camera identifier, a 9-character ephemeris time, and a two-character filter identifier. The 12-character picture name consists of a one-character camera identifier, a 9-character ephemeris time, and a two-character filter identifier.
Line 11: Line 15:
== Input Files ==
 * FITS image file, name provided in stdin
=== Required Files ===
 * FITS image file - You provide the name as part of the standard input.
Line 14: Line 18:
== Input stdin == === Outputs ===
 * a row for the image is appended to [[make_sumfiles.in]]
 * raw 16- or 18-bit image(s) are stored to [[IMAGEFILES]] directory
Line 16: Line 22:
 * FITS image file name ----------

== Using process_fits ==

Here is a sample of the standard input:
Line 21: Line 32:
== Output ==
 * a row for the image entered into the routine is made in [[make_sumfiles.in]]
 * a raw 16- or 18- bit image(s) to [[IMAGEFILES]] directory
   ----------

''(Compiled by KD)''

CategoryPrograms

process_fits

Category B

Version 3.0

Description

This program

  • reads a FITS image file
  • extracts relevant information from the header
  • adds a record to the make_sumfiles.in file

  • adds a raw 8- or 16- bit image to the IMAGEFILES directory

The 12-character picture name consists of a one-character camera identifier, a 9-character ephemeris time, and a two-character filter identifier.

Required Files

  • FITS image file - You provide the name as part of the standard input.

Outputs


Using process_fits

Here is a sample of the standard input:

P599482141F2.FITS


(Compiled by KD)

CategoryPrograms

process_fits (last edited 2020-03-10 13:53:18 by EricPalmer)