Changeset 37734
- Timestamp:
- Dec 10, 2014, 10:43:18 AM (12 years ago)
- Location:
- trunk/ippToPsps/pspsschema/SchemaNew19.0
- Files:
-
- 1 deleted
- 4 edited
-
PSPS_TABLES/Derived_Data_Product_Tables/stargal (deleted)
-
PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection (modified) (2 diffs)
-
PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/DiffDetection (modified) (1 diff)
-
PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackObjectAttributes (modified) (1 diff)
-
PSPS_VIEWS/Views (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection
r37722 r37734 21 21 raErr arcsec REAL 4 NA Right Ascension error 22 22 decErr arcsec REAL 4 NA Declination error 23 extNSigma unkownREAL 4 -999 measure of extendedness23 extNSigma dimensionless REAL 4 -999 measure of extendedness 24 24 zp magnitude REAL 4 0 zeropoint (only thing needed to convert adu/sec to AB mag), note no zpErr 25 25 telluricExt magnitude REAL 4 NA estimated extinction due to non-photometric conditions … … 41 41 momentYY arcsec^2 REAL 4 -999 momeny YY 42 42 momentR1 arcsec REAL 4 -999 first radial moment 43 momentRH arcsec REAL 4 -999 half light radius (REMOVE THIS)43 momentRH arcsec REAL 4 -999 half light radius 44 44 momentM3C arcsec^n REAL 4 -999 3rd moment sin(theta) 45 45 momentM3S arcsec^n REAL 4 -999 3rd moment cos(theta) -
trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/DiffDetection
r37592 r37734 42 42 momentYY arcsec^2 REAL 4 -999 momeny YY 43 43 momentR1 arcsec REAL 4 -999 first radial moment 44 momentRH arcsec REAL 4 -999 half light radius (DROP)44 momentRH arcsec REAL 4 -999 half light radius 45 45 momentM3C arcsec^3 REAL 4 -999 3rd moment sin(theta) 46 46 momentM3S arcsec^3 REAL 4 -999 3rd moment cos(theta) -
trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackObjectAttributes
r37592 r37734 39 39 gKronRad arcsec REAL 4 -999 Kron radius 40 40 gexpTime seconds REAL 4 -999 total exposure time (informational) 41 gExtNSigma unknownREAL 4 -999 EXT_NSIGMA, how extended something is41 gExtNSigma dimensionless REAL 4 -999 EXT_NSIGMA, how extended something is 42 42 gzp magnitude REAL 4 0 zeropoint , no error given 43 43 gPlateScale arcsec/pixel REAL 4 0 plate scale -
trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_VIEWS/Views
r37474 r37734 1 1 PSPS VIEWS - examples (not complete, please suggest others) 2 2 3 ObjectMean= ObjectThin join MeanObject4 ObjectStack= ObjectThin join StackObjectThin join StackObjectAttributes5 ObjectApFlx= ObjectThin join StackApFlx6 ObjectApFlxEG= ObjectThin join StackApFlxEGUnc join StackApFlxEGCon6 join StackApFlxEGCon87 ObjectModelFull= ObjectThin join StackModelFitExp join StackModelFitDeV join StackModelFitSer join StackPetrosian8 ObjectStackFull = ObjectThin join StackObjectThin join StackObjectAttributes join StackModelFitExp join StackModelFitDeV join StackModelFitSer join StackPetrosian join StackApFlxEGUnc join StackApFlxEGCon6 join StackApFlxEGCon8 9 ObjectForcedMean = ObjectThin join ForcedMeanObject 10 ObjectPrimary = ObjectThin join StackObjectThin join StackObjectAttributes join StackApFlx where primaryDection is true11 ObjectBest = ObjectThin join StackObject join StackObjectAttributes join StackApFlx where bestDetection is true 3 MeanObjectView = ObjectThin join MeanObject 4 StackObjectView = ObjectThin join StackObjectThin join StackObjectAttributes 5 StackApFlxObjectView = ObjectThin join StackApFlx 6 StackApFlxEGObjectView = ObjectThin join StackApFlxEGUnc join StackApFlxEGCon6 join StackApFlxEGCon8 7 StackModelObjectView = ObjectThin join StackModelFitExp join StackModelFitDeV join StackModelFitSer join StackPetrosian 8 ForcedMeanObjectView = ObjectThin join ForcedMeanObject 9 StackObjectPrimaryView = ObjectThin join StackObjectThin join StackObjectAttributes join StackApFlx where primaryDection is true 10 StackObjectBestView = ObjectThin join StackObject join StackObjectAttributes join StackApFlx where bestDetection is true 11 DiffDetObjectView = DiffDetObject join DiffDetection 12 12 13 13 … … 15 15 16 16 17
Note:
See TracChangeset
for help on using the changeset viewer.
