# # ChangeLog for trunk # # Generated by Trac 1.6 # Jul 26, 2026, 5:49:24 AM Wed, 07 Mar 2007 02:50:54 GMT Paul Price [12290] * trunk/psLib/src/sys/psAssert.h (modified) Allowing PS_ASSERT_INT_* to be used with any integer type (e.g., long). Wed, 07 Mar 2007 02:50:15 GMT Paul Price [12289] * trunk/psLib/src/types/psArguments.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psHash.h (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) * trunk/psLib/src/types/psLookupTable.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataItemParse.c (modified) * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/src/types/psPixels.h (modified) Adding additional type-specific assertions, and employing them where ... Wed, 07 Mar 2007 02:46:16 GMT Paul Price [12288] * trunk/psLib/src/types/Makefile.am (modified) Removing psBitSet from the build --- we don't use it. Wed, 07 Mar 2007 02:42:22 GMT Paul Price [12287] * trunk/psLib/src/types/psLookupTable.c (modified) Flushing out a lot of code that could be done more simply another ... Wed, 07 Mar 2007 00:17:48 GMT Paul Price [12286] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psTrace.c (modified) Changing assertions to be more suitable. Wed, 07 Mar 2007 00:10:36 GMT Paul Price [12285] * trunk/psModules/src/concepts/pmConcepts.c (modified) * trunk/psModules/src/concepts/pmConcepts.h (modified) * trunk/psModules/src/concepts/pmConceptsRead.c (modified) Adding ability to determine whether a concept is required or not, and ... Wed, 07 Mar 2007 00:10:28 GMT jhoblitt [12284] * trunk/psLib/src/sys/psTrace.h (modified) ws Tue, 06 Mar 2007 21:58:47 GMT Paul Price [12283] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) Adding function psMetadataKeys to return a list of keys from a ... Tue, 06 Mar 2007 20:46:35 GMT Paul Price [12282] * trunk/ippScripts/scripts/register_imfile.pl (modified) Need a space between arguments. Tue, 06 Mar 2007 20:22:19 GMT eugene [12280] * trunk/Ohana/src/opihi/Makefile.Common (modified) * trunk/Ohana/src/opihi/dimm/dimm.c (deleted) * trunk/Ohana/src/opihi/dimm/dimm.c.in (added) * trunk/Ohana/src/opihi/dvo/dvo.c (deleted) * trunk/Ohana/src/opihi/dvo/dvo.c.in (added) * trunk/Ohana/src/opihi/mana/mana.c (deleted) * trunk/Ohana/src/opihi/mana/mana.c.in (added) * trunk/Ohana/src/opihi/pantasks/pantasks.c (deleted) * trunk/Ohana/src/opihi/pantasks/pantasks.c.in (added) * trunk/Ohana/src/opihi/pantasks/pantasks_client.c (deleted) * trunk/Ohana/src/opihi/pantasks/pantasks_client.c.in (added) * trunk/Ohana/src/opihi/pclient/pclient.c (deleted) * trunk/Ohana/src/opihi/pclient/pclient.c.in (added) * trunk/Ohana/src/opihi/pcontrol/pcontrol.c (deleted) * trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in (added) using sed to replace DATADIR rather than -D Tue, 06 Mar 2007 20:20:28 GMT jhoblitt [12279] * trunk/ippconfig/Makefile.am (modified) * trunk/ippconfig/configure.ac (modified) * trunk/ippconfig/ipprc.config.in (modified) fix ipprc.config.in default PATH expansion Tue, 06 Mar 2007 04:48:48 GMT Paul Price [12265] * trunk/psModules/src/camera/Makefile.am (modified) * trunk/psModules/src/camera/pmCellSquish.c (added) * trunk/psModules/src/camera/pmCellSquish.h (added) Adding first cut of function to squish (combine all readouts of) a ... Tue, 06 Mar 2007 04:46:48 GMT Paul Price [12264] * trunk/psModules/src/detrend/pmShifts.c (modified) * trunk/psModules/src/detrend/pmShifts.h (modified) Putting metadata key names into #define in header file, so that other ... Tue, 06 Mar 2007 04:33:27 GMT jhoblitt [12263] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/stacktool_inputskyfile.sql (added) * trunk/ippTools/share/stacktool_sumskyfile.sql (added) * trunk/ippTools/share/stacktool_tosum.sql (added) * trunk/ippTools/src/stacktool.c (modified) move stacktool SQL into it's own files Tue, 06 Mar 2007 04:22:26 GMT jhoblitt [12262] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/difftool_inputskyfile.sql (added) * trunk/ippTools/share/difftool_skyfile.sql (added) * trunk/ippTools/share/difftool_todiffskyfile.sql (added) * trunk/ippTools/src/difftool.c (modified) move difftool SQL into it's own files Tue, 06 Mar 2007 04:14:15 GMT jhoblitt [12261] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/warptool_exp.sql (added) * trunk/ippTools/share/warptool_imfile.sql (added) * trunk/ippTools/share/warptool_scmap.sql (added) * trunk/ippTools/share/warptool_towarped.sql (added) * trunk/ippTools/share/warptool_warped.sql (added) * trunk/ippTools/src/warptool.c (modified) move warptool SQL out into it's own files Tue, 06 Mar 2007 03:42:40 GMT jhoblitt [12260] * trunk/ippdb/configure.ac (modified) * trunk/ippdb/src/ippdb.c (modified) * trunk/ippdb/src/ippdb.h (modified) * trunk/ippdb/tests/alloc.c (modified) * trunk/ippdb/tests/insert.c (modified) * trunk/ippdb/tests/insertobject.c (modified) * trunk/ippdb/tests/metadatafromobject.c (modified) * trunk/ippdb/tests/objectfrommetadata.c (modified) VERSION 1.1.16 Tue, 06 Mar 2007 03:41:11 GMT jhoblitt [12259] * trunk/ippTools/configure.ac (modified) * trunk/ippTools/scripts/regtest.sh (modified) * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/camtool_find_pendingexp.sql (modified) * trunk/ippTools/share/camtool_find_pendingimfile.sql (modified) * trunk/ippTools/share/camtool_find_processedexp.sql (modified) * trunk/ippTools/share/chiptool_pendingimfile.sql (modified) * trunk/ippTools/share/chiptool_processedimfile.sql (modified) * trunk/ippTools/share/detselect_search.sql (added) * trunk/ippTools/share/detselect_select.sql (added) * trunk/ippTools/share/regtool_processedimfile.sql (modified) * trunk/ippTools/src/detselect.c (modified) * trunk/ippTools/src/regtool.c (modified) * trunk/ippTools/src/regtoolConfig.c (modified) split detselect SQL out into their own files add rawExp.filelevel field Tue, 06 Mar 2007 03:17:26 GMT jhoblitt [12258] * trunk/dbconfig/config.md (modified) * trunk/dbconfig/tasks.md (modified) add rawExp.filelevel remove rawImfile.class Tue, 06 Mar 2007 03:14:01 GMT gusciora [12257] * trunk/psLib/test/imageops/tap_psImagePixelExtract.c (modified) Removed bug with psVector->n++ Tue, 06 Mar 2007 03:09:58 GMT magnier [12256] * trunk/psLib/src/imageops/psImagePixelManip.c (modified) added special case for division to handle div-by-zero; added ... Tue, 06 Mar 2007 03:08:13 GMT jhoblitt [12254] * trunk/ippTools/share/camtool_find_pendingexp.sql (modified) typo fix Tue, 06 Mar 2007 02:52:48 GMT Paul Price [12253] * trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) * trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) Forgot to add exp_id Tue, 06 Mar 2007 02:51:34 GMT Paul Price [12252] * trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) Missed one. Tue, 06 Mar 2007 02:51:02 GMT Paul Price [12251] * trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) * trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) Fixing serial processing scripts for recent update to ippdb/ippTools. Tue, 06 Mar 2007 02:37:41 GMT gusciora [12250] * trunk/psLib/test/imageops/tap_psImageGeomManip.c (modified) Switch to the original larger image sizes with psImageShift() Tue, 06 Mar 2007 02:27:09 GMT gusciora [12249] * trunk/psLib/test/imageops/tap_psImageGeomManip.c (modified) Fixed bug in the interpolation for the ImageShift tests. Fixed bug ... Tue, 06 Mar 2007 02:14:55 GMT Paul Price [12248] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) Fixing SEGV from mask being NULL. Tue, 06 Mar 2007 01:23:39 GMT gusciora [12247] * trunk/psLib/test/math/tap_psStats07.c (modified) Adjusted plan_tests() arg. Tue, 06 Mar 2007 01:22:00 GMT gusciora [12246] * trunk/psLib/test/math/tap_psStats07.c (modified) Removed the psVector->n++ increments. Tue, 06 Mar 2007 01:21:59 GMT Paul Price [12245] * trunk/ippScripts/scripts/register_exp.pl (modified) * trunk/ippScripts/scripts/register_imfile.pl (modified) Silently chew --no-op, with no effect Tue, 06 Mar 2007 01:10:10 GMT Paul Price [12244] * trunk/simtest/sim.pro (modified) Flats were being written as objects. Tue, 06 Mar 2007 00:04:22 GMT jhoblitt [12243] * trunk/ippTools/TODO (modified) update Mon, 05 Mar 2007 23:23:38 GMT gusciora [12242] * trunk/psLib/test/math/tap_psStats00.c (modified) I recalculated the correct values for the sample-mean tests with an ... Mon, 05 Mar 2007 22:50:44 GMT Paul Price [12241] * trunk/ippTasks/pantasks.pro (modified) Adding --no-op to standard arguments. Mon, 05 Mar 2007 22:50:14 GMT Paul Price [12240] * trunk/ippTasks/camera.pro (modified) Adding camera.reset macro. Mon, 05 Mar 2007 22:43:28 GMT gusciora [12239] * trunk/psLib/test/types/tap_psArguments_all.c (modified) Corrected test cases Mon, 05 Mar 2007 22:38:50 GMT jhoblitt [12238] * trunk/ippTools/TODO (modified) update Mon, 05 Mar 2007 22:37:24 GMT jhoblitt [12237] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/camtool_find_pendingexp.sql (modified) * trunk/ippTools/share/camtool_queue_chip_id.sql (modified) * trunk/ippTools/share/warptool_tooverlap.sql (added) * trunk/ippTools/src/camqueue.c (modified) * trunk/ippTools/src/camtool.c (modified) * trunk/ippTools/src/camtool.h (modified) * trunk/ippTools/src/camtoolConfig.c (modified) * trunk/ippTools/src/chiptool.c (modified) * trunk/ippTools/src/warptool.c (modified) add camPendingExp.workdir fix warptool -tooverlap SQL to handle ... Mon, 05 Mar 2007 22:36:18 GMT jhoblitt [12236] * trunk/ippdb/src/ippdb.c (modified) * trunk/ippdb/src/ippdb.h (modified) * trunk/ippdb/tests/alloc.c (modified) * trunk/ippdb/tests/insert.c (modified) * trunk/ippdb/tests/insertobject.c (modified) * trunk/ippdb/tests/metadatafromobject.c (modified) * trunk/ippdb/tests/objectfrommetadata.c (modified) VERSION 1.1.15 (take 2) Mon, 05 Mar 2007 22:35:55 GMT jhoblitt [12235] * trunk/dbconfig/tasks.md (modified) add chipProcessedExp.workdir & camProcessedExp.workdir Mon, 05 Mar 2007 22:18:22 GMT jhoblitt [12234] * trunk/dbconfig/tasks.md (modified) add camPendingExp.workdir Mon, 05 Mar 2007 22:16:13 GMT jhoblitt [12233] * trunk/ippTools/share/camtool_find_pendingimfile.sql (modified) fix SQL to remove duplicate fields Mon, 05 Mar 2007 22:15:54 GMT jhoblitt [12232] * trunk/ippTools/share/chiptool_queuerawexp.sql (modified) * trunk/ippTools/src/chipqueue.c (modified) * trunk/ippTools/src/chiptool.c (modified) * trunk/ippTools/src/chiptool.h (modified) * trunk/ippTools/src/chiptoolConfig.c (modified) * trunk/ippTools/src/regtool.c (modified) add chipPendingExp.workdir Mon, 05 Mar 2007 22:04:47 GMT jhoblitt [12231] * trunk/ippdb/src/ippdb.c (modified) * trunk/ippdb/src/ippdb.h (modified) * trunk/ippdb/tests/alloc.c (modified) * trunk/ippdb/tests/insert.c (modified) * trunk/ippdb/tests/insertobject.c (modified) * trunk/ippdb/tests/metadatafromobject.c (modified) * trunk/ippdb/tests/objectfrommetadata.c (modified) VERSION 1.1.15 Mon, 05 Mar 2007 22:03:32 GMT jhoblitt [12230] * trunk/dbconfig/tasks.md (modified) add camPendingExp.workdir Mon, 05 Mar 2007 22:03:14 GMT jhoblitt [12229] * trunk/ippTools/src/camtool.c (modified) fix -pendingimfile SQL generation Mon, 05 Mar 2007 22:02:35 GMT jhoblitt [12228] * trunk/ippTools/share/camtool_find_pendingimfile.sql (modified) nest query instead a subquery to make adding search criteria easier ... Mon, 05 Mar 2007 21:55:50 GMT jhoblitt [12227] * trunk/ippTools/configure.ac (modified) require ippdb 1.1.15 Mon, 05 Mar 2007 21:55:25 GMT jhoblitt [12226] * trunk/ippTools/share/chiptool_pendingimfile.sql (modified) * trunk/ippTools/share/chiptool_processedimfile.sql (modified) add additional information to the output of chiptool -pendingimfile & ... Mon, 05 Mar 2007 21:50:50 GMT Paul Price [12225] * trunk/ippScripts/scripts/camera_exp.pl (modified) * trunk/ippScripts/scripts/chip_imfile.pl (modified) Chip and camera processing scripts take --recipe argument now to tell ... Mon, 05 Mar 2007 21:33:56 GMT Paul Price [12224] * trunk/ippTasks/camera.pro (modified) * trunk/ippTasks/chip.pro (modified) Removing EXP_TAG in favour of EXP_ID Mon, 05 Mar 2007 21:17:34 GMT jhoblitt [12223] * trunk/psLib/src/db/psDB.c (modified) add a newline to SQL tracing statements Sat, 03 Mar 2007 03:49:41 GMT Paul Price [12218] * trunk/ippScripts/scripts/diff_skycell.pl (modified) * trunk/ippScripts/scripts/stack_skycell.pl (modified) * trunk/ippScripts/scripts/warp_overlap.pl (modified) * trunk/ippScripts/scripts/warp_skycell.pl (modified) Updating file names and directories. Sat, 03 Mar 2007 03:48:11 GMT jhoblitt [12217] * trunk/ippTools/TODO (modified) fwv Sat, 03 Mar 2007 03:47:37 GMT jhoblitt [12215] * trunk/ippTools/share/camtool_find_pendingexp.sql (modified) * trunk/ippTools/share/camtool_find_pendingimfile.sql (modified) * trunk/ippTools/share/chiptool_pendingimfile.sql (modified) * trunk/ippTools/share/chiptool_processedimfile.sql (modified) always output exp_tag/exp_id/camera/telescope Sat, 03 Mar 2007 03:43:57 GMT Paul Price [12214] * trunk/ippTasks/camera.pro (modified) * trunk/ippTasks/chip.pro (modified) Updating to use new ippTools system, where the chip and camera phases ... Sat, 03 Mar 2007 03:37:28 GMT Paul Price [12213] * trunk/ippScripts/scripts/camera_exp.pl (modified) * trunk/ippScripts/scripts/chip_imfile.pl (modified) Updating to use new ippTools system, where the chip and camera phases ... Sat, 03 Mar 2007 03:30:24 GMT jhoblitt [12212] * trunk/doc/ipptools/filenames.txt (modified) add new filename abbreviations Sat, 03 Mar 2007 03:20:21 GMT gusciora [12211] * trunk/psLib/test/math/tap_psHist02.c (modified) Corrected simple problems. Sat, 03 Mar 2007 02:56:19 GMT gusciora [12210] * trunk/psLib/test/types/tap_psBitSet_all.c (modified) Fixed remaining failing tests in this file. Sat, 03 Mar 2007 02:45:27 GMT Paul Price [12209] * trunk/ippScripts/scripts/register_exp.pl (modified) Updating to use same manner as other programs. Sat, 03 Mar 2007 02:43:37 GMT gusciora [12208] * trunk/psLib/test/sys/tap_psString.c (modified) Corrected the NULL string code. Sat, 03 Mar 2007 02:37:29 GMT Paul Price [12207] * trunk/ippScripts/scripts/register_imfile.pl (modified) Updating, making consistent with other scripts. Sat, 03 Mar 2007 02:25:53 GMT jhoblitt [12204] * trunk/ippTools/TODO (modified) done Sat, 03 Mar 2007 02:25:33 GMT jhoblitt [12203] * trunk/ippTools/TODO (modified) update Sat, 03 Mar 2007 02:24:02 GMT jhoblitt [12202] * trunk/ippdb/configure.ac (modified) * trunk/ippdb/src/ippdb.c (modified) * trunk/ippdb/src/ippdb.h (modified) * trunk/ippdb/tests/alloc.c (modified) * trunk/ippdb/tests/insert.c (modified) * trunk/ippdb/tests/insertobject.c (modified) * trunk/ippdb/tests/metadatafromobject.c (modified) * trunk/ippdb/tests/objectfrommetadata.c (modified) VERSION 1.1.14 Sat, 03 Mar 2007 02:22:36 GMT jhoblitt [12201] * trunk/dbconfig/tasks.md (modified) chip/cam version/flow-through cleanup Sat, 03 Mar 2007 02:21:29 GMT jhoblitt [12200] * trunk/ippTools/src/camtool.c (modified) * trunk/ippTools/src/camtool.h (modified) * trunk/ippTools/src/camtoolConfig.c (modified) * trunk/ippTools/src/chiptool.c (modified) add camtool -queue Sat, 03 Mar 2007 02:07:19 GMT gusciora [12199] * trunk/psLib/test/math/tap_psPolyFit2D.c (modified) Corrected the x-order for the polynomial fits. Sat, 03 Mar 2007 01:57:40 GMT gusciora [12198] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) Corrected problems with psVector ->nalloc and ->n members. Sat, 03 Mar 2007 01:25:46 GMT jhoblitt [12197] * trunk/ippTools/src/chiptoolConfig.c (modified) typo Sat, 03 Mar 2007 01:25:22 GMT gusciora [12196] * trunk/psLib/test/mathtypes/tap_psImage.c (modified) Corrected the test for U* image initialization. Sat, 03 Mar 2007 01:23:32 GMT gusciora [12195] * trunk/psLib/test/imageops/tap_psImageConvolve.c (modified) Commented out ImageConvolve section because of SDRS changes. Sat, 03 Mar 2007 01:12:19 GMT gusciora [12194] * trunk/psLib/test/astro/tap_psSphereOps_all.c (modified) Modified formatting for warning messages. Sat, 03 Mar 2007 01:09:24 GMT gusciora [12193] * trunk/psLib/test/astro/tap_psEarthOrientation_motion.c (modified) Corrected location of the pslib.config file in the test file. Sat, 03 Mar 2007 00:35:29 GMT Paul Price [12192] * trunk/psModules/src/detrend/pmShifts.h (modified) Fixing compilation problem; adding more comments. Sat, 03 Mar 2007 00:33:50 GMT Paul Price [12191] * trunk/psModules/src/detrend/pmShifts.c (modified) * trunk/psModules/src/detrend/pmShifts.h (modified) Splitting out reading shifts table and constructing the kernel (we ... Sat, 03 Mar 2007 00:33:47 GMT jhoblitt [12190] * trunk/ippTools/src/Makefile.am (modified) * trunk/ippTools/src/chipqueue.c (modified) * trunk/ippTools/src/chiptool.c (modified) * trunk/ippTools/src/chiptool.h (modified) * trunk/ippTools/src/chiptoolConfig.c (modified) * trunk/ippTools/src/regtool.c (modified) rename chipQueueRawExp() -> chipQueueExpTag() Sat, 03 Mar 2007 00:08:14 GMT jhoblitt [12189] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/camtool_find_pendingexp.sql (added) * trunk/ippTools/share/camtool_find_pendingimfile.sql (added) * trunk/ippTools/share/camtool_find_processedexp.sql (added) * trunk/ippTools/src/camtool.c (modified) factor "large" sql statements out of camtool Fri, 02 Mar 2007 22:42:55 GMT jhoblitt [12188] * trunk/ippTools/scripts/camtest.sh (modified) * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/camtool_queue_chip_id.sql (added) * trunk/ippTools/src/Makefile.am (modified) * trunk/ippTools/src/camqueue.c (added) * trunk/ippTools/src/camtool.c (modified) * trunk/ippTools/src/camtool.h (modified) * trunk/ippTools/src/camtoolConfig.c (modified) * trunk/ippTools/src/chiptool.c (modified) add camQueueChipID and use it where appropriate Fri, 02 Mar 2007 22:19:21 GMT Paul Price [12187] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding psImageConvolveMask Fri, 02 Mar 2007 21:48:12 GMT Paul Price [12186] * trunk/psLib/src/imageops/psImageConvolve.c (modified) The usual way is much faster (factor of 3) for filled kernels. Might ... Fri, 02 Mar 2007 21:22:22 GMT Paul Price [12185] * trunk/psLib/test/imageops/Makefile.am (modified) Adding convolution benchmark utility Fri, 02 Mar 2007 21:19:58 GMT jhoblitt [12184] * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/chiptool_find_rawexp.sql (added) * trunk/ippTools/src/chiptool.c (modified) tidy up chiptool -queuerawexp Fri, 02 Mar 2007 21:15:48 GMT Paul Price [12183] * trunk/psLib/src/imageops/Makefile.am (modified) Whoops, wrong place. Fri, 02 Mar 2007 21:15:35 GMT Paul Price [12182] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing optional output image from psImageConvolve APIs due to ... Fri, 02 Mar 2007 21:15:19 GMT Paul Price [12181] * trunk/psLib/src/imageops/Makefile.am (modified) Adding convolution benchmarking program. Fri, 02 Mar 2007 21:09:57 GMT Paul Price [12180] * trunk/psLib/test/imageops/convolutionBench.c (modified) Fixing, following API change. Fri, 02 Mar 2007 21:05:52 GMT Paul Price [12179] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/test/imageops/tap_psImageConvolve2.c (modified) Removing optional output image from psImageConvolve APIs due to ... Fri, 02 Mar 2007 03:47:00 GMT jhoblitt [12177] * trunk/ippTools/src/Makefile.am (modified) * trunk/ippTools/src/chipqueue.c (added) * trunk/ippTools/src/chiptool.c (modified) * trunk/ippTools/src/chiptool.h (modified) * trunk/ippTools/src/regtool.c (modified) add chipQueueRawExp() and remove dead code that it can be used in ... Fri, 02 Mar 2007 03:02:35 GMT jhoblitt [12176] * trunk/ippTools/src/camtool.c (modified) SQL fixes Fri, 02 Mar 2007 03:02:27 GMT jhoblitt [12175] * trunk/ippTools/share/Makefile.am (modified) add chiptool_queuerawimfile.sql Fri, 02 Mar 2007 02:57:45 GMT jhoblitt [12174] * trunk/ippTools/scripts/chiptest.sh (modified) * trunk/ippTools/share/Makefile.am (modified) * trunk/ippTools/share/chiptool_completely_processed_exp.sql (modified) * trunk/ippTools/share/chiptool_find_unprocessed_imfile.pl (modified) * trunk/ippTools/share/chiptool_pendingimfile.sql (modified) * trunk/ippTools/share/chiptool_queuerawexp.sql (added) * trunk/ippTools/share/chiptool_queuerawimfile.sql (added) * trunk/ippTools/src/chiptool.c (modified) * trunk/ippTools/src/chiptoolConfig.c (modified) * trunk/ippTools/src/regtool.c (modified) first pass working chiptool -queuerawexp normalize ... Fri, 02 Mar 2007 02:57:13 GMT jhoblitt [12173] * trunk/dbconfig/config.md (modified) * trunk/dbconfig/tasks.md (modified) normalize chipPending[Exp|Imfile] & chipProcessed[Exp|Imfile] Fri, 02 Mar 2007 02:54:05 GMT eugene [12172] * trunk/psconfig/tagsets/ipp-1.1.dist (modified) psconfig/tagsets/ipp-1.1.dist Fri, 02 Mar 2007 02:34:45 GMT jhoblitt [12171] * trunk/psLib/src/types/psArray.c (modified) fix arrayAlloc()'s usage of psAlloc() so that is properly passing ... Fri, 02 Mar 2007 02:30:21 GMT jhoblitt [12170] * trunk/psLib/src/db/psDB.c (modified) fix a segfault in p_psDBFetchResult() when no rows are returned/ yet ... Fri, 02 Mar 2007 02:16:07 GMT eugene [12169] * trunk/psconfig/tagsets/ipp-1.1.dist (modified) fixed ohana tags Fri, 02 Mar 2007 01:36:50 GMT eugene [12164] * trunk/glueforge/configure.ac (modified) * trunk/ippTasks/configure.ac (modified) * trunk/ippconfig/configure.ac (modified) * trunk/pedestal/configure.ac (modified) * trunk/pois/configure.ac (modified) * trunk/ppImage/configure.ac (modified) * trunk/ppMerge/configure.ac (modified) * trunk/ppNorm/configure.ac (modified) * trunk/ppStac/configure.ac (modified) * trunk/ppStats/configure.ac (modified) * trunk/psastro/configure.ac (modified) * trunk/psconfig/tagsets/ipp-1.1.dist (modified) * trunk/psphot/configure.ac (modified) * trunk/pswarp/configure.ac (modified) * trunk/simtest/configure.ac (modified) updating tags for ipp-1.1