- Timestamp:
- Dec 13, 2017, 4:40:20 PM (9 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 3 edited
-
config/tables.ST.vot (modified) (5 diffs)
-
jython/scratchdb.py (modified) (1 diff)
-
jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/tables.ST.vot
r40277 r40294 234 234 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 235 235 </FIELD> 236 <FIELD name="ginfoFlag4" arraysize="1" datatype="int" unit="dimensionless" default="0"> 237 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in ObjectFilterFlags.</DESCRIPTION> 238 </FIELD> 236 239 <FIELD name="gnFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> 237 240 <DESCRIPTION>Number of input frames/exposures contributing to the g filter stack detection.</DESCRIPTION> … … 290 293 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 291 294 </FIELD> 295 <FIELD name="rinfoFlag4" arraysize="1" datatype="int" unit="dimensionless" default="0"> 296 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in ObjectFilterFlags.</DESCRIPTION> 297 </FIELD> 292 298 <FIELD name="rnFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> 293 299 <DESCRIPTION>Number of input frames/exposures contributing to the r filter stack detection.</DESCRIPTION> … … 346 352 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 347 353 </FIELD> 354 <FIELD name="iinfoFlag4" arraysize="1" datatype="int" unit="dimensionless" default="0"> 355 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in ObjectFilterFlags.</DESCRIPTION> 356 </FIELD> 348 357 <FIELD name="inFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> 349 358 <DESCRIPTION>Number of input frames/exposures contributing to the i filter stack detection.</DESCRIPTION> … … 402 411 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 403 412 </FIELD> 413 <FIELD name="zinfoFlag4" arraysize="1" datatype="int" unit="dimensionless" default="0"> 414 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in ObjectFilterFlags.</DESCRIPTION> 415 </FIELD> 404 416 <FIELD name="znFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> 405 417 <DESCRIPTION>Number of input frames/exposures contributing to the z filter stack detection.</DESCRIPTION> … … 457 469 <FIELD name="yinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 458 470 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 471 </FIELD> 472 <FIELD name="yinfoFlag4" arraysize="1" datatype="int" unit="dimensionless" default="0"> 473 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in ObjectFilterFlags.</DESCRIPTION> 459 474 </FIELD> 460 475 <FIELD name="ynFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> -
trunk/ippToPsps/jython/scratchdb.py
r40280 r40294 655 655 flags INT, \ 656 656 objflags INT, \ 657 filtflags INT, \ 657 658 PRIMARY KEY (imageID, ippDetectID), \ 658 659 KEY (objID, detectID), \ -
trunk/ippToPsps/jython/stackbatch.py
r40281 r40294 443 443 444 444 sqlLine.group("a."+filter+"infoFlag3", "b.flags") 445 sqlLine.group("a."+filter+"infoFlag4", "b.filtflags") 445 446 sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND a." + filter + "ippDetectID = b.ippDetectID AND b.imageID = " + str(imageID)) 446 447
Note:
See TracChangeset
for help on using the changeset viewer.
