| | 14 | * czartool: |
| | 15 | * moved code out of trunk/tools and into ippMonitor; made relevant changes to czartool webpage; now running as ipp from ~ipp/src/ippMonitor (i.e. not from my home dir anymore...) |
| | 16 | * added path field for plots in config so that czarpoll can save to any NFS accessible location, i.e. not /tmp on ipp004 |
| | 17 | * changes to nebulous plot to show all ATRC machines |
| | 18 | * stopped generation of plots that are not displayed anymore - sped things up a bit |
| | 19 | * added two new pantasks servers: 'stack' and 'addstarlap' |
| | 20 | * updated documentation accordingly |
| | 21 | |
| | 22 | * ippToPsps coding: |
| | 23 | * now making plots of loading per DVO database. Helps to visualize progress |
| | 24 | * lots of new static methods for batch classes to ensure batch names and paths are consistent across all programs |
| | 25 | * wrote cleanup program. Checks for batches merged but not deleted then removes them from local disk, datastore and DXLayer |
| | 26 | * now writing total detections to database and logging initial and final totals of detections for each chip, as well as totals for the whole exposure |
| | 27 | |
| | 28 | * loading: |
| | 29 | * investigated issue with IN batch reported by Thomas: binary column being populated with a string: Fixed |
| | 30 | * speed issues: crazy-slow for galactic center. optimized some SQL updates, but likelihoods are the bottleneck. Needs work |
| | 31 | * some time investigating duplicate object IDs across chips reported by Thomas |
| | 32 | * began, and completed, loading of available LAP data |
| | 33 | |
| | 34 | * other |
| | 35 | * discussion and emails with Kent Wood |
| | 36 | * investigated issue of corrupted VOTable files from DRL reported by Dan Wood: Fixed |