IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2015, 4:32:17 PM (11 years ago)
Author:
watersc1
Message:

As per discussion, drop ForcedSummaryToImage and ForcedSummaryMeta tables, as they duplicate information better accesed via the ForcedWarp/Stack tables. Changed XforcedSummaryID to XstackImageID to the link back to stack information, and to match the IMAGE_ID populated from DVO. Change forcedgalaxybatch.py to know this column name change, and cut commented code that was to implement the dropped tables from forcedwarpbatch.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/forcedgalaxybatch.py

    r39027 r39029  
    153153            sqlLine = sqlUtility("UPDATE ForcedGalaxyShape AS a, " + cpqTable + " AS b SET")
    154154            sqlLine.group("a." + filter[1] + "ippDetectID",     "b.DET_ID")
    155             sqlLine.group("a." + filter[1] + "forcedSummaryID", "b.IMAGE_ID")
     155            sqlLine.group("a." + filter[1] + "stackImageID",    "b.IMAGE_ID")
    156156            sqlLine.group("a." + filter[1] + "GalMajor",        "b.MAJOR_AXIS")
    157157            sqlLine.group("a." + filter[1] + "GalMajorErr",     "b.MAJOR_AXIS_ERR")
Note: See TracChangeset for help on using the changeset viewer.