IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 5:28:11 PM (11 years ago)
Author:
eugene
Message:

fix typos and other minor issues with forced galaxy stuff

File:
1 edited

Legend:

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

    r38987 r39008  
    11791179        if rs.getInt(23) == 1: self.skychunk.batchTypes.append("DO")
    11801180        if rs.getInt(24) == 1: self.skychunk.batchTypes.append("FW")
     1181        if rs.getInt(25) == 1: self.skychunk.batchTypes.append("FG")
    11811182        if rs.getInt(25) == 1: self.skychunk.batchTypes.append("FO")
    1182         if rs.getInt(25) == 1: self.skychunk.batchTypes.append("FG")
    11831183
    11841184        self.skychunk.force = True # TODO
Note: See TracChangeset for help on using the changeset viewer.