IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 2:18:38 PM (11 years ago)
Author:
watersc1
Message:

Set of changes to attempt to enable the forced galaxy code to operate.

File:
1 edited

Legend:

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

    r38891 r38969  
    11041104        ,queue_FW \
    11051105        ,queue_FO \
     1106        ,queue_FG \
    11061107        ,parallel \
    11071108        ,P2_smf_version \
     
    11801181        if rs.getInt(24) == 1: self.skychunk.batchTypes.append("FW")
    11811182        if rs.getInt(25) == 1: self.skychunk.batchTypes.append("FO")
     1183        if rs.getInt(25) == 1: self.skychunk.batchTypes.append("FG")
    11821184
    11831185        self.skychunk.force = True # TODO
Note: See TracChangeset for help on using the changeset viewer.