Changeset 17189
- Timestamp:
- Mar 28, 2008, 3:22:43 PM (18 years ago)
- Location:
- trunk/Ohana/src/libautocode
- Files:
-
- 1 added
- 2 edited
-
Makefile.Targets (modified) (2 diffs)
-
def/photcode-ps1-dev-3.d (added)
-
def/photcode.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/Makefile.Targets
r16810 r17189 28 28 $(ASRC)/photcode-ps1-dev-1.$(ARCH).o \ 29 29 $(ASRC)/photcode-ps1-dev-2.$(ARCH).o \ 30 $(ASRC)/photcode-ps1-dev-3.$(ARCH).o \ 30 31 $(ASRC)/image.$(ARCH).o \ 31 32 $(ASRC)/image-loneos.$(ARCH).o \ … … 80 81 $(AINC)/photcode-ps1-dev-1.h \ 81 82 $(AINC)/photcode-ps1-dev-2.h \ 83 $(AINC)/photcode-ps1-dev-3.h \ 82 84 $(AINC)/image.h \ 83 85 $(AINC)/image-loneos.h \ -
trunk/Ohana/src/libautocode/def/photcode.d
r16810 r17189 2 2 EXTNAME DVO_PHOTCODE_RAW 3 3 TYPE BINTABLE 4 SIZE 964 SIZE 104 5 5 DESCRIPTION DVO Photcode Description Table 6 6 … … 22 22 FIELD astromErrScale, ASTROM_ERR_SCALE, float, astrometric error scale 23 23 FIELD astromErrMagScale, ASTROM_ERR_MAG_SCALE, float, astrometric error / mag error scale 24 FIELD astromPoorMask, ASTROM_POOR_MASK, short, detections matching this mask should only be used in emergencies 25 FIELD astromBadMask, ASTROM_BAD_MASK, short, detections matching this mask should not be used 24 26 FIELD photomErrSys, PHOTOM_ERR_SYS, float, systematic photometric error 27 FIELD photomPoorMask, PHOTOM_POOR_MASK, short, detections matching this mask should only be used in emergencies 28 FIELD photomBadMask, PHOTOM_BAD_MASK, short, detections matching this mask should not be used 25 29 26 30 # dR_total^2 = dR_sys^2 + AS * dR_obs^2 + MS * dM_obs^2
Note:
See TracChangeset
for help on using the changeset viewer.
