IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of ProcessingTimesOct2010


Ignore:
Timestamp:
Nov 4, 2010, 11:54:08 AM (16 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcessingTimesOct2010

    v1 v2  
    11I have been investigating the dtime_% fields in the diff and chip stages for gpc1 for the month of October (and also September, see [wiki:ProcessingTimesSept2010]).  The tag changed on 2010-10-29, which included a number of changes to the diff stage.
    22
     3== Diff Stage ==
     4
     5There are 4 dtime columns for diff: dtime_match, dtime_script, dtime_phot and dtime_diff.  dtime_diff is never set (it is always NULL).  dtime_match and dtime_phot often have nulls (about 7% of the time). I excluded from my plots diff_ids with NULL values in any of the dtime columns (except for dtime_diff).  For the 'old tag', I selected dates between 2010-09-28 and 2010-10-25, and for the 'new tag', I selected dates between 2010-10-29 and 2010-11-03. 
     6
     7 * new tag = dotted lines
     8 * old tag = solid lines
     9
     10 * Purple = dtime_script
     11 * Green = dtime_phot
     12 * Black = dtime_match
     13
     14[[Image(diff_dtime-10.png)]]
     15
     16And here are the median times for each:
     17
     18||dtime || old tag(s) || new tag(s)|| (old tag - new tag)(s) ||
     19||dtime_match || 54.4 || 40.4 || 14.0 ||
     20||dtime_phot || 70.0 || 59.0 || 11.0 ||
     21||dtime_script || 151.0 || 125.0 || 26.0 ||
     22