IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ippToPsps

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31846   15 years rhenders now taking config XML doc as constructor arg, and passing it to Fits …
(edit) @31845   15 years rhenders prompting user if he/she is about to do something dangerous; using new …
(edit) @31844   15 years rhenders now accepting config XML document to the constructor; using new …
(edit) @31843   15 years rhenders added a 'mini' separator method
(edit) @31842   15 years rhenders added numerous methods to provide numbers for new metrics code; method …
(edit) @31841   15 years rhenders config XML doc now passed-in; using new logging method
(edit) @31840   15 years rhenders removed FITS specific code and moved into new Fits class; config XML …
(edit) @31839   15 years rhenders changes to use new logging method
(edit) @31838   15 years rhenders added loading epoch
(edit) @31835   15 years rhenders A subclass of the Python Logger class in order to add some convenience …
(edit) @31833   15 years rhenders New entry point to ippToPsps code. Run this with batch type
(edit) @31832   15 years rhenders New class encapsulating a FITS file, for reading headers not handled …
(edit) @31831   15 years rhenders New method to get a cmf for a given stack_id, which is non-trivial as …
(edit) @31822   15 years rhenders including Apache Commons Mathematics Library in classpath
(edit) @31821   15 years rhenders now making ippDetectID the primary key in order that we can use a …
(edit) @31820   15 years rhenders new method that gets an updatable result set. we use this to update …
(edit) @31819   15 years rhenders new pre-release version dealing with NULLs in tables
(edit) @31818   15 years rhenders Apache Commons Mathematics Library, needed for complimentary error …
(edit) @31811   15 years rhenders changes simiar to those in detectionbatch (see previous commit). this …
(edit) @31810   15 years rhenders now creating XML doc for config and passing to super-constructor; …
(edit) @31809   15 years rhenders implementing new dataRelease, useFullTables, force, testmode, …
(edit) @31808   15 years rhenders added stage_id column to batch table which is either cam_id or …
(edit) @31807   15 years rhenders minor change to logging message
(edit) @31806   15 years rhenders now grabbing software_ver, bg and bg_stdev from rawExp table; now …
(edit) @31805   15 years rhenders added testMode and force options; now only one dvo section; changed …
(edit) @31804   15 years rhenders added externID column to dvoMeta table for DVO-on-the-fly mode to be …
(edit) @31759   15 years rhenders now also exporting a wiki-table format file
(edit) @31720   15 years rhenders now using config file values to determine whether we publish to …
(edit) @31692   15 years rhenders added units to field attributes
(edit) @31504   15 years rhenders using base-class run() methid; overriden versions of importIppTables() …
(edit) @31503   15 years rhenders using base-class methods for query execution
(edit) @31502   15 years rhenders using base-class 'run()' method; re-worked overriden …
(edit) @31501   15 years rhenders using base-class methods for query execution; new method to get …
(edit) @31500   15 years rhenders using base-class methods for query execution
(edit) @31470   15 years rhenders added methods to execute SQL queries so that stmt objects can be …
(edit) @31469   15 years rhenders Hacks to kill last MySQL connection opened by STILTS functions; new …
(edit) @31406   15 years rhenders now skipping dodgy OTAs
(edit) @31405   15 years rhenders removed some log messages; added abstract alterPspsTables() method to …
(edit) @31404   15 years rhenders Now using Maui cluster
(edit) @31403   15 years rhenders skipping missing smf files; can now use either full dvo tables, or …
(edit) @31402   15 years rhenders skipping missing cmf files; hardcoded stuff to access nightly or deep …
(edit) @31401   15 years rhenders added method to make a certain column of a certain table unique
(edit) @31400   15 years rhenders changes to stack-cmf-getting function - was getting them wrong; added …
(edit) @31399   15 years rhenders getImageIDFromExternID() method to map IPP imageID to IPP externID; …
(edit) @31398   15 years rhenders Working version: used to create MD04.merged database
(edit) @31390   15 years rhenders working version. loops through all available FITS files and ingest …
(edit) @31389   15 years rhenders replacing a null byte fields with something that won't be replaced …
(edit) @31388   15 years rhenders latest configuration
(edit) @31387   15 years rhenders new method to replace nulls with a sub in a specific table and column
(edit) @31386   15 years rhenders getter/setter for dvoDone table
(edit) @31380   15 years rhenders new method to find and delete rows that have a field with the provided …
(edit) @31367   15 years rhenders now does all SQL necessary to build up dvoDetection and dvoMeta tables
(edit) @31366   15 years rhenders now uses column as part of index name
(edit) @31365   15 years rhenders Was writing ImageMeta for empty Detection table: fixed
(edit) @31357   15 years rhenders now checking if this exposure has already been processed before proceeding
(edit) @31356   15 years rhenders now checking if this stack has already been processed before proceeding
(edit) @31355   15 years rhenders added insertDetectionMeta() and alreadyProcessed() methods
(edit) @31354   15 years rhenders just added a debug line to logger
(edit) @31353   15 years rhenders first commit of dvo -> Mysql program
(edit) @31352   15 years rhenders added alreadyProcessed() method to be implemented by all subclasses; …
(edit) @31351   15 years rhenders trimming off XYnn from table names prior to export to FITS
(edit) @31350   15 years rhenders added ability to change table names prior to export to FITS using a regex
(edit) @31349   15 years rhenders Set up for MD04 loading for Boston
(edit) @31348   15 years rhenders removed lots of database functions, which now belong in either …
(edit) @31347   15 years rhenders Producing merge-able stack batches
(edit) @31346   15 years rhenders Now producing detection batches of same sahpe as old code
(edit) @31345   15 years rhenders Now subclass of MySql base class
(edit) @31344   15 years rhenders first commit of new scratch database class
(edit) @31343   15 years rhenders first commit of new base class for all database classes
(edit) @31342   15 years rhenders Adding ObjectCalColor table
(edit) @31341   15 years rhenders Adding SkinnyObject table
(edit) @31330   15 years rhenders Changes reflecting those in the schema
(edit) @31329   15 years rhenders Added new Kron and Ap fields
(edit) @31325   15 years rhenders skipping corners when loop through all OTAs
(edit) @31324   15 years rhenders now searching for all stacks for a given DVO db, and looping through …
(edit) @31323   15 years rhenders method to get imageIDs for a given stack; method to get sky_ids for a …
(edit) @31322   15 years rhenders added Db table row count method; changed dvo table - now have …
(edit) @31316   15 years rhenders added psfModelID (as a string)
(edit) @31315   15 years rhenders making psfModelID a string
(edit) @31305   15 years rhenders changes to the way survey IDs and dvo databases are handled
(edit) @31304   15 years rhenders format change for dvo databases
(edit) @31303   15 years rhenders looping round all OTAs and creating tables for each; many more fields …
(edit) @31299   15 years rhenders added methid to count rows in database table; now checking for empty …
(edit) @31298   15 years rhenders Added some try/catch blocks for safety; now deleting all tables before …
(edit) @31292   15 years rhenders Added kronFlux and apFlux
(edit) @31291   15 years rhenders New generic FITS header reading method, and methid to search for a …
(edit) @31289   15 years rhenders fist commit of script to remove a batch from the datastore
(edit) @31288   15 years rhenders now accepting command line args
(edit) @31287   15 years rhenders writing batch manifest file for this batch
(edit) @31286   15 years rhenders removing Infinity values prior to entry into database; method to call …
(edit) @31285   15 years rhenders Changes to make it work with changes in superclass
(edit) @31284   15 years rhenders Added moments (weak-lensing stuff)
(edit) @31283   15 years rhenders Changes reflecting those in PSPS schema
(edit) @31279   15 years rhenders Writing comment to votable file; now picking up '_' characters in …
(edit) @31266   15 years rhenders First commit of class for accessing a DVO database then storing IDs to …
(edit) @31265   15 years rhenders First commit of class for accessing a DVO database then storing IDs to …
(edit) @31231   15 years rhenders Fixed publish method so that it knows of success/failure; added …
(edit) @31226   15 years rhenders First commit of Datastore class
(edit) @31225   15 years rhenders Added logging
(edit) @31224   15 years rhenders Added datastore 'type'
Note: See TracRevisionLog for help on using the revision log.