Changeset 33647
- Timestamp:
- Apr 1, 2012, 2:18:05 PM (14 years ago)
- Location:
- trunk/Ohana/src/libautocode
- Files:
-
- 7 edited
- 7 copied
-
Makefile.Targets (modified) (12 diffs)
-
def/FlatCorrection.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/FlatCorrection.d )
-
def/FlatCorrectionImage.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/FlatCorrectionImage.d )
-
def/SkyRegion.d (modified) (1 diff)
-
def/average-ps1-v2.d (modified) (1 diff)
-
def/average-ps1-v3.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/average-ps1-v3.d )
-
def/average.d (modified) (3 diffs)
-
def/image-ps1-v3.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/image-ps1-v3.d )
-
def/image.d (modified) (2 diffs)
-
def/measure-ps1-v3.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/measure-ps1-v3.d )
-
def/photcode-ps1-v3.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/photcode-ps1-v3.d )
-
def/photcode.d (modified) (2 diffs)
-
def/secfilt-ps1-v3.d (copied) (copied from branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/secfilt-ps1-v3.d )
-
def/secfilt.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/Makefile.Targets
r31160 r33647 10 10 $(ASRC)/average-ps1-v1.$(ARCH).o \ 11 11 $(ASRC)/average-ps1-v2.$(ARCH).o \ 12 $(ASRC)/average-ps1-v3.$(ARCH).o \ 12 13 $(ASRC)/average-ps1-ref.$(ARCH).o \ 13 14 $(ASRC)/secfilt.$(ARCH).o \ … … 20 21 $(ASRC)/secfilt-ps1-v1.$(ARCH).o \ 21 22 $(ASRC)/secfilt-ps1-v2.$(ARCH).o \ 23 $(ASRC)/secfilt-ps1-v3.$(ARCH).o \ 22 24 $(ASRC)/secfilt-ps1-ref.$(ARCH).o \ 23 25 $(ASRC)/measure.$(ARCH).o \ … … 30 32 $(ASRC)/measure-ps1-v1.$(ARCH).o \ 31 33 $(ASRC)/measure-ps1-v2.$(ARCH).o \ 34 $(ASRC)/measure-ps1-v3.$(ARCH).o \ 32 35 $(ASRC)/measure-ps1-ref.$(ARCH).o \ 33 36 $(ASRC)/missing.$(ARCH).o \ … … 39 42 $(ASRC)/photcode-ps1-v1.$(ARCH).o \ 40 43 $(ASRC)/photcode-ps1-v2.$(ARCH).o \ 44 $(ASRC)/photcode-ps1-v3.$(ARCH).o \ 41 45 $(ASRC)/photcode-ps1-ref.$(ARCH).o \ 42 46 $(ASRC)/image.$(ARCH).o \ … … 50 54 $(ASRC)/image-ps1-v1.$(ARCH).o \ 51 55 $(ASRC)/image-ps1-v2.$(ARCH).o \ 56 $(ASRC)/image-ps1-v3.$(ARCH).o \ 52 57 $(ASRC)/image-ps1-ref.$(ARCH).o \ 53 58 $(ASRC)/regimage.$(ARCH).o \ … … 69 74 $(ASRC)/GSCRegion.$(ARCH).o \ 70 75 $(ASRC)/AddstarClientOptions.$(ARCH).o \ 71 $(ASRC)/SkyRegion.$(ARCH).o 76 $(ASRC)/SkyRegion.$(ARCH).o \ 77 $(ASRC)/FlatCorrectionImage.$(ARCH).o \ 78 $(ASRC)/FlatCorrection.$(ARCH).o 72 79 73 80 AINCS = \ … … 82 89 $(AINC)/average-ps1-v1.h \ 83 90 $(AINC)/average-ps1-v2.h \ 91 $(AINC)/average-ps1-v3.h \ 84 92 $(AINC)/average-ps1-ref.h \ 85 93 $(AINC)/secfilt.h \ … … 92 100 $(AINC)/secfilt-ps1-v1.h \ 93 101 $(AINC)/secfilt-ps1-v2.h \ 102 $(AINC)/secfilt-ps1-v3.h \ 94 103 $(AINC)/secfilt-ps1-ref.h \ 95 104 $(AINC)/measure.h \ … … 102 111 $(AINC)/measure-ps1-v1.h \ 103 112 $(AINC)/measure-ps1-v2.h \ 113 $(AINC)/measure-ps1-v3.h \ 104 114 $(AINC)/measure-ps1-ref.h \ 105 115 $(AINC)/missing.h \ … … 111 121 $(AINC)/photcode-ps1-v1.h \ 112 122 $(AINC)/photcode-ps1-v2.h \ 123 $(AINC)/photcode-ps1-v3.h \ 113 124 $(AINC)/photcode-ps1-ref.h \ 114 125 $(AINC)/image.h \ … … 122 133 $(AINC)/image-ps1-v1.h \ 123 134 $(AINC)/image-ps1-v2.h \ 135 $(AINC)/image-ps1-v3.h \ 124 136 $(AINC)/image-ps1-ref.h \ 125 137 $(AINC)/regimage.h \ … … 141 153 $(AINC)/GSCRegion.h \ 142 154 $(AINC)/AddstarClientOptions.h \ 143 $(AINC)/SkyRegion.h 155 $(AINC)/SkyRegion.h \ 156 $(AINC)/FlatCorrectionImage.h \ 157 $(AINC)/FlatCorrection.h 144 158 145 159 # $(ASRC)/Stars.$(ARCH).o -
trunk/Ohana/src/libautocode/def/SkyRegion.d
r5945 r33647 8 8 FIELD Dmin, D_MIN, float, 9 9 FIELD Dmax, D_MAX, float, 10 FIELD childS, CHILD_S, int, sequence number in full table of first child 11 FIELD childE, CHILD_E, int, sequence number in full table of last child + 1 12 FIELD parent, PARENT, int, sequence number in full table of parent 13 FIELD index, INDEX, int, sequence number in full table of this entry 14 FIELD depth, DEPTH, char, depth of this entry 15 FIELD child, CHILD, char, does this entry have children? 16 FIELD table, TABLE, char, does this entry have a table? 17 FIELD name, NAME, char[21], name / filename 10 FIELD childS, CHILD_S, int, sequence number in full table of first child 11 FIELD childE, CHILD_E, int, sequence number in full table of last child + 1 12 FIELD parent, PARENT, int, sequence number in full table of parent 13 FIELD index, INDEX, int, sequence number in full table of this entry 14 FIELD depth, DEPTH, char, depth of this entry 15 FIELD child, CHILD, char, does this entry have children? 16 FIELD table, TABLE, char, does this entry have a table? 17 FIELD name, NAME, char[18], name / filename 18 FIELD hostFlags, HOST_FLAGS, char, flags to define host / backup usage 19 FIELD hostID, HOST_ID, unsigned char, host ID where data is stored 20 FIELD backupID, BACKUP_ID, unsigned char, host ID where backup is stored 21 22 # note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and 23 # related (no DBs were created with more than 17 bytes in the 24 # name). The hostID points at an entry in the host table (text 25 # file, with name given in SkyTable PHU header). There is no 26 # safety on this, but it is recoverable (by examining the 27 # directories) if misplaced. 28 29 # Note that SkyTables from databases generated in the past may 30 # have garbage characters here. To ensure catch this 31 # condition, we add a header keyword to SkyTables in which the 32 # hostID has been set; if that is not present, the SkyTable 33 # loading software should init these bytes to 0 (== unassigned). -
trunk/Ohana/src/libautocode/def/average-ps1-v2.d
r27579 r33647 9 9 FIELD R, RA, double, RA, decimal degrees 10 10 FIELD D, DEC, double, DEC, decimal degrees 11 FIELD dR, RA_ERR, float, RA error arcsec12 FIELD dD, DEC_ERR, float, DEC error arcsec11 FIELD dR, RA_ERR, float, RA error, arcsec 12 FIELD dD, DEC_ERR, float, DEC error, arcsec 13 13 14 14 FIELD uR, U_RA, float, RA*cos(D) proper-motion, arcsec/year -
trunk/Ohana/src/libautocode/def/average.d
r27579 r33647 2 2 EXTNAME DVO_AVERAGE 3 3 TYPE BINTABLE 4 SIZE 1 124 SIZE 120 5 5 DESCRIPTION DVO Average Object Table 6 6 … … 39 39 # 'flags' was called 'code' prior to 2009.02.07 40 40 FIELD flags, FLAGS, uint32_t, average object flags (star; ghost; etc) 41 FIELD photFlagsUpper, PHOTFLAGS_U, uint32_t, upper bit of 2 bit summary of per-measure photflags 42 FIELD photFlagsLower, PHOTFLAGS_L, uint32_t, lower bit of 2 bit summary of per-measure photflags 41 43 42 44 # objID + catID gives a unique ID for all objects in the database … … 54 56 # *** 20100331 : new fields needed to assess astrometry analysis quality: 55 57 58 59 # photflagsUpper & photflagsLower: we have Nmeasures of a given source 60 # using psphot. each of these as a photFlag field, with bits 61 # describing the detection quality. photflagsUpper and photFlagsLower 62 # represent a 2 bit value (0-3) which defines the frequency of a given 63 # bit in the measurements: 64 # for a given bit, if that bit is raised for these percentile ranges, 65 # the following bits are set: 66 # min | max | L | U 67 # 0% | 25% | 0 | 0 68 # 25% | 50% | 1 | 0 69 # 50% | 75% | 0 | 1 70 # 75% | 100% | 1 | 1 -
trunk/Ohana/src/libautocode/def/image.d
r30604 r33647 1 STRUCT Image1 STRUCT Image 2 2 EXTNAME DVO_IMAGE 3 3 TYPE BINTABLE … … 63 63 FIELD nLinkAstrom, NLINK_ASTROM, short, mean number of matched measurements for astrometry 64 64 FIELD nLinkPhotom, NLINK_PHOTOM, short, mean number of matched measurements for astrometry 65 FIELD dummy3, DUMMY3, short, place holder for byte boundaries65 FIELD ubercalDist, UBERCAL_DIST, short, distance to nearest ubercal image 66 66 67 67 FIELD dXpixSys, XPIX_SYS_ERR, float, systematic astrometry error in X -
trunk/Ohana/src/libautocode/def/photcode.d
r17189 r33647 2 2 EXTNAME DVO_PHOTCODE_RAW 3 3 TYPE BINTABLE 4 SIZE 1 044 SIZE 112 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 emergencies25 FIELD astromBadMask, ASTROM_BAD_MASK, short,detections matching this mask should not be used24 FIELD astromPoorMask, ASTROM_POOR_MASK, int, detections matching this mask should only be used in emergencies 25 FIELD astromBadMask, ASTROM_BAD_MASK, int, detections matching this mask should not be used 26 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 emergencies28 FIELD photomBadMask, PHOTOM_BAD_MASK, short,detections matching this mask should not be used27 FIELD photomPoorMask, PHOTOM_POOR_MASK, int, detections matching this mask should only be used in emergencies 28 FIELD photomBadMask, PHOTOM_BAD_MASK, int, detections matching this mask should not be used 29 29 30 30 # dR_total^2 = dR_sys^2 + AS * dR_obs^2 + MS * dM_obs^2 -
trunk/Ohana/src/libautocode/def/secfilt.d
r27579 r33647 2 2 EXTNAME DVO_SECFILT 3 3 TYPE BINTABLE 4 SIZE 244 SIZE 32 5 5 DESCRIPTION DVO SecFilt : Secondary Filter Data 6 6 7 7 # elements of data structure / FITS table 8 FIELD M, MAG, float, other mags, mags 9 FIELD dM, MAG_ERR, float, scatter on mag, mags 10 FIELD Xm, MAG_CHI, float, chisq on average mag, [100*log(value)] 11 FIELD flags, FLAGS, uint32_t, photometry flags 12 FIELD Ncode, NCODE, short, number of detections in band 13 FIELD Nused, NUSED, short, number of detections used in average 14 FIELD M_20, MAG_20, short, lower 20percent mag, millimags 15 FIELD M_80, MAG_80, short, upper 20percent mag, millimags 8 FIELD M, MAG, float, average mag in this band, mags 9 FIELD Map, MAG, float, average mag in this band, mags 10 FIELD dM, MAG_ERR, float, formal error on average mag, mags 11 FIELD Xm, MAG_CHI, float, chisq on average mag, [100*log(value)] 12 FIELD flags, FLAGS, uint32_t, photometry flags 13 FIELD Ncode, NCODE, short, number of detections in band 14 FIELD Nused, NUSED, short, number of detections used in average 15 FIELD M_20, MAG_20, short, lower 20percent mag, millimags 16 FIELD M_80, MAG_80, short, upper 20percent mag, millimags 17 FIELD ubercalDist, UBERCAL_DIST, short, number of images from an ubercal-image 18 FIELD dummy, DUMMY, char[2], padding 16 19 17 20 # *** 20090206 : new fields : M_20, M_80; dropped dummy 21 # *** 20120302 : new fields : ubercalDist, Map, dummy[2byte]
Note:
See TracChangeset
for help on using the changeset viewer.
