Changeset 37753 for trunk/ippToPsps/jython/gpc1db.py
- Timestamp:
- Dec 17, 2014, 11:57:47 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/gpc1db.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/gpc1db.py
r37750 r37753 268 268 skycell_id, \ 269 269 diffRun.software_ver, \ 270 exp_time \ 270 exp_time, \ 271 (to_days(dateobs)-678941 + time_to_sec(dateobs)/86400.) \ 271 272 FROM diffRun join diffInputSkyfile using (diff_id) \ 272 273 JOIN warpRun on (warp1=warp_id) \ … … 276 277 JOIN rawExp using (exp_id) \ 277 278 WHERE diff_skyfile_id = %d" % diffSkyfileID 278 279 #this is a crappy way to get the mjd from the diff but we don't save it anywhere 279 280 try: 280 281 rs = self.executeQuery(sql)
Note:
See TracChangeset
for help on using the changeset viewer.
