Changeset 37177
- Timestamp:
- Aug 4, 2014, 8:47:07 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES
- Files:
-
- 1 added
- 3 edited
-
Fundamental_IPP_Data_Product_Tables/StackObjectExtra.txt (added)
-
Fundamental_IPP_Data_Product_Tables/StackObjectThin.txt (modified) (2 diffs)
-
MetaData_Tables/StackMeta (modified) (2 diffs)
-
MetaData_Tables/StackMeta.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackObjectThin.txt
r37167 r37177 1 1 2 2 objID = dvo = average.extID [calculated in addstar] 3 gcObjID = dvo = average.extIDgc [not done]4 ippObjID = dvo = average.objID + (average.catID << 32) 5 surveyID = ipptopsps 6 skyCellID = ipptopsps / smf header3 gcObjID = dvo = average.extIDgc *** NOT SET [DROP?] 4 ippObjID = dvo = average.objID + (average.catID << 32) [NOTE: this is a change in definition] 5 surveyID = ipptopsps : internal, from survey name 6 skyCellID = *** we need to decide how we should store this 7 7 randomStackObjID = ipptopsps (RANDOM on sql into mysql) 8 8 stackDetectRowID = PSPS ? 9 primaryDetection = dvo 10 bestDetection = dvo ?9 primaryDetection = dvo *** NOT YET DONE CORRECTLY 10 bestDetection = dvo *** THIS CANNOT BE SET UNTIL LATER 11 11 = 12 dvoRegionID = dvo = average.catID 13 dataRelease = ippToPsps 12 dvoRegionID = dvo = average.catID *** NOT YET CARRIED IN FROM dvopsps 13 dataRelease = ippToPsps : user input (skychunk.dataRelease) 14 14 -- 15 15 -- … … 18 18 gippDetectID = dvopsps.ippDetectID = dvo:measure.detID = smf / IPP_IDET 19 19 gstackDetectID = dvopsps.detectID = dvo:measure.extID [calculated in addstar: psps stack detect ID] 20 gstackMetaID = smf header20 gstackMetaID = ipptopsps : gpc1 db, matches cmf IMAGEID 21 21 -- 22 gra = dvo = average.Rstk [relastro] 23 gdec = dvo = average.Dstk [relastro] 24 graErr = dvo = average.dRstk [relastro] 25 gdecErr = dvo = average.dDstk [relastro] 26 gzp = dvo [relphot] -- XXX define this more exactly 27 gPSFMag = dvo 28 gPSFMagErr = dvo 29 gApMag = dvo 30 gApMagErr = dvo 31 gKronMag = dvo 32 gKronMagErr = dvo 33 gsky = smf 34 gskyErr = smf 35 ginfoFlag = smf 36 ginfoFlag2 = smf 37 gnFrames = smf 38 39 [NOTE: for stacks, dvo only needs to determine the 40 primary measurement (and modified zero point?). 22 gra = dvo = measure.ra 23 gdec = dvo = average.dec 24 graErr = dvo = measure.dX * pltscale 25 gdecErr = dvo = measure.dY * pltscale (circularly sym) 26 gPSFMag = dvo = measure.Mpsf 27 gPSFMagErr = dvo = measure.dMpsf 28 gApMag = dvo = measure.Map 29 gApMagErr = dvo = measure.dMap 30 gKronMag = dvo = measure.Mkron 31 gKronMagErr = dvo = measure.dMkron 32 gsky = smf : SKY / exptime 33 gskyErr = smf : SKY_SIGMA / exptime 34 ginfoFlag = smf : FLAGS 35 ginfoFlag2 = smf + dvo : FLAGS2 | secfilt.flags << 13 *** CHECK THIS 36 gnFrames = smf : N_FRAMES -
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/MetaData_Tables/StackMeta
r37167 r37177 7 7 photoCalID dimensionless INT 4 NA photometry code 8 8 magSat dimensionless REAL 4 -999 saturation magnitude level 9 anal Ver dimensionless SMALLINT 2 -999 analysis version index9 analysisVer dimensionless SMALLINT 2 -999 analysis version index x 10 10 expTime seconds REAL 4 -999 exposure time 11 11 nP2Images dimensionless SMALLINT 2 -999 number of P2 images contributing to this cell … … 14 14 photoScat dimensionless REAL 4 -999 photometric scatter for chip 15 15 nAstroRef dimensionless INT 4 -999 number of astrometric reference sources 16 nPho Refdimensionless INT 4 -999 number of photometric reference sources16 nPhotomRef dimensionless INT 4 -999 number of photometric reference sources 17 17 psfModelID dimensionless VARCHAR(MAX) 8000 PSF model identifier 18 18 psfFwhm_mean arcsec FLOAT 8 -999 mean PSF FWHM in the stack -
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/MetaData_Tables/StackMeta.txt
r37169 r37177 1 stackMetaID | 2 batchID | 3 surveyID | 4 filterID | 5 stackTypeID | 6 skyCellID | 7 photoCalID | 8 magSat | * 9 anal Ver | *10 expTime | 11 nP2Images | [populateStackToImage] 12 completMag | * 13 astroScat | * 14 photoScat | * 15 nAstroRef | * 16 nPho Ref | *17 psfModelID | 18 psfFwhm_mean | 19 psfFwhm_max | 20 photoZero | 21 photoColor | * 22 ctype1 | 23 ctype2 | 24 crval1 | 25 crval2 | 26 crpix1 | 27 crpix2 | 28 cdelt1 | 29 cdelt2 | 30 pc001001 | 31 pc001002 | 32 pc002001 | 33 pc002002 | 34 calibModNum | * 35 dataRelease | 1 stackMetaID | ipptopsps : gpc1 db, matches cmf IMAGEID 2 batchID | ipptopsps : internal 3 surveyID | ipptopsps : internal, from survey name 4 filterID | ipptopsps : internal, lookup from filter (griz) 5 stackTypeID | ipptopsps : internal, *** hard-wired name *** 6 skyCellID | *** we need to decide how we should store this. 7 photoCalID | dvo.images : photcode 8 magSat | * NOT SET 9 analysisVer | gpc1.stackRun.software_ver [EAM: changed this name] 10 expTime | cmf header EXPTIME 11 nP2Images | [populateStackToImage] : counts inputs NOTE is this set reasonable? 12 completMag | * NOT SET 13 astroScat | * NOT SET 14 photoScat | * NOT SET 15 nAstroRef | * NOT SET 16 nPhotomRef | * NOT SET 17 psfModelID | cmf header PSFMODEL 18 psfFwhm_mean | cmf header FWHM_MAJ *** probably wrong value 19 psfFwhm_max | cmf header FW_MJ_UW *** name and definition are inconsistent 20 photoZero | cmf header FPA.ZP *** this is not dvo corrected) 21 photoColor | * NOT SET 22 ctype1 | cmf header 23 ctype2 | cmf header 24 crval1 | cmf header 25 crval2 | cmf header 26 crpix1 | cmf header 27 crpix2 | cmf header 28 cdelt1 | cmf header 29 cdelt2 | cmf header 30 pc001001 | cmf header 31 pc001002 | cmf header 32 pc002001 | cmf header 33 pc002002 | cmf header 34 calibModNum | * NOT SET 35 dataRelease | ipptopsps : user input (skychunk.dataRelease)
Note:
See TracChangeset
for help on using the changeset viewer.
