IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ippTools/src/chiptool.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19350   18 years bills do not use pxchipSetSearchArgs for -updateprocessedimfile since it …
(edit) @19339   18 years eugene fix elements for which the db table must be specified
(edit) @19334   18 years bills Add modes for transitioning chipProcessedImfiles from full to cleaned …
(edit) @19324   18 years eugene moving all search terms to a common function in pxchip.c
(edit) @19132   18 years eugene fix -revert search options
(edit) @18976   18 years bills in lookup modes allow selecting by exp_name
(edit) @18888   18 years bills one more fix
(edit) @18887   18 years bills fixed a couple more bugs in chiptool -processedimfile
(edit) @18885   18 years jhoblitt bug fix
(edit) @18871   18 years Paul Price Search for files to revert based on fault code.
(edit) @18561   18 years eugene completely deprecate config->where; make all command-line handling …
(edit) @18366   18 years eugene merge updates from cleanup branch
(edit) @18336   18 years jhoblitt consitently handle *_id fields as numeric values instead of converting …
(edit) @18321   18 years eugene allow search by comment (with LIKE)
(edit) @18093   18 years jhoblitt -queue -> -definebyquery rename
(edit) @17859   18 years jhoblitt add chiptool -pendingcleanup & -donecleanup
(edit) @17591   18 years eugene some big cleanups of the argument parsing; more is needed
(edit) @17226   18 years jhoblitt implement warptool -revertwarped query support
(edit) @17219   18 years jhoblitt -updaterun memleak fixes
(edit) @17188   18 years jhoblitt strip out use of config->where
(edit) @17186   18 years jhoblitt implement chiptool -revertproccessedimfile query support
(edit) @17161   18 years jhoblitt implement chiptool -updaterun querying
(edit) @17148   18 years jhoblitt add chiptool -updaterun
(edit) @16725   18 years jhoblitt minor tidying up
(edit) @16667   18 years jhoblitt add -queue -pretend flag
(edit) @16666   18 years jhoblitt change -queue to have a default -exp_type of "object"
(edit) @16664   18 years jhoblitt change -queue to require "options"
(edit) @16613   18 years eugene added -unmasked mode to chiptool; added various restrictions to …
(edit) @16556   18 years Paul Price DATE is wrong.
(edit) @16555   18 years Paul Price STR should be DATE for dates.
(edit) @16253   18 years eugene adding hostname to db fields
(edit) @16248   18 years eugene updating code to handle new fields (dtime entries for …
(edit) @16201   18 years eugene check for end_stage is NULL before using
(edit) @16170   19 years eugene merging changes from JHs end_stage branch (new end_stage field and …
(edit) @14214   19 years jhoblitt update chiptool -queue
(edit) @14120   19 years eugene changed name of output metadata (chipInputImfile to chipPendingImfile) …
(edit) @14099   19 years jhoblitt add chiptool -revertprocessedimfile
(edit) @14023   19 years jhoblitt rename exp_id -> exp_name rename exp_tag -> exp_id add add …
(edit) @14018   19 years jhoblitt merge backtrack branch
(edit) @13937   19 years Paul Price Changes to multiple packages in order to use "reduction classes" to …
(edit) @13891   19 years Paul Price "inst" on the chiptool command-line is "camera" in the database.
(edit) @13649   19 years eugene added various chip and camera level metadata fields (bias stdev, ap …
(edit) @13580   19 years jhoblitt required option update
(edit) @12237   19 years jhoblitt add camPendingExp.workdir fix warptool -tooverlap SQL to handle …
(edit) @12232   19 years jhoblitt add chipPendingExp.workdir
(edit) @12200   19 years jhoblitt add camtool -queue
(edit) @12190   19 years jhoblitt rename chipQueueRawExp() -> chipQueueExpTag()
(edit) @12188   19 years jhoblitt add camQueueChipID and use it where appropriate
(edit) @12184   19 years jhoblitt tidy up chiptool -queuerawexp
(edit) @12177   19 years jhoblitt add chipQueueRawExp() and remove dead code that it can be used in place of
(edit) @12174   19 years jhoblitt first pass working chiptool -queuerawexp normalize …
(edit) @12131   19 years jhoblitt rename all *_version fields to be *_id change chip* tables to use a …
(edit) @12096   19 years jhoblitt move SQL out of chiptool into separate data files
(edit) @12093   19 years jhoblitt don't send informational messages to the error stack
(edit) @12058   19 years jhoblitt remove b2_uri rename b1_uri -> path_base
(edit) @12025   19 years jhoblitt filename rename form pXtool -> [foo]tool perl -pi -e 's/p0/reg/g' …
(edit) @12024   19 years jhoblitt s/p0/reg/g s/p1/guide/g s/p2/chip/g s/p6/stack/g s/p5/diff/g …
(edit) @11997   19 years jhoblitt rename p[x]tools -> [foo]tools
(edit) @11972   19 years jhoblitt make -addprocessedimfile -[bg, bg_stdev, bg_mean_stdev] optional
(edit) @11875   19 years jhoblitt require ippdb 1.1.9 add expgroup/dvodb fields to ippdb
(edit) @11843   19 years jhoblitt handle p2toolConfig() errors properly
(edit) @11735   19 years jhoblitt p2/p3 version reorg
(edit) @11713   19 years jhoblitt missing semicolons
(edit) @11702   19 years jhoblitt update psAbort() API
(edit) @11562   19 years jhoblitt add p2tool -queuerawexp
(edit) @11138   20 years jhoblitt add basic workdir support
(edit) @11075   20 years jhoblitt catch renaming raw*Exp -> rawExp conversions update p3tool to the …
(edit) @11034   20 years jhoblitt strip out p2tool -quick & -define stubs
(edit) @11033   20 years jhoblitt rework fault handling: remove p2PendingImfile.fault add …
(edit) @11024   20 years jhoblitt add p3tool -faultexp & -pendingexp -faulted & -pendingexp -limit
(edit) @11002   20 years jhoblitt rename setFaultCode() -> pxSetFaultCode() and move it into it's own …
(edit) @10943   20 years jhoblitt add rawScienceExp.camera to the output of -pendingimfile
(edit) @10045   20 years jhoblitt print error stack on EXIT_FAILURE
(edit) @9790   20 years jhoblitt add phase 3 masking support
(edit) @9765   20 years jhoblitt implement -block/unblock/masked
(edit) @9764   20 years jhoblitt add basic p2 masking support and the p2Mask table
(edit) @9539   20 years Paul Price Fixing psLib APIs following clean-up.
(edit) @9392   20 years jhoblitt add copyright & license notices
(edit) @9249   20 years jhoblitt reimplemented pendingimfileMode()
(edit) @9239   20 years jhoblitt improve database error handling
(edit) @9057   20 years jhoblitt require ippdb 0.0.38 the "big" exp_id -> exp_tag conversion
(edit) @8849   20 years Paul Price Adding string.h where required
(edit) @8667   20 years jhoblitt update p2pendingToProcessedImfile() rename p2pendingToProcessedImfile …
(edit) @8661   20 years jhoblitt restrict the scope of whereClaus in updateimfileMode()
(edit) @8658   20 years jhoblitt rename -pending -> -pendingimfiles rename -done -> …
(edit) @8535   20 years jhoblitt rename p2search -> p2tool
(edit) @8120   20 years jhoblitt large database schema change -> add airmass, ra, decl, exp_time, & …
(edit) @8073   20 years jhoblitt fix memory leak in handling psError objects
(edit) @8063   20 years jhoblitt yet more memory leaks
(edit) @8062   20 years jhoblitt use long instead of int as loop counters
(edit) @8059   20 years jhoblitt accidental premature checkin
(edit) @8052   20 years jhoblitt typo fix
(edit) @8051   20 years jhoblitt make -done partially transactional
(edit) @8050   20 years jhoblitt make -uri a mandatory option to -done use -uri from CLI instead of …
(edit) @8045   20 years jhoblitt move p2pendingToDoneImfile() into p2search.c
(edit) @8038   20 years jhoblitt fix a memory leak in -pending
(edit) @7864   20 years jhoblitt gracefully handle p2PendingFrameSearch() failing
(edit) @7848   20 years jhoblitt partial conversion to the new *Config() setup
(edit) @6978   20 years jhoblitt cleanups: all cli utils have thier own .h make *Config() funcs …
(edit) @6668   20 years jhoblitt rename all url struct fields -> uri add pzPendingFrame
Note: See TracRevisionLog for help on using the revision log.