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) @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'
(edit) @31223   15 years rhenders Added logging
(edit) @31222   15 years rhenders Added logging; methods to create tarball and publish to datastore
(edit) @31221   15 years rhenders Addition of logging config
(edit) @31220   15 years rhenders Introduced logging; fixed output paths
(edit) @31207   15 years rhenders jars necessary for STILTS jython code
(edit) @31202   15 years rhenders method to fudge objIDs for time-being
(edit) @31201   15 years rhenders added method to create DVO database table and a method to update …
(edit) @31200   15 years rhenders Neatened some string parsing
(edit) @31199   15 years rhenders Added sections for DVO, datastore and local storage path
(edit) @31198   15 years rhenders First commit if class representing ippToPsps database
(edit) @31187   15 years rhenders First commit of config file for ippToPsps
(edit) @31185   15 years rhenders removing subprocess package
(edit) @31184   15 years rhenders removing subprocess package
(edit) @31183   15 years rhenders Changing name of gpc1 database class
(edit) @31182   15 years rhenders Method to populate StackToImage table; using new Gpc1 class to get all …
(edit) @31181   15 years rhenders Setting default value for inputFilePath
(edit) @31180   15 years rhenders Different args to super-constructor; setting up output filename differently
(edit) @31179   15 years rhenders First commit of Gpc1 class
(edit) @31178   15 years rhenders Added methods to report NULL columns as well replace NULLs with a …
(edit) @31172   15 years rhenders removing old files
(edit) @31171   15 years rhenders more filename changes
(edit) @31170   15 years rhenders just a filename change
(edit) @31169   15 years rhenders Added comments
(edit) @31118   15 years rhenders now using local database. Much faster/
(edit) @31117   15 years rhenders Added regular expression filter to IPP table import method
(edit) @31116   15 years rhenders First commit of detection batch code. Creates PSPS tables, imports IPP …
(edit) @31115   15 years rhenders First commit of VOTable-format file for detection tables
(edit) @31114   15 years rhenders added default value for survey ID
(edit) @31113   15 years rhenders Using new log() method in base class; changed ambiguous method name …
(edit) @31112   15 years rhenders Added log method; added lots of comments; change ambiguous methid name …
(edit) @31109   15 years rhenders Many things.…
(edit) @31108   15 years rhenders changed default string size to 100 for safety
(edit) @31107   15 years rhenders First commit of init batch jython code
(edit) @31106   15 years rhenders New VOTable format for table descriptions
(edit) @31105   15 years rhenders First commit of jython code
(edit) @31104   15 years rhenders using a default of 24 chars for string types in votable; changed …
Note: See TracRevisionLog for help on using the revision log.