# # ChangeLog for trunk/ippToPsps # # Generated by Trac 1.6 # Jul 20, 2026, 9:39:39 AM Mon, 29 Aug 2011 19:27:29 GMT rhenders [32207] * trunk/ippToPsps/jython/fits.py (modified) initializing header to 'None' Mon, 29 Aug 2011 19:26:53 GMT rhenders [32206] * trunk/ippToPsps/jython/ipptopsps.py (modified) new method to publish batches that previously failed to load to the ... Thu, 25 Aug 2011 23:09:32 GMT rhenders [32194] * trunk/ippToPsps/jython/batch.py (modified) added static method to publish a batch to the datastore, this is so ... Thu, 25 Aug 2011 23:08:36 GMT rhenders [32193] * trunk/ippToPsps/jython/ipptopspsdb.py (modified) now using -1 to mean this stage has failed; changes queries to ... Thu, 25 Aug 2011 23:05:26 GMT rhenders [32192] * trunk/ippToPsps/jython/stackbatch.py (modified) primary key on StackDetection is now on objID only; duplicates will ... Wed, 24 Aug 2011 00:44:30 GMT rhenders [32183] * trunk/ippToPsps/jython/ipptopsps.py (modified) fixed error in calls to logging methods Wed, 24 Aug 2011 00:44:03 GMT rhenders [32182] * trunk/ippToPsps/jython/detectionbatch.py (modified) checking astrometric solution per chip, and discarding if necessary Wed, 24 Aug 2011 00:43:13 GMT rhenders [32181] * trunk/ippToPsps/jython/datastore.py (modified) changed log level from debug to info for removal methods Wed, 24 Aug 2011 00:42:46 GMT rhenders [32180] * trunk/ippToPsps/jython/gpc1db.py (modified) some logging improvements Wed, 24 Aug 2011 00:42:05 GMT rhenders [32179] * trunk/ippToPsps/jython/scratchdb.py (modified) new method to check whether we have a decent astrometric solution for ... Mon, 22 Aug 2011 22:07:19 GMT rhenders [32166] * trunk/ippToPsps/jython/detectionbatch.py (modified) * trunk/ippToPsps/jython/ipptopspsdb.py (modified) * trunk/ippToPsps/jython/stackbatch.py (modified) added safety checks when getting smf/cmf files and cam or stack meta data Mon, 22 Aug 2011 20:46:48 GMT rhenders [32165] * trunk/ippToPsps/jython/plots (modified) updaing ignore list to ignore png files Mon, 22 Aug 2011 20:38:37 GMT rhenders [32164] * trunk/ippToPsps/jython/configs/lap20110621.xml (modified) putting back to original state used for loading Mon, 22 Aug 2011 20:37:45 GMT rhenders [32163] * trunk/ippToPsps/jython/batch.py (modified) removed redundant alreadyProcessed() method; removed redundant log ... Mon, 22 Aug 2011 18:19:51 GMT rhenders [32162] * trunk/ippToPsps/jython/ipptopsps.py (modified) * trunk/ippToPsps/jython/ipptopspsdb.py (modified) alreadyProcessed() method now taking batch type as a parameter, as of ... Sat, 20 Aug 2011 00:23:18 GMT rhenders [32145] * trunk/ippToPsps/perl/exposureSummary.pl (deleted) * trunk/ippToPsps/perl/ippToPsps_run.pl (deleted) * trunk/ippToPsps/perl/removeFromDatastore.pl (deleted) purging some old perl scripts Sat, 20 Aug 2011 00:22:20 GMT rhenders [32144] * trunk/ippToPsps/perl/deleteFromDXLayer.pl (added) First commit of new script to delete a batch from the DXLayer Sat, 20 Aug 2011 00:21:54 GMT rhenders [32143] * trunk/ippToPsps/perl/checkOdmStatus.pl (modified) purged redundant code Sat, 20 Aug 2011 00:17:33 GMT rhenders [32142] * trunk/ippToPsps/config/IN/tables.vot (modified) changes to avoid -999 ending up in binary Region table column Fri, 19 Aug 2011 21:48:34 GMT rhenders [32141] * trunk/ippToPsps/jython/ipptopspsdb.py (modified) changed updateMinMaxObjID() method to updateDetectionStats(); now ... Fri, 19 Aug 2011 21:47:13 GMT rhenders [32140] * trunk/ippToPsps/jython/detectionbatch.py (modified) now reporting to log original total of detections in smf file; also ... Fri, 19 Aug 2011 21:45:38 GMT rhenders [32139] * trunk/ippToPsps/jython/datastore.py (modified) remove() method is now returning true if the batch is not found on ... Fri, 19 Aug 2011 21:44:37 GMT rhenders [32138] * trunk/ippToPsps/jython/batch.py (modified) added static methods for getting various paths and name; added method ... Fri, 19 Aug 2011 21:43:27 GMT rhenders [32137] * trunk/ippToPsps/jython/cleanup.py (modified) now using Datastore and Batch objects to remove of the datastore and ... Fri, 19 Aug 2011 21:42:11 GMT rhenders [32136] * trunk/ippToPsps/jython/configs/lap20110809.xml (modified) loading version of new LAP config Fri, 19 Aug 2011 21:41:33 GMT rhenders [32135] * trunk/ippToPsps/jython/scratchdb.py (modified) New method to get filterId from filter name Wed, 17 Aug 2011 22:41:46 GMT rhenders [32124] * trunk/ippToPsps/jython/configs/test.xml (added) first commit of config for testing purposes Wed, 17 Aug 2011 22:41:03 GMT rhenders [32123] * trunk/ippToPsps/jython/cleanup.py (added) First commit of clean-up program Wed, 17 Aug 2011 22:40:45 GMT rhenders [32122] * trunk/ippToPsps/jython/ipptopspsdb.py (modified) added generic method to UPDATE certain columns; refactored other ... Wed, 17 Aug 2011 22:39:43 GMT rhenders [32121] * trunk/ippToPsps/jython/pollOdm.py (modified) using new Batch-class static method to get batch name Wed, 17 Aug 2011 22:39:08 GMT rhenders [32120] * trunk/ippToPsps/jython/datastore.py (modified) * trunk/ippToPsps/jython/odm.py (modified) using new Batch-class static methods to get batch name; putting ... Wed, 17 Aug 2011 22:38:18 GMT rhenders [32119] * trunk/ippToPsps/jython/ipptopsps.py (modified) changed logging settings when in test mode, specifically, print to ... Wed, 17 Aug 2011 22:37:27 GMT rhenders [32118] * trunk/ippToPsps/jython/batch.py (modified) added some static methods to getting batch name, paths etc; moved ... Wed, 17 Aug 2011 02:12:01 GMT rhenders [32115] * trunk/ippToPsps/jython/pollOdm.py (modified) printing results in a table Wed, 17 Aug 2011 02:11:38 GMT rhenders [32114] * trunk/ippToPsps/jython/odm.py (modified) chaning some error log message to debug Wed, 17 Aug 2011 01:52:16 GMT rhenders [32113] * trunk/ippToPsps/jython/configs/lap20110809.xml (modified) adding path to DVO database Wed, 17 Aug 2011 01:51:51 GMT rhenders [32112] * trunk/ippToPsps/jython/metrics.py (modified) saving plots to plots dir Wed, 17 Aug 2011 01:48:53 GMT rhenders [32111] * trunk/ippToPsps/jython/plots (added) adding dir for plots from metrics program Tue, 16 Aug 2011 23:14:22 GMT rhenders [32110] * trunk/ippToPsps/jython/metrics.py (modified) now produces a stacked-histogram plot Tue, 16 Aug 2011 23:13:36 GMT rhenders [32109] * trunk/ippToPsps/jython/configs/lap20110809.xml (added) adding config for new LAP Tue, 16 Aug 2011 23:13:13 GMT rhenders [32108] * trunk/ippToPsps/jython/configs/lap.xml (deleted) * trunk/ippToPsps/jython/configs/lap20110621.xml (added) changing name of old LAP condif Tue, 16 Aug 2011 18:35:30 GMT rhenders [32107] * trunk/ippToPsps/jython/pslogger.py (modified) now not printing timestamp to messages printing to stdout Tue, 16 Aug 2011 18:34:32 GMT rhenders [32106] * trunk/ippToPsps/jython/detectionbatch.py (modified) now collecting stats per chip and printing to log in a table Tue, 16 Aug 2011 18:33:52 GMT rhenders [32105] * trunk/ippToPsps/jython/mysql.py (modified) changed info log message to debug Sat, 13 Aug 2011 02:07:06 GMT rhenders [32092] * trunk/ippToPsps/jython/metrics.py (modified) now reporting much more information, specifically, the ODM status ... Sat, 13 Aug 2011 02:06:06 GMT rhenders [32091] * trunk/ippToPsps/jython/batch.py (modified) relagated a log message to DEBUG level Sat, 13 Aug 2011 02:05:37 GMT rhenders [32090] * trunk/ippToPsps/jython/ipptopsps.py (modified) using new pslogger method to setup logging; using new getter for ... Sat, 13 Aug 2011 02:04:46 GMT rhenders [32089] * trunk/ippToPsps/jython/ipptopspsdb.py (modified) new getter methods for the various columns in the batch table; new ... Sat, 13 Aug 2011 02:03:42 GMT rhenders [32088] * trunk/ippToPsps/jython/dvoToMySQL.py (modified) * trunk/ippToPsps/jython/removeFromDatastore.py (modified) using new pslogger method Sat, 13 Aug 2011 02:03:13 GMT rhenders [32087] * trunk/ippToPsps/jython/pollOdm.py (modified) changes to loggingl removed old java code Sat, 13 Aug 2011 02:02:13 GMT rhenders [32086] * trunk/ippToPsps/jython/configs/sas12.xml (added) * trunk/ippToPsps/jython/configs/sas123.xml (added) added configs for two other SAS databases Sat, 13 Aug 2011 02:01:47 GMT rhenders [32085] * trunk/ippToPsps/jython/configs/sasFootprint.xml (modified) moved processing to ipp005 Sat, 13 Aug 2011 02:01:15 GMT rhenders [32084] * trunk/ippToPsps/jython/pslogger.py (modified) now handles configuration of logging, can send to stdout, or a file ... Sat, 13 Aug 2011 02:00:22 GMT rhenders [32083] * trunk/ippToPsps/jython/logging.conf (deleted) no need for special logging config file Thu, 11 Aug 2011 02:21:12 GMT rhenders [32075] * trunk/ippToPsps/jython/odm.py (added) New class encapsulating the ODM Wed, 10 Aug 2011 22:22:18 GMT rhenders [32072] * trunk/ippToPsps/jython/ipptopsps.py (modified) added 'Are you sure?' prompt if user requests test mode and publish Wed, 10 Aug 2011 22:15:02 GMT rhenders [32071] * trunk/ippToPsps/jython/configs/sas.xml (deleted) * trunk/ippToPsps/jython/configs/sasFootprint.xml (added) creating config for SAS footprint Wed, 10 Aug 2011 21:45:02 GMT rhenders [32070] * trunk/ippToPsps/jython/pollOdm.py (modified) now calling stripped-down version of old Perl script to poll ODM Wed, 10 Aug 2011 21:44:13 GMT rhenders [32069] * trunk/ippToPsps/perl/checkOdmStatus.pl (modified) stripped-down version for use with Jython program Wed, 10 Aug 2011 02:20:05 GMT rhenders [32067] * trunk/ippToPsps/jython/configs/lap.xml (modified) new field for pspsSurvey Wed, 10 Aug 2011 02:19:36 GMT rhenders [32066] * trunk/ippToPsps/jython/configs/sas.xml (added) first commit of config for SAS data Wed, 10 Aug 2011 02:18:54 GMT rhenders [32065] * trunk/ippToPsps/jython/batch.py (modified) now getting psps survey from config; using gpc1 DVO name in path for ... Wed, 10 Aug 2011 02:00:03 GMT rhenders [32062] * trunk/ippToPsps/jython/scratchdb.py (modified) logging improvments Wed, 10 Aug 2011 01:59:19 GMT rhenders [32061] * trunk/ippToPsps/jython/detectionbatch.py (modified) * trunk/ippToPsps/jython/stackbatch.py (modified) no need to pass survey to base-class constructor Tue, 09 Aug 2011 23:00:59 GMT rhenders [32059] * trunk/ippToPsps/jython/removeFromDatastore.py (modified) changed arguments so that you can remove a range of batches Tue, 09 Aug 2011 23:00:29 GMT rhenders [32058] * trunk/ippToPsps/jython/datastore.py (modified) added method to remove a range of batches from the datastore Sat, 06 Aug 2011 01:29:16 GMT rhenders [32051] * trunk/ippToPsps/jython/detectionbatch.py (modified) now deleting any rows in IPP tables with PSF_INST_MAG < -17.5 Sat, 06 Aug 2011 01:27:46 GMT rhenders [32050] * trunk/ippToPsps/jython/mysql.py (modified) better log messages for deleted NULL rows Fri, 05 Aug 2011 02:13:50 GMT rhenders [32040] * trunk/ippToPsps/jython/ipptopsps.py (modified) now checks the config for IDs to process. If not found, it defaults ... Fri, 05 Aug 2011 02:13:20 GMT rhenders [32039] * trunk/ippToPsps/jython/configs/lap.xml (modified) added a comment about IDs in the config Fri, 05 Aug 2011 01:02:47 GMT rhenders [32038] * trunk/ippToPsps/jython/configs/bostonmd4.xml (added) adding config for Boston MD4 loading Thu, 04 Aug 2011 22:00:12 GMT rhenders [32037] * trunk/ippToPsps/jython/detectionbatch.py (modified) * trunk/ippToPsps/jython/ipptopsps.py (modified) * trunk/ippToPsps/jython/pslogger.py (modified) removed mini separator from log Thu, 04 Aug 2011 21:52:43 GMT rhenders [32036] * trunk/ippToPsps/jython/fits.py (modified) added methods to return original file path and count of primary ... Thu, 04 Aug 2011 21:52:00 GMT rhenders [32035] * trunk/ippToPsps/jython/ipptopsps.py (modified) added title to log; removed to debug code Thu, 04 Aug 2011 21:51:30 GMT rhenders [32034] * trunk/ippToPsps/jython/scratchdb.py (modified) changing info log entries to debug Thu, 04 Aug 2011 21:51:03 GMT rhenders [32033] * trunk/ippToPsps/jython/batch.py (modified) * trunk/ippToPsps/jython/detectionbatch.py (modified) * trunk/ippToPsps/jython/initbatch.py (modified) * trunk/ippToPsps/jython/stackbatch.py (modified) yet more logginf improvments; now using one, and only one, name for ... Thu, 04 Aug 2011 21:50:26 GMT rhenders [32032] * trunk/ippToPsps/jython/pslogger.py (modified) new methods for debug pairs and a title Thu, 04 Aug 2011 21:25:04 GMT rhenders [32031] * trunk/ippToPsps/config/IN (added) * trunk/ippToPsps/config/IN/tables.vot (added) * trunk/ippToPsps/config/P2 (added) * trunk/ippToPsps/config/P2/tables.vot (added) * trunk/ippToPsps/config/ST (added) * trunk/ippToPsps/config/ST/tables.vot (added) changing batch dir names Thu, 04 Aug 2011 21:24:19 GMT rhenders [32030] * trunk/ippToPsps/config/detection (deleted) * trunk/ippToPsps/config/init (deleted) * trunk/ippToPsps/config/stack (deleted) changing batch dir names Thu, 04 Aug 2011 21:08:19 GMT rhenders [32029] * trunk/ippToPsps/jython/pollOdm.py (added) first, unworking, commit of ODM polling code Thu, 04 Aug 2011 21:07:35 GMT rhenders [32027] * trunk/ippToPsps/config/detection/map.xml (deleted) * trunk/ippToPsps/config/detection/tables.xml (deleted) * trunk/ippToPsps/config/init/data.xml (deleted) * trunk/ippToPsps/config/init/tables.xml (deleted) * trunk/ippToPsps/config/stack/cmfExtensions.txt (deleted) * trunk/ippToPsps/config/stack/map.xml (deleted) * trunk/ippToPsps/config/stack/tables.xml (deleted) removing unecessary configs that were used with old version of code Thu, 04 Aug 2011 21:06:16 GMT rhenders [32026] * trunk/ippToPsps/config/diff (deleted) don't publish diffs, might never publish diffs Thu, 04 Aug 2011 19:46:17 GMT rhenders [32024] * trunk/ippToPsps/src (modified) edited ignore list Thu, 04 Aug 2011 02:28:27 GMT rhenders [32022] * trunk/ippToPsps/jython (modified) * trunk/ippToPsps/jython/configs/lap.xml (modified) latest ignoire list and latest lap config Thu, 04 Aug 2011 02:27:37 GMT rhenders [32021] * trunk/ippToPsps/jython/batch.py (modified) now call printMe() methind from run() methodl; check connect to ... Thu, 04 Aug 2011 02:26:56 GMT rhenders [32020] * trunk/ippToPsps/jython/mysql.py (modified) using exception-handling to check connection is ok; setting ... Thu, 04 Aug 2011 02:26:09 GMT rhenders [32019] * trunk/ippToPsps/jython/ipptopsps.py (modified) 'printMe()' method moved to bathc base-class; added stuff about IN ... Thu, 04 Aug 2011 02:25:05 GMT rhenders [32018] * trunk/ippToPsps/jython/gpc1db.py (modified) returning 'None' rather than 'NULL' when getting cmf or smf objects Thu, 04 Aug 2011 02:05:55 GMT rhenders [32017] * trunk/ippToPsps/jython/demo.fits (deleted) Obsolete Thu, 04 Aug 2011 02:00:54 GMT rhenders [32016] * trunk/ippToPsps/config/object (deleted) Objects now handled within PSPS Thu, 04 Aug 2011 02:00:16 GMT rhenders [32014] * trunk/ippToPsps/config/test (deleted) obsolete Thu, 04 Aug 2011 01:59:18 GMT rhenders [32013] * trunk/ippToPsps/unitTests (deleted) not suitable for new Jython code Thu, 04 Aug 2011 01:58:05 GMT rhenders [32012] * trunk/ippToPsps/perl/getSmfForThisBatch.pl (deleted) not needed anymore Thu, 04 Aug 2011 01:57:29 GMT rhenders [32011] * trunk/ippToPsps/perl/makeDetections.pl (deleted) * trunk/ippToPsps/perl/makeInit.pl (deleted) * trunk/ippToPsps/perl/makeStacks.pl (deleted) removing old batch creation scripts Thu, 04 Aug 2011 01:55:53 GMT rhenders [32010] * trunk/ippToPsps/perl/ippToPsps (deleted) purging old Perl classes Thu, 04 Aug 2011 01:50:37 GMT rhenders [32009] * trunk/ippToPsps/src/Makefile.am (modified) now just building dvograbber Thu, 04 Aug 2011 01:49:30 GMT rhenders [32008] * trunk/ippToPsps/src/Batch.c (deleted) * trunk/ippToPsps/src/Batch.h (deleted) * trunk/ippToPsps/src/DetectionBatch.c (deleted) * trunk/ippToPsps/src/DetectionBatch.h (deleted) * trunk/ippToPsps/src/DetectionBatchEnums.h (deleted) * trunk/ippToPsps/src/DiffBatchEnums.h (deleted) * trunk/ippToPsps/src/DifferenceBatch.c (deleted) * trunk/ippToPsps/src/Fits.c (deleted) * trunk/ippToPsps/src/Fits.h (deleted) * trunk/ippToPsps/src/FitsGenerator.c (deleted) * trunk/ippToPsps/src/FitsGenerator.h (deleted) * trunk/ippToPsps/src/InitBatch.c (deleted) * trunk/ippToPsps/src/InitBatch.h (deleted) * trunk/ippToPsps/src/InitData.c (deleted) * trunk/ippToPsps/src/InitData.h (deleted) * trunk/ippToPsps/src/StackBatch.c (deleted) * trunk/ippToPsps/src/StackBatch.h (deleted) * trunk/ippToPsps/src/StackBatchEnums.h (deleted) Purging old C code Thu, 04 Aug 2011 01:34:26 GMT rhenders [32007] * trunk/ippToPsps/jython/ipptopsps.py (modified) can now create IN batches Thu, 04 Aug 2011 01:33:19 GMT rhenders [32006] * trunk/ippToPsps/jython/batch.py (modified) minor improvments to logging Thu, 04 Aug 2011 01:32:10 GMT rhenders [32005] * trunk/ippToPsps/jython/initbatch.py (modified) removed code to instantiate InitBatch object: this is now done from ...