| | 14 | * detection batches from last week loaded successfully. A relief. |
| | 15 | * able to test new, fast DetectionCalib table with PSVO |
| | 16 | * work to confirm that we have the same calibrated magnitude in PSPS as in the original IPP smf files |
| | 17 | |
| | 18 | * Stack loading: |
| | 19 | * issue with NULL xPos and yPos values in StackDetection: was failing load |
| | 20 | * discovered that deep stacks can have duplicate objIDs and NULL flux values in psf table, thus explaining some previous issues |
| | 21 | * power cut on monday. Hassles getting datastore back up, loading all the stuff processed the night before |
| | 22 | * discovered hundreds of nightly stacks with 0.0 EXPTIME, thus screwing up flux calculations |
| | 23 | * gpc1 query kindly supplied by Bill, but highlighted that a proportion of the previous stacks had non-zero, but incorrect, EXPTIME |
| | 24 | * changed code to use Bill's query, and reloaded everything |
| | 25 | * dupe objID confusions in deep stacks - ok in detection table, NOT in object table. Reloaded all deep stacks AGAIN |
| | 26 | * merge failed on Friday: ID we are using for stackDetectID is not unique. Need to add stack ID to primary key as a temporary fix. |
| | 27 | |
| | 28 | * PSVO |
| | 29 | * discussions and testing of PSVO with query builder |
| | 30 | * made MOPSSchema class for query builder to use |
| | 31 | * slow queries now passed straight to TOPCAT, only first 1000 rows shown in table |
| | 32 | * many other minor changes |