Changeset 37201
- Timestamp:
- Aug 7, 2014, 6:29:46 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 4 edited
-
jython/stackbatch.py (modified) (4 diffs)
-
pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFull.txt (modified) (1 diff)
-
pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC1.txt (modified) (1 diff)
-
pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC2.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py
r37200 r37201 381 381 382 382 # if we are going to add a key, do it here so it is useful 383 #self.scratchDb.createIndex(tablename, "objID")383 self.scratchDb.createIndex(tablename, "objID") 384 384 385 385 self.logger.infoPair("inserting filter dependent cmf items into", tablename) … … 684 684 685 685 # if we are going to add a key, do it here so it is useful 686 #self.scratchDb.createIndex(tablename, "objID")686 self.scratchDb.createIndex(tablename, "objID") 687 687 688 688 for filter in self.filters: … … 705 705 706 706 # if we are going to add a key, do it here so it is useful 707 #self.scratchDb.createIndex(tablename, "objID")707 self.scratchDb.createIndex(tablename, "objID") 708 708 709 709 for filter in self.filters: … … 825 825 sqlLine.group(field + "Std", field + "Std" + " * POW(10, 3.56 - 0.4* b.zp)") 826 826 sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND a." + filter + "ippDetectID = b.ippDetectID") 827 self.logger.infoPair("sql",sql) 828 self.scratchDb.execute(sql) 827 829 828 830 ''' -
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFull.txt
r37199 r37201 52 52 gflxR10Std - cmf : APER_FLUX_STDEV_10 ** does not exist in cmf 53 53 gflxR10Fill - cmf : APER_FILL_10 ** does not exist in cmf 54 55 **** NOTE : these are in instrumental flux units not Jy so far...56 -
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC1.txt
r37199 r37201 52 52 gc1flxR10Std - cmf : APER_FLUX_STDEV_10 ** does not exist in cmf 53 53 gc1flxR10Fill - cmf : APER_FILL_10 ** does not exist in cmf 54 55 **** NOTE : these are in instrumental flux units not Jy so far...56 -
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlxFullC2.txt
r37199 r37201 52 52 gc2flxR10Std - cmf : APER_FLUX_STDEV_10 ** does not exist in cmf 53 53 gc2flxR10Fill - cmf : APER_FILL_10 ** does not exist in cmf 54 55 **** NOTE : these are in instrumental flux units not Jy so far...56
Note:
See TracChangeset
for help on using the changeset viewer.
