|
|
|
@33665
|
14 years |
rhenders |
no longer passing config parameters unnecessarily to IppToPspsDb …
|
|
|
|
@33599
|
14 years |
rhenders |
Dvo is now a base-class to two inherting classes for detections and …
|
|
|
|
@33598
|
14 years |
rhenders |
Just removing old, redundant code
|
|
|
|
@33595
|
14 years |
rhenders |
removed most of the logging
|
|
|
|
@33594
|
14 years |
rhenders |
added path for czartool plots
|
|
|
|
@33593
|
14 years |
rhenders |
added CASCADE DELETE to box table FK constraint
|
|
|
|
@33589
|
14 years |
rhenders |
slight imprtovements to logging
|
|
|
|
@33588
|
14 years |
rhenders |
reworked to use IppToPsps as base-class
|
|
|
|
@33573
|
14 years |
rhenders |
extended timeout period from 6 to 12 hours after dupe exposures were …
|
|
|
|
@33562
|
14 years |
rhenders |
fixed bug caused by using local rather than class Dvo object
|
|
|
|
@33561
|
14 years |
rhenders |
slight improcements to log messages when getting stripes to process
|
|
|
|
@33560
|
14 years |
rhenders |
added methiod to write Config object to database table; method to …
|
|
|
|
@33559
|
14 years |
rhenders |
no longer takes unnecessary doc arg
|
|
|
|
@33558
|
14 years |
rhenders |
added method to determine if a particular batch type is queued
|
|
|
|
@33557
|
14 years |
rhenders |
try/catch around xml prettifying call; manifest creating method now …
|
|
|
|
@33556
|
14 years |
rhenders |
creates datastore and dxlayer objects in constructor, no need to …
|
|
|
|
@33555
|
14 years |
rhenders |
creates Odm object in constructor, no need to override refreshConfig() …
|
|
|
|
@33554
|
14 years |
rhenders |
changes to make sure loader notices a config change and resets …
|
|
|
|
@33553
|
14 years |
rhenders |
scratch Db now checked at start up; better user prompting
|
|
|
|
@33531
|
14 years |
rhenders |
now loading skytable whenever we have reset the database
|
|
|
|
@33530
|
14 years |
rhenders |
now not using source_id in detection table; fixed by with dataRelease …
|
|
|
|
@33529
|
14 years |
rhenders |
now specifying in the call to base-class constructor that the log …
|
|
|
|
@33528
|
14 years |
rhenders |
now taking a time arg so queueing can be scheduled to repeat
|
|
|
|
@33527
|
14 years |
rhenders |
Now using Bill's skycells database to determine RA/Dec for stacks
|
|
|
|
@33526
|
14 years |
rhenders |
offering logger options in the construstor, defaults to stdout logging
|
|
|
|
@33517
|
14 years |
rhenders |
added method to get info from client table; added method to remove …
|
|
|
|
@33516
|
14 years |
rhenders |
fixed bug when initializing list of lists
|
|
|
|
@33509
|
14 years |
rhenders |
typo in last commit
|
|
|
|
@33508
|
14 years |
rhenders |
now taking exposure time from the cmf header as opposed to gpc1
|
|
|
|
@33501
|
14 years |
rhenders |
including a path to the czar plots dir
|
|
|
|
@33500
|
14 years |
rhenders |
some improvements to exitProgram and printUsage methods; removed some …
|
|
|
|
@33499
|
14 years |
rhenders |
now getting RA and Dec as well as stage_ids when getting stuff in DVO
|
|
|
|
@33498
|
14 years |
rhenders |
First commit of new class for making plots. Only density plot so far
|
|
|
|
@33497
|
14 years |
rhenders |
now a program that uses the new Plot class
|
|
|
|
@33495
|
14 years |
rhenders |
purged resetDetections() method; now checking we are connected to …
|
|
|
|
@33494
|
14 years |
rhenders |
changes to how ids are returns from gpc1db method; now printing a …
|
|
|
|
@33493
|
14 years |
rhenders |
IN batch now includes a survey
|
|
|
|
@33492
|
14 years |
rhenders |
dvoDetectionFull table now has a foreign key constraint on dvoDone, so …
|
|
|
|
@33491
|
14 years |
rhenders |
method to change database engine for a particular table
|
|
|
|
@33490
|
14 years |
rhenders |
no need to pass config object to methods as it's a class field; now …
|
|
|
|
@33489
|
14 years |
rhenders |
big improvements so that queuing is now much faster
|
|
|
|
@33488
|
14 years |
rhenders |
using new argument in base-class printUsage() method
|
|
|
|
@33487
|
14 years |
rhenders |
now deletes an item from the pending table once started working on it; …
|
|
|
|
@33486
|
14 years |
rhenders |
using new argument in base-class printUsage() method
|
|
|
|
@33470
|
14 years |
rhenders |
name change for program for removing batches from the datastore
|
|
|
|
@33457
|
14 years |
rhenders |
First commit of VOTable description of Object tables
|
|
|
|
@33436
|
14 years |
rhenders |
First commit of schema for ippToPsps database
|
|
|
|
@33432
|
14 years |
rhenders |
Using the SkyTable.fits table rather than the Images.dat when checking …
|
|
|
|
@33358
|
14 years |
rhenders |
big changes to support reading config from the database instead of xml file
|
|
|
|
@33357
|
14 years |
rhenders |
class variable to show if we are connected or not; method to check for …
|
|
|
|
@33356
|
14 years |
rhenders |
changing some log messges to debug level; new method to set scratch Db name
|
|
|
|
@33355
|
14 years |
rhenders |
new method to set whether we use 'full' table or not
|
|
|
|
@33354
|
14 years |
rhenders |
lots of new methods access new tables for clients, boxes and pending
|
|
|
|
@33353
|
14 years |
rhenders |
now passing ScratchDb object up to base-class (Batch)
|
|
|
|
@33352
|
14 years |
rhenders |
new arg of scratch Db name for dvograbber program; now being passed …
|
|
|
|
@33351
|
14 years |
rhenders |
now a subclass of IppToPsps
|
|
|
|
@33350
|
14 years |
rhenders |
new abstract base-class for all ipptopsps programs
|
|
|
|
@33349
|
14 years |
rhenders |
now using config name rather than DVO label in log name
|
|
|
|
@33348
|
14 years |
rhenders |
new plotting program
|
|
|
|
@33347
|
14 years |
rhenders |
new queing program
|
|
|
|
@33346
|
14 years |
rhenders |
new name for loading client
|
|
|
|
@33345
|
14 years |
rhenders |
now explicitely taking scratch Db name as argument
|
|
|
|
@33339
|
14 years |
rhenders |
Was needlessly syncing Images.dat file each time a region was set. …
|
|
|
|
@33315
|
14 years |
rhenders |
changing name of config for clarity
|
|
|
|
@33310
|
14 years |
rhenders |
first commit of config for Db settings
|
|
|
|
@33296
|
14 years |
rhenders |
fixing minor typo in variable name
|
|
|
|
@33295
|
14 years |
rhenders |
pid and host are now class variables
|
|
|
|
@33294
|
14 years |
rhenders |
now updates clients table in ipptopsps Db with current timestamp while …
|
|
|
|
@33293
|
14 years |
rhenders |
lots of new methods to deal with clients table, inserting a new …
|
|
|
|
@33292
|
14 years |
rhenders |
slight re-wording when prompting user if he/she wishes to ingest a new DVO
|
|
|
|
@33291
|
14 years |
rhenders |
if no DVO is ingested, then isCorrectDvo() should return false
|
|
|
|
@33290
|
14 years |
rhenders |
added try/catch around STILTS fits reader as this sometimes fails
|
|
|
|
@33289
|
14 years |
rhenders |
now ignore config-set bounding box - just provide stats for whole …
|
|
|
|
@33273
|
14 years |
rhenders |
changes to purge dvoMeta table and use dvoImages instead; not using …
|
|
|
|
@33272
|
14 years |
rhenders |
when attempting to add PSPS_OBJ_ID column, catch exception and …
|
|
|
|
@33271
|
14 years |
rhenders |
removing debugging sys.exit() call; using more generic way of setting …
|
|
|
|
@33269
|
14 years |
rhenders |
now using new Config class
|
|
|
|
@33268
|
14 years |
rhenders |
fixed bug where batch checker returned False for 'OnHold' batches; …
|
|
|
|
@33267
|
14 years |
rhenders |
removed need for LOADFAILED field - now LOADEDTOODM is set to -1
|
|
|
|
@33266
|
14 years |
rhenders |
getter methids for 'purged' batches; removed need for LOADFAILED field …
|
|
|
|
@33265
|
14 years |
rhenders |
now deleting 'purged' batches
|
|
|
|
@33264
|
14 years |
rhenders |
safer log naming
|
|
|
|
@33263
|
14 years |
rhenders |
refreshing config after waiting defined number of minutes
|
|
|
|
@33262
|
14 years |
rhenders |
Changes to support a new Config class that encapuslates the xml config file
|
|
|
|
@33261
|
14 years |
rhenders |
now getting and printing deletion policy
|
|
|
|
@33260
|
14 years |
rhenders |
Changes to support a new Config class that encapuslates the xml config file
|
|
|
|
@33259
|
14 years |
rhenders |
Big changes to support a new Config class that encapuslates the xml …
|
|
|
|
@33237
|
14 years |
rhenders |
big changes to incorporate loading by region of sky
|
|
|
|
@33236
|
14 years |
rhenders |
got rid of dvoMeta table - now only use dvoImages table; changes to …
|
|
|
|
@33235
|
14 years |
rhenders |
got rid of dvoMeta table - now only use dvoImages table; whether we …
|
|
|
|
@33234
|
14 years |
rhenders |
lots of changes: now, a region is first defined using setSkyArea() …
|
|
|
|
@33194
|
14 years |
rhenders |
test program for DVO region loading
|
|
|
|
@33193
|
14 years |
rhenders |
improvements to auditing of regions; some convenience methods for …
|
|
|
|
@33192
|
14 years |
rhenders |
now formatting log entries when going to stdout
|
|
|
|
@33191
|
14 years |
rhenders |
better way of setting default RA/Dec limits if none specified in config
|
|
|
|
@33190
|
14 years |
rhenders |
test config for old 3PI
|
|
|
|
@33189
|
14 years |
rhenders |
more sensible Dec limits
|
|
|
|
@33187
|
14 years |
rhenders |
new version of stilts - Oct 2011
|
|
|
|
@33186
|
14 years |
rhenders |
added convenience method to define search box by center and side length
|
|
|
|
@33185
|
14 years |
rhenders |
now dropping SkyTable and Images tables when resetting DVO tables; …
|
|
|
|