# # ChangeLog for trunk # # Generated by Trac 1.6 # Aug 10, 2026, 7:48:45 AM Thu, 15 Jun 2006 00:22:54 GMT Paul Price [7571] * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psTrace.h (modified) Cleaning up psTrace: getting rid of old code. Thu, 15 Jun 2006 00:21:57 GMT Paul Price [7570] * trunk/psLib/src/sys/psTrace.c (modified) Cleaning up. Thu, 15 Jun 2006 00:17:32 GMT Paul Price [7569] * trunk/psLib/src/sys/psLogMsg.c (modified) Abstracting stdout, stderr file descriptors, just in case. Thu, 15 Jun 2006 00:14:49 GMT Paul Price [7568] * trunk/psLib/src/sys/psLogMsg.c (modified) Overhauled in preparation for the use of sockets, etc, for log ... Wed, 14 Jun 2006 22:34:46 GMT Paul Price [7567] * trunk/psModules/src/detrend/pmFringeStats.c (modified) Add check that science and fringe regions are the same. Wed, 14 Jun 2006 22:23:18 GMT Paul Price [7566] * trunk/psModules/src/detrend/pmFringeStats.c (modified) Adding error checking, plug memory leaks, macro-ize repetitive code. Wed, 14 Jun 2006 22:14:26 GMT Paul Price [7565] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing line that seems to be an erroneous paste. Wed, 14 Jun 2006 22:09:33 GMT Paul Price [7564] * trunk/psLib/src/sys/psErrorCodes.c.in (modified) * trunk/psLib/src/sys/psErrorCodes.h.in (modified) Changing psS32 to int to correspond to SDRS. Wed, 14 Jun 2006 22:05:34 GMT Paul Price [7563] * trunk/psLib/src/math/psRegion.c (modified) * trunk/psLib/src/math/psRegion.h (modified) Removing const from psRegionIsNaN: it's passed by value, so doesn't ... Wed, 14 Jun 2006 22:04:40 GMT Paul Price [7562] * trunk/psModules/src/detrend/pmFringeStats.c (modified) * trunk/psModules/src/detrend/pmFringeStats.h (modified) Adding fringe I/O functions: pmFringeStatsReadFits, ... Wed, 14 Jun 2006 04:17:53 GMT Paul Price [7561] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing references to psFitsHeaderFromImage, psFitsHeaderFromTable. Wed, 14 Jun 2006 03:51:23 GMT Paul Price [7560] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing void argument list. Wed, 14 Jun 2006 03:50:27 GMT Paul Price [7559] * trunk/doc/pslib/psLibSDRS.tex (modified) Synchronising name with psLib implementation. Wed, 14 Jun 2006 03:47:19 GMT Paul Price [7558] * trunk/doc/pslib/psLibSDRS.tex (modified) Changes to sychronise with current implementation. Wed, 14 Jun 2006 03:42:37 GMT Paul Price [7557] * trunk/doc/pslib/psLibSDRS.tex (modified) Renaming psFitsWriteHeaderBlank as psFitsWriteBlank. Wed, 14 Jun 2006 03:38:32 GMT Paul Price [7556] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing duplicate definition of psImageBicubeFit and psImageBicubeMin. Wed, 14 Jun 2006 01:53:11 GMT Paul Price [7555] * trunk/psModules/src/camera/pmFPARead.c (modified) * trunk/psModules/src/camera/pmFPARead.h (modified) Adding function to read mask and weight images. Wed, 14 Jun 2006 01:33:49 GMT Paul Price [7554] * trunk/doc/pslib/psLibSDRS.tex (modified) Synchronising with current implementation: adding const to some ... Wed, 14 Jun 2006 01:29:16 GMT Paul Price [7553] * trunk/psLib/src/mathtypes/psImage.h (modified) Removing extraneous #if-ed out code. Wed, 14 Jun 2006 01:24:34 GMT Paul Price [7552] * trunk/psLib/src/astro/psEarthOrientation.h (modified) Removing extraneous comma. Wed, 14 Jun 2006 00:04:43 GMT Paul Price [7551] * trunk/psLib/src/math/psSparse.h (modified) Removing inline from header file. Wed, 14 Jun 2006 00:02:47 GMT Paul Price [7550] * trunk/psLib/src/math/psSparse.c (modified) * trunk/psLib/src/math/psSparse.h (modified) Changing long to int to match SDRS. Wed, 14 Jun 2006 00:01:38 GMT Paul Price [7549] * trunk/psLib/src/math/psRegion.h (modified) Removing "inline" in the header file. Tue, 13 Jun 2006 23:59:41 GMT Paul Price [7548] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) Adding const to psMetadataPrint Tue, 13 Jun 2006 23:56:11 GMT Paul Price [7547] * trunk/psLib/src/astro/psTime.c (modified) Removing stats from psLookupTableInterpolateAll Tue, 13 Jun 2006 23:55:34 GMT Paul Price [7546] * trunk/psLib/test/types/tst_psLookupTable_01.c (modified) Removing stats for psLookupTableInterpolateAll. Tue, 13 Jun 2006 23:54:57 GMT Paul Price [7545] * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psLookupTable.h (modified) Removing stats for psLookupTableInterpolateAll Tue, 13 Jun 2006 22:58:07 GMT Paul Price [7544] * trunk/stac/src/stacTransform.c (modified) Squashing a pretty horrible bug that was overwriting the output image ... Tue, 13 Jun 2006 22:56:52 GMT Paul Price [7543] * trunk/stac/src/stacRejection.c (modified) Adding check on the gradient. Tue, 13 Jun 2006 22:56:20 GMT Paul Price [7542] * trunk/stac/src/stac.c (modified) Adding additional outputs when testing to find bug. Tue, 13 Jun 2006 22:30:20 GMT Paul Price [7541] * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psLib/src/math/psPolynomialUtils.h (modified) Changing type of x,y to int instead of long. Tue, 13 Jun 2006 22:28:02 GMT Paul Price [7540] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) Adding const for headers when writing, to match SDRS. Tue, 13 Jun 2006 22:13:45 GMT Paul Price [7539] * trunk/stac/src/stac.c (modified) Freeing headers to plug memory leak. Tue, 13 Jun 2006 22:05:23 GMT Paul Price [7538] * trunk/psLib/src/fits/psFitsTable.c (modified) Adding "const" to synch with SDRS. Removing extraneous old code that ... Tue, 13 Jun 2006 21:58:17 GMT Paul Price [7537] * trunk/doc/pslib/psLibSDRS.tex (modified) Removing psFitsHeaderFromImage, psFitsHeaderFromTable. The purpose ... Tue, 13 Jun 2006 20:12:35 GMT Paul Price [7536] * trunk/doc/pslib/psLibSDRS.tex (modified) psImageSet should not have image defined const. Tue, 13 Jun 2006 20:02:05 GMT Paul Price [7535] * trunk/psLib/src/imageops/psImageStats.c (modified) x refers to the column, y refers to the row (bug 765). Tue, 13 Jun 2006 20:01:27 GMT Paul Price [7534] * trunk/psLib/src/mathtypes/psImage.h (modified) Removing const from psImageSet. Tue, 13 Jun 2006 19:53:54 GMT Paul Price [7533] * trunk/psLib/src/mathtypes/psImage.c (modified) Fixing psImageGet, psImageSet: x,y were around the wrong way (!), ... Tue, 13 Jun 2006 02:51:06 GMT eugene [7532] * trunk/ippconfig/megacam/camera.config (modified) * trunk/ippconfig/megacam/format_spliced.config (modified) * trunk/ippconfig/megacam/format_spliced_mask.config (added) * trunk/ippconfig/megacam/format_split.config (modified) * trunk/ippconfig/megacam/format_split_mask.config (modified) * trunk/ippconfig/megacam/phase2.config (modified) * trunk/ippconfig/megacam/psphot.config (modified) * trunk/ippconfig/megacam_alternate/camera.config (modified) * trunk/ippconfig/megacam_alternate/format.config (modified) * trunk/ippconfig/megacam_alternate/psphot.config (modified) * trunk/ippconfig/megacam_detrended/camera.config (modified) * trunk/ippconfig/megacam_detrended/format_spliced.config (modified) * trunk/ippconfig/megacam_detrended/format_split.config (modified) * trunk/ippconfig/megacam_detrended/psphot.config (modified) * trunk/ippconfig/psastro_template.config (added) * trunk/ippconfig/simple/camera.config (modified) * trunk/ippconfig/simple/format.config (modified) * trunk/ippconfig/simple/phase2.config (added) * trunk/ippconfig/simple/psastro.config (added) substantial work to get all formats working Tue, 13 Jun 2006 02:49:23 GMT eugene [7531] * trunk/ppImage/configure.ac (modified) * trunk/ppImage/src/Makefile.am (modified) * trunk/ppImage/src/ppImage.c (modified) * trunk/ppImage/src/ppImage.h (modified) * trunk/ppImage/src/ppImageArguments.c (modified) * trunk/ppImage/src/ppImageAstrom.c (added) * trunk/ppImage/src/ppImageCleanup.c (modified) * trunk/ppImage/src/ppImageDetrendReadout.c (modified) * trunk/ppImage/src/ppImageLoop.c (modified) * trunk/ppImage/src/ppImageOptions.c (modified) * trunk/ppImage/src/ppImageOptions.h (modified) * trunk/ppImage/src/ppImageParseCamera.c (modified) substantial work to make formats all work, added error checking Tue, 13 Jun 2006 02:40:32 GMT magnier [7530] * trunk/psModules/src/camera/pmFPAWrite.c (modified) big problems with the pmFPAWrite, pmChipWrite functions; these ... Tue, 13 Jun 2006 02:39:47 GMT magnier [7529] * trunk/psModules/src/camera/pmFPAfile.c (modified) added pre-free for file->filename Tue, 13 Jun 2006 02:39:27 GMT magnier [7528] * trunk/psModules/src/config/pmConfig.c (modified) dropped error for now (not really an error) Mon, 12 Jun 2006 21:16:10 GMT eugene [7527] * trunk/psphot/src/Makefile.am (modified) removed unused entries Mon, 12 Jun 2006 21:05:55 GMT magnier [7526] * trunk/psModules/src/camera/pmFPAConstruct.c (modified) moved addHDUtoChip before the pmConceptsReadChip Mon, 12 Jun 2006 21:05:31 GMT magnier [7525] * trunk/psModules/src/camera/pmFPAfile.c (modified) changed errors to traces for situations which are not errors Mon, 12 Jun 2006 20:44:04 GMT magnier [7524] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageStructManip.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc Mon, 12 Jun 2006 20:42:38 GMT magnier [7523] * trunk/psLib/src/mathtypes/psImage.h (modified) removed psRegion definition (was ifdef-ed out and moved to psRegion.h ... Sun, 11 Jun 2006 21:08:59 GMT eugene [7522] * trunk/ppImage/src/Makefile.am (modified) * trunk/ppImage/src/ppImage.c (modified) * trunk/ppImage/src/ppImage.h (modified) * trunk/ppImage/src/ppImageArguments.c (added) * trunk/ppImage/src/ppImageCleanup.c (added) * trunk/ppImage/src/ppImageConfig.c (deleted) * trunk/ppImage/src/ppImageDetrendReadout.c (modified) * trunk/ppImage/src/ppImageLoop.c (modified) * trunk/ppImage/src/ppImageParseCamera.c (added) * trunk/ppImage/src/ppImagePhot.c (deleted) * trunk/ppImage/src/ppImagePhotom.c (added) re-org / re-name to make more parallel with psphot Sun, 11 Jun 2006 21:07:59 GMT eugene [7521] * trunk/psphot/src/psphot.h (modified) * trunk/psphot/src/psphotCleanup.c (modified) added psFree(config) Sun, 11 Jun 2006 21:07:48 GMT eugene [7520] * trunk/psphot/src/psphotParseCamera.c (modified) added comment Sun, 11 Jun 2006 21:07:09 GMT eugene [7519] * trunk/psphot/src/psphotArguments.c (modified) sequence re-order to make code clearer Sun, 11 Jun 2006 21:06:45 GMT eugene [7518] * trunk/psphot/src/psphot.c (modified) added error check to psphotParseCamera results Sun, 11 Jun 2006 21:06:14 GMT eugene [7517] * trunk/psphot (modified) * trunk/psphot/.cvsignore (modified) * trunk/psphot/src (modified) * trunk/psphot/src/.cvsignore (modified) added psphotErrorCodes and psphot.pc to .cvsignore Sun, 11 Jun 2006 20:53:59 GMT magnier [7516] * trunk/psModules/src/concepts/pmConceptsWrite.c (modified) skip pmConceptsWriteToCamera if cell->config is NULL Sun, 11 Jun 2006 20:53:01 GMT magnier [7515] * trunk/psModules/src/camera/pmFPAConstruct.c (modified) adding error checks to processContents results Sat, 10 Jun 2006 05:28:28 GMT jhoblitt [7514] * trunk/ippTools/src/dettoolConfig.c (modified) fix -residexp options Sat, 10 Jun 2006 05:24:35 GMT jhoblitt [7513] * trunk/ippTools/src/dettool.c (modified) fix -stacked iteration support Sat, 10 Jun 2006 05:18:59 GMT jhoblitt [7512] * trunk/ippTools/src/dettool.c (modified) * trunk/ippTools/src/dettoolConfig.c (modified) add -processed iteration support Sat, 10 Jun 2006 05:12:30 GMT jhoblitt [7511] * trunk/dbconfig/tasks.md (modified) oops Sat, 10 Jun 2006 05:11:45 GMT jhoblitt [7510] * trunk/dbconfig/tasks.md (modified) add detRun.iteration & detStackedImfile.iteration Sat, 10 Jun 2006 04:50:21 GMT jhoblitt [7509] * trunk/ippTools/src/dettool.c (modified) complete implementation of -rerun Sat, 10 Jun 2006 04:25:41 GMT eugene [7508] * trunk/ppImage/configure.ac (modified) * trunk/ppImage/src/Makefile.am (modified) * trunk/ppImage/src/ppImage.h (modified) * trunk/ppImage/src/ppImageDetrendMask.c (modified) * trunk/ppImage/src/ppImageDetrendReadout.c (modified) * trunk/ppImage/src/ppImageLoop.c (modified) * trunk/ppImage/src/ppImageOptions.c (modified) * trunk/ppImage/src/ppImageOptions.h (modified) * trunk/ppImage/src/ppImagePhot.c (modified) configuration updates, added new mask functions, added psphot support Sat, 10 Jun 2006 04:25:06 GMT eugene [7507] * trunk/psphot/src/psphotRoughClass.c (modified) added check for no clump Sat, 10 Jun 2006 04:24:40 GMT eugene [7506] * trunk/psphot/src/psphotReadout.c (modified) added error check on psphotRoughClass Sat, 10 Jun 2006 04:24:04 GMT eugene [7505] * trunk/psphot/src/psphotModelGroupInit.c (modified) testing for prior init Sat, 10 Jun 2006 04:23:49 GMT eugene [7504] * trunk/psphot/Makefile.am (modified) * trunk/psphot/configure.ac (modified) * trunk/psphot/psphot.pc.in (added) * trunk/psphot/src/Makefile.am (modified) * trunk/psphot/src/errorCodes.c.in (deleted) * trunk/psphot/src/errorCodes.dat (deleted) * trunk/psphot/src/psphotErrorCodes.c.in (added) * trunk/psphot/src/psphotErrorCodes.dat (added) config fixes to support pkg-config, moved errorCodes to ... Sat, 10 Jun 2006 04:23:42 GMT jhoblitt [7502] * trunk/ippdb/configure.ac (modified) VERSION to 0.0.2 Sat, 10 Jun 2006 04:22:07 GMT jhoblitt [7501] * trunk/ippdb/src/ippdb.c (copied) * trunk/ippdb/src/ippdb.h (copied) * trunk/ippdb/tests/alloc.c (copied) * trunk/ippdb/tests/insert.c (copied) * trunk/ippdb/tests/insertobject.c (copied) * trunk/ippdb/tests/metadatafromobject.c (copied) * trunk/ippdb/tests/objectfrommetadata.c (copied) * trunk/ippdb/tests/pop.c (copied) This commit was generated by cvs2svn to compensate for changes in ... Sat, 10 Jun 2006 04:14:27 GMT magnier [7499] * trunk/psModules/src/camera/pmFPAfile.c (modified) set name in INTERNAL pmFPAfile Sat, 10 Jun 2006 04:06:26 GMT Paul Price [7498] * trunk/psLib/src/types/psMetadata.c (modified) S64 and U64 are printed with %jd and %ju --- the 'j' is architecture ... Sat, 10 Jun 2006 04:04:18 GMT Paul Price [7497] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh to fix logic error. Sat, 10 Jun 2006 04:01:43 GMT magnier [7496] * trunk/psLib/src/math/psRegion.c (modified) two changes to the behavior of psRegionFromString: 1) [0:0,0:0] ... Sat, 10 Jun 2006 03:56:11 GMT Paul Price [7495] * trunk/ppMerge/src/ppMerge.c (modified) Propagating API change to psMetadataPrint -> pmFPAPrint. Sat, 10 Jun 2006 03:53:01 GMT Paul Price [7494] * trunk/ppImage/src/ppTest.c (modified) Going back to mcShort after 1.5 GB core dump from running out of ... Sat, 10 Jun 2006 03:50:23 GMT Paul Price [7493] * trunk/ppImage/src/ppTest.c (modified) Fixing API change in pmFPAPrint. Sat, 10 Jun 2006 03:42:10 GMT Paul Price [7492] * trunk/psModules/src/camera/pmFPAConstruct.c (modified) * trunk/psModules/src/camera/pmFPAConstruct.h (modified) * trunk/psModules/src/camera/pmHDUUtils.c (modified) * trunk/psModules/src/camera/pmHDUUtils.h (modified) Fixing after API change to psMetadataPrint; added FILE *fd to ... Sat, 10 Jun 2006 03:40:37 GMT Paul Price [7491] * trunk/psModules/src/camera/pmFPAMosaic.c (modified) Renaming pmChipMosaic.h to pmFPAMosaic.h Sat, 10 Jun 2006 03:36:13 GMT Paul Price [7490] * trunk/psLib/src/types/psMetadata.c (modified) S64 and U64 should be printed with %lld and %llu. Sat, 10 Jun 2006 03:30:54 GMT Paul Price [7489] * trunk/ippconfig/megacam_chipmosaic/format_mosaic.config (modified) Adding distinguishing header keyword. Sat, 10 Jun 2006 03:29:49 GMT Paul Price [7488] * trunk/ippconfig/ipprc.config (modified) Adding mosaicked version of Megacam. Sat, 10 Jun 2006 03:28:55 GMT Paul Price [7487] * trunk/psModules/src/camera/Makefile.am (modified) * trunk/psModules/src/camera/pmChipMosaic.c (deleted) * trunk/psModules/src/camera/pmChipMosaic.h (deleted) * trunk/psModules/src/camera/pmFPAMosaic.c (added) * trunk/psModules/src/camera/pmFPAMosaic.h (added) * trunk/psModules/src/psmodules.h (modified) Renaming pmChipMosaic.[ch] to pmFPAMosaic.[ch] Sat, 10 Jun 2006 03:20:47 GMT Paul Price [7486] * trunk/ippconfig/megacam_fpamosaic/format_mosaic.config (modified) Missed the type. Sat, 10 Jun 2006 03:14:51 GMT Paul Price [7485] * trunk/ippconfig/mcshort_mosaic/format_mosaic.config (modified) Missing END. Sat, 10 Jun 2006 03:14:24 GMT Paul Price [7484] * trunk/ippconfig/megacam_fpamosaic (added) * trunk/ippconfig/megacam_fpamosaic/camera.config (added) * trunk/ippconfig/megacam_fpamosaic/format_mosaic.config (added) Adding camera configuration for megacam where the FPA has been mosaicked. Sat, 10 Jun 2006 03:14:01 GMT Paul Price [7483] * trunk/ippconfig/megacam_chipmosaic (added) * trunk/ippconfig/megacam_chipmosaic/camera.config (added) * trunk/ippconfig/megacam_chipmosaic/format_mosaic.config (added) Adding camera configuration for megacam where the chips have been ... Sat, 10 Jun 2006 03:09:01 GMT Paul Price [7482] * trunk/ippconfig/megacam/format_raw.config (modified) * trunk/ippconfig/megacam/format_spliced.config (modified) * trunk/ippconfig/megacam/format_split.config (modified) * trunk/ippconfig/megacam/format_split_mask.config (modified) Adding CHIP.X0,Y0,XPARITY,YPARITY to support pmFPAMosaic Sat, 10 Jun 2006 03:02:21 GMT magnier [7481] * trunk/psModules/configure.ac (modified) fixed PSMODULE_LIBS setting: was supplying CFLAGS Sat, 10 Jun 2006 03:01:38 GMT magnier [7480] * trunk/psModules/src/camera/pmFPAfile.c (modified) * trunk/psModules/src/camera/pmFPAfile.h (modified) added pmFPAfile Free Data functions and support, added ... Sat, 10 Jun 2006 02:59:23 GMT magnier [7479] * trunk/psModules/src/detrend/pmMaskBadPixels.c (modified) * trunk/psModules/src/detrend/pmMaskBadPixels.h (modified) complete re-work of API: now only performs set external mask Sat, 10 Jun 2006 02:58:43 GMT magnier [7478] * trunk/psModules/src/objects/pmModelGroup.c (modified) * trunk/psModules/src/objects/pmModelGroup.h (modified) pmModelGroupInit now returns status telling if init was performed Sat, 10 Jun 2006 02:57:58 GMT magnier [7477] * trunk/psModules/src/objects/pmSource.c (modified) added test for failure to find psfClump Sat, 10 Jun 2006 02:54:12 GMT Paul Price [7476] * trunk/ppImage/src/ppTest.c (modified) pmFPAMosaic testing. Sat, 10 Jun 2006 02:51:30 GMT Paul Price [7475] * trunk/psModules/src/camera/pmChipMosaic.c (modified) Update the FPA concepts. Sat, 10 Jun 2006 02:38:19 GMT Paul Price [7474] * trunk/psModules/src/camera/pmFPAConstruct.c (modified) Case where PHU==FPA, EXTENSIONS==NONE wasn't processing the cells. Sat, 10 Jun 2006 02:36:35 GMT Paul Price [7473] * trunk/psModules/src/concepts/pmConceptsStandard.c (modified) Plugging memory leak. Sat, 10 Jun 2006 02:28:17 GMT drobbin [7472] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) Added support for psU64 and psS64 in datatype, metadata, ... Sat, 10 Jun 2006 02:06:57 GMT jhoblitt [7471] * trunk/ippTools/src/dettool.c (modified) * trunk/ippTools/src/pxtools.h (modified) include ippdb.h instead of metadatadb.h Sat, 10 Jun 2006 01:57:59 GMT jhoblitt [7470] * trunk/ippTools/src/dettool.c (modified) partial implementation of -rerun