- Timestamp:
- Dec 3, 2015, 4:14:24 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
- Property svn:mergeinfo changed
/trunk (added) merged: 39137-39165,39167-39181,39186,39189,39191-39192,39209-39210,39216-39217
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20151113/ippToPsps
- Property svn:ignore
-
old new 14 14 install-sh 15 15 Doxyfile 16 compile
-
- Property svn:ignore
-
branches/eam_branches/ipp-20151113/ippToPsps/jython/queue.py
r38987 r39224 146 146 147 147 # XXX not sure why this is not done with a for-loop... 148 # answer: because python does not have a good float-style for-loop 148 149 while dec <= self.skychunk.maxDec: 149 150 while ra <= self.skychunk.maxRa: … … 158 159 159 160 ids = self.ippToPspsDb.getItemsInThisBox(minRA, maxRA, minDEC, maxDEC) 160 161 161 162 self.logger.info("| %5.1f | %5.1f | %9d | %9d |" % ( 162 163 ra, … … 165 166 len(ids))) 166 167 167 if len(ids) > 0: self.ippToPspsDb.insertPending(box_id, batchType, ids) 168 # print "inserted pending" 168 if len(ids) > 0: 169 ## for myID in ids: 170 ## print "id: %d : %10.6f - %10.6f | %10.6f - %10.6f" % (myID, minRA, maxRA, minDEC, maxDEC) 171 172 self.ippToPspsDb.insertPending(box_id, batchType, ids) 173 # print "inserted pending" 174 169 175 ra = ra + 2*dR 170 176 # print "new ra: ", ra
Note:
See TracChangeset
for help on using the changeset viewer.
