| | 26 | * Have psAbort() and psAssert() log a backtrace before bailing: attempting to track down thread bug |
| | 27 | * MOPS support: |
| | 28 | * Moved current IPP-MOPS !DataStore to IPP-MOPS-20100614 |
| | 29 | * Reverted ppMops in branch ipp-20100610 to produce 'new old' format (with columns for anti-dipole stats, but not SMF-like) |
| | 30 | * Turned off automated cleanup to keep as many diffs as possible for re-photometry |
| | 31 | * Added more search options to pubtool -definerun |
| | 32 | * Republishing all !SweetSpot and 3pi diffs since 2010-02-01: pubtool -definerun -rerun -client_id 1 -data_group !ThreePi.% -data_group !SweetSpot.% -dateobs_begin 2010-02-01 -dbname gpc1 |
| | 33 | * Added new analysis task: diffphot |
| | 34 | * Added feature to ppArith: binary operation with a constant instead of an image |
| | 35 | * Fixed pubtool definerun and pending queries so they can find cleaned diffs |
| | 36 | * Re-republishing all !SweetSpot and 3pi diffs since 2010-02-01 (now including the cleaned ones): pubtool -definerun -rerun -client_id 1 -data_group !ThreePi.% -data_group !SweetSpot.% -dateobs_begin 2010-02-01 -set_label mops.20100616 -dbname gpc1 |
| | 37 | * Queued 5293 exposures (~30k skycells) for diffphot: diffphottool -definerun -set_workdir neb://@HOST@.0/gpc1/mops.20100617/ -set_label mops.20100617 -set_note 'Re-processing diff photometry for MOPS' -data_group !ThreePi.% -data_group !SweetSpot.% -dateobs_begin 2010-02-01 -dbname gpc1 |
| | 38 | * Approx 10% of diffphots fail (fault=4) because diff PSF doesn't include clump parameters |
| | 39 | * Realised diffphot doesn't respect magic |
| | 40 | * Preparing to publish results |
| | 41 | * Fixed small coordinate bug in pmPSFEnvelope |
| | 42 | * Excessively large values in database dumps |
| | 43 | * MySQL bug: values of DBL_MAX in database are dumped with insufficient precision and rounded outside of legal bounds |
| | 44 | * Added code to psLib to catch these and truncate to FLT_MAX |
| | 45 | * Identified 52 instances in database; Bill fixed |
| | 46 | * Fixed dsproductls: MOPS' !DataStore doesn't include the comment header, so removed overzealous checking that content is non-empty |
| | 47 | * Discovered and fixed (I hope) race condition in threading system |
| | 48 | * Fixed psMessageDestination to append log/trace messages (finally!) |
| | 49 | |