| | 3 | == Diff Stage == |
| | 4 | |
| | 5 | There 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 | |
| | 16 | And 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 | |