Changeset 4019
- Timestamp:
- May 24, 2005, 6:18:38 AM (21 years ago)
- Location:
- trunk/Ohana/src/libautocode
- Files:
-
- 1 added
- 4 edited
-
Makefile (modified) (2 diffs)
-
def/autocode.c (modified) (1 diff)
-
def/image.d (added)
-
def/spectrum-ascii.d (modified) (1 diff)
-
generate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/Makefile
r3609 r4019 29 29 # remember to add entries here to libohana/Makefile:AOBJ as well 30 30 LIBOBJ = \ 31 $(SRC)/image.$(ARCH).o \ 31 32 $(SRC)/regimage.$(ARCH).o \ 32 33 $(SRC)/detreg.$(ARCH).o \ … … 38 39 39 40 LIBINC = \ 41 $(INC)/image.h \ 40 42 $(INC)/regimage.h \ 41 43 $(INC)/detreg.h \ -
trunk/Ohana/src/libautocode/def/autocode.c
r3515 r4019 59 59 return (TRUE); 60 60 } 61 62 int fits_table_mkheader_$STRUCT (Header *header) { 63 64 /* create table header */ 65 fits_create_table_header (header, "$TYPE", "$EXTNAME"); 66 67 /* define table layout */ 68 /** TABLE DEFINITION **/ 69 70 return (TRUE); 71 } -
trunk/Ohana/src/libautocode/def/spectrum-ascii.d
r3515 r4019 28 28 FIELD state, STATE, int[2], raw/wav/flx/etc, 29 29 FIELD flag, FLAG, int[3], status flags, 30 31 FIELD obstime, START_TIME, char[20], start time of measurement, yyyy/mm/dd,hh:mm:ss 32 FIELD filter, FILTER, char[10], filter and camera name 33 FIELD ZP, ZP_OBS, float[8.4], measured zero point, mag 34 FIELD dZP, ZP_ERR, float[7.4], error on zero point, mag 35 FIELD ra, RA, float[11.6], RA (J2000), dec. degrees 36 FIELD dec, DEC, float[11.6], DEC (J2000), dec. degrees 37 FIELD airmass, C_AIRMASS, float[7.3], airmass coeff, mag per airmass 38 FIELD sky, SKY, float[7.1], median sky flux, counts 39 FIELD Nstar, NSTAR, int[6], Number of stars in image, stars -
trunk/Ohana/src/libautocode/generate
r3609 r4019 185 185 } 186 186 # this is a patch for old photreg tables: provide a fix for the tables 187 # some photreg tables were not byteswapped for certain columns 187 188 if ($type eq "rawshort") { 188 189 $N +=2;
Note:
See TracChangeset
for help on using the changeset viewer.
