IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2014, 11:57:47 AM (12 years ago)
Author:
heather
Message:

diff batch nearly ready - this should fill in the remaining columns (that I can fill)

File:
1 edited

Legend:

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

    r37750 r37753  
    268268               skycell_id, \
    269269               diffRun.software_ver, \
    270                exp_time \
     270               exp_time, \
     271               (to_days(dateobs)-678941 + time_to_sec(dateobs)/86400.) \
    271272               FROM diffRun join diffInputSkyfile using (diff_id) \
    272273               JOIN warpRun on (warp1=warp_id) \
     
    276277               JOIN rawExp using (exp_id) \
    277278               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       
    279280        try:
    280281            rs = self.executeQuery(sql)
Note: See TracChangeset for help on using the changeset viewer.