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) @28663   16 years rhenders Changes to support new batch structure. Jobs are no more.…
(edit) @28662   16 years rhenders Added image and detection flags to Jim's test batch
(edit) @28661   16 years rhenders Big changes to support Conrad's new DXLayer, among other things
(edit) @28638   16 years rhenders MOMENTS not MOMENT
(edit) @28589   16 years rhenders Cosmetic
(edit) @28588   16 years rhenders Added moments
(edit) @28579   16 years rhenders Added total num of photometric ref stars to FrameMeta
(edit) @28564   16 years rhenders Adding Object batch type to system
(edit) @28559   16 years rhenders Now looking up column numbers
(edit) @28556   16 years rhenders Removed dependance on column numbers: now looks-up using column names
(edit) @28550   16 years rhenders Now setting detectorID as a string
(edit) @28549   16 years rhenders Updating with recent PSPS schema changes (moments and detectorID)
(edit) @28547   16 years rhenders numAstroRef is the same as numPhotoRef - for now, at least
(edit) @28531   16 years rhenders No need to save results from test batch
(edit) @28530   16 years rhenders Need XML libs
(edit) @28529   16 years rhenders Now storing results in XML format
(edit) @28528   16 years rhenders New revisions for Db
(edit) @28424   16 years rhenders Now storing image flags (as taken from DVO) in ImageMeta
(edit) @28423   16 years rhenders Now calculating and storing total detections for an exposure and …
(edit) @28305   16 years rhenders Greater precision for exposure start time and detection time now …
(edit) @28260   16 years rhenders Better handling of 'init' batches
(edit) @28257   16 years rhenders Using decimals rather than hex to save me changing code
(edit) @28249   16 years rhenders Now pulling correct survey ID from init data
(edit) @28226   16 years rhenders Changes to incorporate 'flag' tables in IN batch
(edit) @28206   16 years rhenders First commit of database creation script. Handles revision 1 of Db only.
(edit) @28205   16 years rhenders Now pulling exposure name from the Db and passing it to ippToPsps to …
(edit) @28122   16 years rhenders Log file now replaced with database.
(edit) @28120   16 years rhenders Now using a database for logging, rather than flat files; improved …
(edit) @28105   16 years rhenders Return an error if no chips were processed
(edit) @28087   16 years rhenders Cosmetic stuff
(edit) @28086   16 years rhenders Added explanatory comment
(edit) @28085   16 years rhenders Now populating all the detection flags
(edit) @28084   16 years rhenders now remembering 'last' exposure ID and handling getting a new job ID better
(edit) @28083   16 years rhenders Improved auditing; improved regexs for survey type
(edit) @28073   16 years rhenders New 'name' field in Survey table
(edit) @28072   16 years rhenders Now populating infoFlag field from FLAGS in the smf file
(edit) @28050   16 years rhenders flag fields are now 64 (rather than 32) bits
(edit) @28043   16 years watersc1 Merging czw_branch (maskstats and software versions) back into the trunk
(edit) @28026   16 years rhenders Now pulling extinction value (airmass) from dvo.photcodes
(edit) @28025   16 years rhenders surveyID now in SkinnyObject after PSPS schema change
(edit) @28024   16 years rhenders Changes to reflect surveyID added to SkinnyObject table in PSPS schema
(edit) @28023   16 years rhenders Added temporary logfile to track JobID/expID pairings
(edit) @27980   16 years rhenders Updating 'last jobID' at a more sensible time
(edit) @27977   16 years rhenders Updated from ippconfic/dvo.photcodes to include new zerowq points and …
(edit) @27976   16 years rhenders Fixed error in usage instructions
(edit) @27944   16 years rhenders Two new astrometry fields.
(edit) @27943   16 years rhenders Two new astrometry fields.
(edit) @27942   16 years rhenders certain floats are now doubles due to crazy MSSQL calling doubles FLOATs.
(edit) @27882   16 years rhenders Changes after confusion with floating-point types. Many FLOAT values …
(edit) @27878   16 years rhenders Some confusion over silly MSSQL floating-point types.
(edit) @27877   16 years rhenders Added new astrometry fields (cdelt1, cdelt2).
(edit) @27872   16 years rhenders More meaningful names: products are now batches
(edit) @27871   16 years rhenders More meaningful names: products are now batches
(edit) @27869   16 years rhenders More meaningful argument names
(edit) @27868   16 years rhenders Now including valid photCode
(edit) @27867   16 years rhenders Added legitimate photoCalID data
(edit) @27866   16 years rhenders Improved argument handling
(edit) @27847   16 years rhenders Improved usage instructions
(edit) @27846   16 years rhenders Enums for the test batch
(edit) @27845   16 years rhenders Changes to accomodate new test batch.
(edit) @27844   16 years rhenders Can now work from a list or a single job ID
(edit) @27843   16 years rhenders Added 'end' argument for deleting stuff in bulk more carefully
(edit) @27812   16 years rhenders Script to convert GPC1 DVO photcodes into XML format for use in 'init' …
(edit) @27811   16 years rhenders Safer handling of input args
(edit) @27810   16 years rhenders Allowed single character args
(edit) @27809   16 years rhenders Added new 'test' batch to help with validation of PSPS generated …
(edit) @27808   16 years rhenders Changed order of columns for clarity
(edit) @27807   16 years rhenders Fixed typo
(edit) @27806   16 years rhenders Wasn't using enum for one column.
(edit) @27804   16 years rhenders Was STILL not catching 0.0 flux values. Fixed now.
(edit) @27801   16 years rhenders Script that finds exposure IDs from a list of job directories.
(edit) @27800   16 years rhenders 0.0 flux values still slipping through.
(edit) @27799   16 years rhenders Getting dist_group for single exposure case
(edit) @27779   16 years rhenders using isfinite() instead of isnormal (which counts 0.0 as 'not …
(edit) @27778   16 years rhenders isnormal already checks for value==0; now filtering out all dodgy flux …
(edit) @27760   16 years rhenders Now counting, and discarding, detections where flux = NULL or flux = 0.0.
(edit) @27730   16 years rhenders Added datastore product argument
(edit) @27729   16 years rhenders Added datastore product as an (optional) argument
(edit) @27710   16 years rhenders Now using dist_group from IPP Db to set 'survey type' in PSPS; better …
(edit) @27701   16 years rhenders Fixed issue where NULL values read from a FITS input header would …
(edit) @27700   16 years rhenders Minor improvement to debugging text
(edit) @27699   16 years rhenders Added ability to run for just one exposure; improved argument handling
(edit) @27688   16 years rhenders Ignoring ippToPspsVersionDefinitions.h
(edit) @27687   16 years rhenders Added some ignores
(edit) @27686   16 years rhenders Error handling changes.
(edit) @27685   16 years rhenders Changes for improved error handling; better handling of bug concerning …
(edit) @27684   16 years rhenders Improved error handling, specifically, now using standard IPP exit codes
(edit) @27683   16 years rhenders Fixed bug whereby an empty ImageMeta table was written even when …
(edit) @27669   16 years rhenders Removed some redundant debug and commented-out Jim's declination …
(edit) @27607   16 years rhenders Changes to accommodate new PSPS schema.
(edit) @27522   16 years rhenders tweaked some regexs
(edit) @27520   16 years rhenders bug in regex: not finding all tables in schema
(edit) @27477   16 years rhenders Added 'init' type to info message
(edit) @27475   16 years rhenders Added some comments
(edit) @27436   16 years rhenders Saving temp files to /tmp
(edit) @27434   16 years rhenders Object CalColor table added
(edit) @27433   16 years rhenders minor comments etc
(edit) @27432   16 years rhenders Added new script-generated headers
(edit) @27431   16 years rhenders pspsSchema2xml now generates C header files with enums detailing table …
(edit) @27364   16 years rhenders Made script smarter: now can find relevant .sql file for given table
Note: See TracRevisionLog for help on using the revision log.