Changeset 4832 for trunk/Ohana/src/libautocode
- Timestamp:
- Aug 19, 2005, 5:13:28 PM (21 years ago)
- Location:
- trunk/Ohana/src/libautocode
- Files:
-
- 6 edited
-
Makefile (modified) (2 diffs)
-
def/average-elixir.d (modified) (1 diff)
-
def/average.d (modified) (1 diff)
-
def/measure-elixir.d (modified) (1 diff)
-
def/measure-panstarrs.d (modified) (1 diff)
-
def/measure.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/Makefile
r4463 r4832 25 25 $(SRC)/coords.$(ARCH).o \ 26 26 $(SRC)/average.$(ARCH).o \ 27 $(SRC)/average-loneos.$(ARCH).o \ 28 $(SRC)/average-elixir.$(ARCH).o \ 29 $(SRC)/average-panstarrs.$(ARCH).o \ 27 30 $(SRC)/secfilt.$(ARCH).o \ 28 31 $(SRC)/measure.$(ARCH).o \ 32 $(SRC)/measure-loneos.$(ARCH).o \ 33 $(SRC)/measure-elixir.$(ARCH).o \ 34 $(SRC)/measure-panstarrs.$(ARCH).o \ 29 35 $(SRC)/missing.$(ARCH).o \ 30 36 $(SRC)/photcode.$(ARCH).o \ … … 41 47 $(INC)/coords.h \ 42 48 $(INC)/average.h \ 49 $(INC)/average-loneos.h \ 50 $(INC)/average-elixir.h \ 51 $(INC)/average-panstarrs.h \ 43 52 $(INC)/secfilt.h \ 44 53 $(INC)/measure.h \ 54 $(INC)/measure-loneos.h \ 55 $(INC)/measure-elixir.h \ 56 $(INC)/measure-panstarrs.h \ 45 57 $(INC)/missing.h \ 46 58 $(INC)/photcode.h \ -
trunk/Ohana/src/libautocode/def/average-elixir.d
r4800 r4832 1 STRUCT Average 2 EXTNAME DVO_AVERAGE 1 STRUCT AverageElixir 2 EXTNAME DVO_AVERAGE_ELIXIR 3 3 TYPE BINTABLE 4 4 SIZE 32 -
trunk/Ohana/src/libautocode/def/average.d
r4800 r4832 6 6 # elements of data structure / FITS table 7 7 8 FIELD R_PS, RA, double,RA, decimal degrees9 FIELD D_PS, DEC, double,DEC, decimal degrees8 FIELD R_PS, RA, double, RA, decimal degrees 9 FIELD D_PS, DEC, double, DEC, decimal degrees 10 10 FIELD M, MAG, short, primary mag, millimag 11 11 FIELD Nm, NMEAS, unsigned short, number of measures -
trunk/Ohana/src/libautocode/def/measure-elixir.d
r4800 r4832 1 STRUCT Measure 2 EXTNAME DVO_MEASURE 1 STRUCT MeasureElixir 2 EXTNAME DVO_MEASURE_ELIXIR 3 3 TYPE BINTABLE 4 4 SIZE 32 -
trunk/Ohana/src/libautocode/def/measure-panstarrs.d
r4800 r4832 1 STRUCT Measure 2 EXTNAME DVO_MEASURE 1 STRUCT MeasurePanstarrs 2 EXTNAME DVO_MEASURE_PANSTARRS 3 3 TYPE BINTABLE 4 4 SIZE 32 -
trunk/Ohana/src/libautocode/def/measure.d
r4800 r4832 9 9 # FIELD dR, D_RA, short, RA offset, 1/100 arcsec 10 10 # FIELD dD, D_DEC, short, DEC offset, 1/100 arcsec 11 11 12 # replace these with the above names 12 13 FIELD dR_PS, D_RA, float, RA offset, arcsec 13 14 FIELD dD_PS, D_DEC, float, DEC offset, arcsec 14 15 15 FIELD M, MAG, short, catalog mag, millimag 16 16 FIELD Mcal, Mcal, short, image cal mag, millimag
Note:
See TracChangeset
for help on using the changeset viewer.
