# # ChangeLog for / # # Generated by Trac 1.6 # Aug 10, 2026, 5:24:40 AM Sat, 24 Dec 2005 00:32:42 GMT eugene [5840] * trunk/psphot/Makefile (modified) * trunk/psphot/doc/notes.txt (modified) * trunk/psphot/doc/versions.txt (modified) added notes for psphot_dev_07 Sat, 24 Dec 2005 00:32:41 GMT desonia [5839] * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/imageops/verified/tst_psImageStats.stderr (modified) merged fixes found on eam_rel9_b1 branch. Sat, 24 Dec 2005 00:00:22 GMT magnier [5838] * branches/eam_rel9_b1/psLib/src/sys/psConfigure.c (modified) tag mismatch Fri, 23 Dec 2005 23:58:45 GMT eugene [5837] * trunk/psphot/Makefile (modified) * trunk/psphot/src/psphotApResid.c (modified) * trunk/psphot/src/psphotArguments.c (modified) * trunk/psphot/src/psphotEnsemblePSF.c (modified) * trunk/psphot/src/psphotMagnitudes.c (modified) * trunk/psphot/src/psphotModelTest.c (modified) * trunk/psphot/src/psphotOutput.c (modified) * trunk/psphot/src/psphotTest.c (modified) fixing output functions Fri, 23 Dec 2005 23:56:16 GMT magnier [5836] * branches/eam_rel9_b1/psLib/src/fits/psFitsTable.c (modified) minor clarification Fri, 23 Dec 2005 22:09:46 GMT magnier [5835] * branches/eam_rel9_b0/psModules/src/astrom/pmAstrometryObjects.c (modified) * branches/eam_rel9_b0/psModules/src/imsubtract/pmSubtractBias.c (modified) added inits Fri, 23 Dec 2005 22:06:40 GMT magnier [5834] * branches/eam_rel9_b0/psModules/configure.ac (modified) added --enable-optimize Fri, 23 Dec 2005 02:26:41 GMT magnier [5833] * branches/eam_rel9_b0/psModules/src/objects/models/pmModel_PGAUSS.c (modified) * branches/eam_rel9_b0/psModules/src/objects/models/pmModel_QGAUSS.c (modified) added dPAR to reduce indirections Fri, 23 Dec 2005 02:25:02 GMT magnier [5832] * branches/eam_rel9_b0/psModules/src/objects/models/pmModel_QGAUSS.c (modified) minor style diff Fri, 23 Dec 2005 02:24:27 GMT magnier [5831] * branches/eam_rel9_b0/psModules/src/objects/pmPSFtry.c (modified) dropped unused output line Fri, 23 Dec 2005 02:23:43 GMT magnier [5830] * branches/eam_rel9_b0/psModules/src/objects/pmObjects.h (modified) added blends list to pmSource, added PM_SOURCE_TEMPSUB Fri, 23 Dec 2005 02:23:00 GMT magnier [5829] * branches/eam_rel9_b0/psModules/src/objects/pmObjects.c (modified) cleanups, dropped pmSourceFitModel_v5, dropped double loop in ... Fri, 23 Dec 2005 02:20:27 GMT eugene [5828] * trunk/psphot/Makefile (modified) * trunk/psphot/src/modelTestFitSource.c (deleted) * trunk/psphot/src/pmModelFitSet.c (added) * trunk/psphot/src/pmPeaksSigmaLimit.c (modified) * trunk/psphot/src/pmSourceFitSet.c (added) * trunk/psphot/src/psBicube.c (added) * trunk/psphot/src/psModulesUtils.c (modified) * trunk/psphot/src/psphot.c (modified) * trunk/psphot/src/psphot.h (modified) * trunk/psphot/src/psphotApResid.c (modified) * trunk/psphot/src/psphotApplyPSF.c (modified) * trunk/psphot/src/psphotArguments.c (modified) * trunk/psphot/src/psphotBasicDeblend.c (modified) * trunk/psphot/src/psphotBlendFit.c (added) * trunk/psphot/src/psphotChoosePSF.c (modified) * trunk/psphot/src/psphotEnsemblePSF.c (modified) * trunk/psphot/src/psphotEvalFLT.c (modified) * trunk/psphot/src/psphotEvalPSF.c (modified) * trunk/psphot/src/psphotFitGalaxies.c (modified) * trunk/psphot/src/psphotFixedPSF.c (modified) * trunk/psphot/src/psphotFullFit.c (modified) * trunk/psphot/src/psphotImageBackground.c (modified) * trunk/psphot/src/psphotImageStats.c (modified) * trunk/psphot/src/psphotMagnitudes.c (modified) * trunk/psphot/src/psphotModelTest.c (modified) * trunk/psphot/src/psphotOutput.c (modified) * trunk/psphot/src/psphotRadiusChecks.c (modified) * trunk/psphot/src/psphotReplaceUnfit.c (modified) * trunk/psphot/src/psphotSetup.c (modified) * trunk/psphot/src/psphotSourceFits.c (added) various cleanups, fixes, additions... Fri, 23 Dec 2005 02:09:39 GMT magnier [5827] * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (modified) added optimization to 3D polynomial fit Fri, 23 Dec 2005 02:04:42 GMT magnier [5826] * branches/eam_rel9_b1/psLib/src/types/psMetadataConfig.c (modified) added variable init, changed output format from %f to %22.15g Fri, 23 Dec 2005 02:00:49 GMT magnier [5825] * branches/eam_rel9_b1/psLib/src/astro/psCoord.c (modified) * branches/eam_rel9_b1/psLib/src/db/psDB.c (modified) * branches/eam_rel9_b1/psLib/src/mathtypes/psVector.c (modified) * branches/eam_rel9_b1/psLib/src/xml/psXML.c (modified) added variable inits Wed, 21 Dec 2005 06:15:58 GMT drobbin [5824] * trunk/psLib/psTableParse.c (added) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) Updated tests in EOC to test great circle distance for precession ... Wed, 21 Dec 2005 00:27:18 GMT gusciora [5823] * trunk/psLib/src/math/psMinimize.c (modified) * trunk/psLib/test/math/tst_psPolyFit4DOrd.c (added) I've incorporated the 4D polynomial fitting routines from EAM into ... Wed, 21 Dec 2005 00:10:44 GMT gusciora [5822] * trunk/psLib/test/math/tst_psPolyFit3DOrd.c (modified) More testing. Wed, 21 Dec 2005 00:03:03 GMT gusciora [5821] * trunk/psLib/test/astro/tst_psCoord01.c (modified) .... Tue, 20 Dec 2005 23:53:42 GMT gusciora [5820] * trunk/psLib/test/math/tst_psPolyFit3DOrd.c (added) .... Tue, 20 Dec 2005 23:53:14 GMT gusciora [5819] * trunk/psLib/src/math/psMinimize.c (modified) * trunk/psLib/test/math/Makefile.am (modified) The 3D fitting code should work, I have working tests for it. I had ... Tue, 20 Dec 2005 22:41:06 GMT gusciora [5818] * trunk/psLib/src/math/psMinimize.c (modified) Added some of EAM's 3D and 4D fitting code. Tue, 20 Dec 2005 05:20:51 GMT cvs2svn [5817] * tags/help (copied) * trunk/Nebulous (deleted) * trunk/Nebulous-Server (deleted) * trunk/Ohana (deleted) * trunk/PS-IPP-MetaDB (deleted) * trunk/PS-IPP-Metadata-Config (deleted) * trunk/PS-IPP-PSFTP (deleted) * trunk/archive (deleted) * trunk/doc (deleted) * trunk/glueforge (deleted) * trunk/pois (deleted) * trunk/psLib/config (deleted) * trunk/psLib/data (deleted) * trunk/psLib/src/astronomy (deleted) * trunk/psLib/src/collections (deleted) * trunk/psLib/src/dataIO (deleted) * trunk/psLib/src/dataManip (deleted) * trunk/psLib/src/fileUtils (deleted) * trunk/psLib/src/image (deleted) * trunk/psLib/src/sysUtils (deleted) * trunk/psLib/test/collections (deleted) * trunk/psLib/test/dataIO (deleted) * trunk/psLib/test/dataManip (deleted) * trunk/psLib/test/fileUtils (deleted) * trunk/psLib/test/image (deleted) * trunk/psLib/test/sysUtils (deleted) * trunk/psModules (deleted) * trunk/psastro (deleted) * trunk/psdemo (deleted) * trunk/psphot (deleted) * trunk/pstest (deleted) * trunk/stac (deleted) This commit was manufactured by cvs2svn to create tag 'help'. Tue, 20 Dec 2005 05:20:50 GMT drobbin [5816] * trunk/psLib/src/astro/psCoord.c (modified) Cosmetic change of n1, etc... to order1, etc... Tue, 20 Dec 2005 05:06:53 GMT drobbin [5815] * trunk/psLib/share/pslib/finals2000A.dat (added) modified finals data. contains MJD, dX&dY (A), dX&dY (B) Tue, 20 Dec 2005 05:05:37 GMT drobbin [5814] * trunk/psLib/etc/pslib/pslib.config.template (modified) * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) * trunk/psLib/test/astro/verified/tst_psCoord.stderr (modified) Made several changes to EOC tests & fxns. Revamped GetPolarMotion to ... Mon, 19 Dec 2005 23:58:47 GMT gusciora [5813] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psPolynomial.h (modified) * trunk/psLib/test/math/Makefile.am (modified) * trunk/psLib/test/math/tst_psMinimize04.c (deleted) * trunk/psLib/test/math/tst_psMinimize04_F32.c (deleted) * trunk/psLib/test/math/tst_psMinimize04b.c (deleted) * trunk/psLib/test/math/tst_psMinimize04b_F32.c (deleted) * trunk/psLib/test/math/tst_psPolyFit1DCheby.c (added) * trunk/psLib/test/math/tst_psPolyFit1DOrd.c (added) * trunk/psLib/test/math/tst_psPolyFit2DOrd.c (added) * trunk/psLib/test/math/tst_psStats07.c (modified) Implemented the chi-squared algorithm for calculated Chebyshev poly ... Mon, 19 Dec 2005 19:44:27 GMT magnier [5812] * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (modified) fixed coeffErr Mon, 19 Dec 2005 02:10:57 GMT magnier [5811] * branches/eam_rel9_b0/psModules/src/objects/pmPSFtry.c (modified) ApTrend(rflux) term moved to skyBias entry (applies to apmag, not fitmag) Mon, 19 Dec 2005 02:08:58 GMT magnier [5810] * branches/eam_rel9_b0/psModules/src/objects/pmPSF.c (modified) adding ApTrend(x,y,rflux), with appropriate masks Mon, 19 Dec 2005 00:51:36 GMT magnier [5809] * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (modified) finished up coeffErr and coeffMask code Sun, 18 Dec 2005 18:52:55 GMT magnier [5808] * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (modified) added masked orders and coeff errors Sat, 17 Dec 2005 21:23:59 GMT magnier [5807] * branches/eam_rel9_b0/psModules/src/objects/pmPSFtry.c (modified) - adding 3rd order polynomial for ApTrend - dropping old version of ... Sat, 17 Dec 2005 20:41:29 GMT magnier [5806] * branches/eam_rel9_b0/psModules/src/objects/pmObjects.c (modified) - moved the moments->SN calculation to pmSourceMoments - made more ... Sat, 17 Dec 2005 20:33:55 GMT magnier [5805] * branches/eam_rel9_b0/psModules/src/objects/pmObjects.h (modified) adding pmSourceMode, rework pmSourceType values Sat, 17 Dec 2005 20:32:48 GMT magnier [5804] * branches/eam_rel9_b0/psModules/src/objects/models/pmModel_PGAUSS.c (modified) * branches/eam_rel9_b0/psModules/src/objects/models/pmModel_QGAUSS.c (modified) fixing beta_lim for normalization Sat, 17 Dec 2005 20:31:07 GMT magnier [5803] * branches/eam_rel9_b0/psModules/src/objects/pmPSF.c (modified) * branches/eam_rel9_b0/psModules/src/objects/pmPSF.h (modified) adding the ApTrend polynomial Sat, 17 Dec 2005 20:26:59 GMT eugene [5802] * trunk/psphot/Makefile (modified) * trunk/psphot/src/modelTestFitSource.c (modified) * trunk/psphot/src/psModulesUtils.c (modified) * trunk/psphot/src/psphot.c (modified) * trunk/psphot/src/psphot.h (modified) * trunk/psphot/src/psphotApResid.c (added) * trunk/psphot/src/psphotChoosePSF.c (modified) * trunk/psphot/src/psphotEnsemblePSF.c (modified) * trunk/psphot/src/psphotEvalFLT.c (modified) * trunk/psphot/src/psphotEvalPSF.c (modified) * trunk/psphot/src/psphotFullFit.c (modified) * trunk/psphot/src/psphotMagnitudes.c (modified) * trunk/psphot/src/psphotModelTest.c (modified) * trunk/psphot/src/psphotOutput.c (modified) * trunk/psphot/src/psphotRadiusChecks.c (modified) * trunk/psphot/src/psphotReplaceUnfit.c (modified) * trunk/psphot/src/psphotSetup.c (modified) * trunk/psphot/src/psphotSourceStats.c (modified) clean up of small accounting bugs, adding the post-subtraction ApResid Sat, 17 Dec 2005 20:26:29 GMT magnier [5801] * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (modified) adding the 3D and 4D fit polynomial functions Sat, 17 Dec 2005 03:42:50 GMT Paul Price [5800] * trunk/archive/scripts/src/phase2/configure.ac (modified) About to tag 0_0_2 Sat, 17 Dec 2005 03:41:56 GMT Paul Price [5799] * trunk/archive/scripts/src/phase2/pmChipMosaic.c (deleted) * trunk/archive/scripts/src/phase2/pmChipMosaic.h (deleted) * trunk/archive/scripts/src/phase2/pmConfig.c (deleted) * trunk/archive/scripts/src/phase2/pmConfig.h (deleted) * trunk/archive/scripts/src/phase2/pmFPA.c (deleted) * trunk/archive/scripts/src/phase2/pmFPA.h (deleted) * trunk/archive/scripts/src/phase2/pmFPAConceptsGet.c (deleted) * trunk/archive/scripts/src/phase2/pmFPAConceptsGet.h (deleted) * trunk/archive/scripts/src/phase2/pmFPAConceptsSet.c (deleted) * trunk/archive/scripts/src/phase2/pmFPAConceptsSet.h (deleted) * trunk/archive/scripts/src/phase2/pmFPAConstruct.c (deleted) * trunk/archive/scripts/src/phase2/pmFPAConstruct.h (deleted) * trunk/archive/scripts/src/phase2/pmFPARead.c (deleted) * trunk/archive/scripts/src/phase2/pmFPARead.h (deleted) * trunk/archive/scripts/src/phase2/pmFPAWrite.c (deleted) * trunk/archive/scripts/src/phase2/pmFPAWrite.h (deleted) * trunk/archive/scripts/src/phase2/pmFlatField.c (deleted) * trunk/archive/scripts/src/phase2/pmFlatField.h (deleted) * trunk/archive/scripts/src/phase2/pmFlatFieldErrors.h (deleted) * trunk/archive/scripts/src/phase2/pmMaskBadPixels.c (deleted) * trunk/archive/scripts/src/phase2/pmMaskBadPixels.h (deleted) * trunk/archive/scripts/src/phase2/pmMaskBadPixelsErrors.h (deleted) * trunk/archive/scripts/src/phase2/pmNonLinear.c (deleted) * trunk/archive/scripts/src/phase2/pmNonLinear.h (deleted) * trunk/archive/scripts/src/phase2/pmSubtractBias.c (deleted) * trunk/archive/scripts/src/phase2/pmSubtractBias.h (deleted) Removing files pushed into psModule Sat, 17 Dec 2005 03:29:11 GMT Paul Price [5798] * trunk/archive/scripts/src/phase2/Makefile.am (modified) * trunk/archive/scripts/src/phase2/configure.ac (modified) * trunk/archive/scripts/src/phase2/papPhase2.c (modified) Converting to using psmodule library Sat, 17 Dec 2005 03:24:07 GMT cvs2svn [5797] * branches/eam_rel9_p0 (copied) This commit was manufactured by cvs2svn to create branch 'eam_rel9_p0'. Sat, 17 Dec 2005 03:24:06 GMT Paul Price [5796] * branches/pap_branch_051214/psModules/src/astrom/pmChipMosaic.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmChipMosaic.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConceptsGet.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConceptsGet.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConceptsSet.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConceptsSet.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConstruct.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAConstruct.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPARead.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPARead.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAWrite.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmFPAWrite.h (added) * branches/pap_branch_051214/psModules/src/astrom/pmReadout.c (added) * branches/pap_branch_051214/psModules/src/astrom/pmReadout.h (added) * branches/pap_branch_051214/psModules/src/astrom/psAdditionals.c (added) * branches/pap_branch_051214/psModules/src/astrom/psAdditionals.h (added) Importing PAP code from phase 2. Sat, 17 Dec 2005 03:18:39 GMT Paul Price [5795] * branches/pap_branch_051214/psModules/src/astrom/Makefile.am (modified) * branches/pap_branch_051214/psModules/src/astrom/pmAstrometry.c (modified) * branches/pap_branch_051214/psModules/src/astrom/pmAstrometry.h (modified) * branches/pap_branch_051214/psModules/src/camera/Makefile.am (modified) * branches/pap_branch_051214/psModules/src/detrend/pmFlatField.c (modified) * branches/pap_branch_051214/psModules/src/detrend/pmFlatField.h (modified) * branches/pap_branch_051214/psModules/src/detrend/pmMaskBadPixels.c (modified) * branches/pap_branch_051214/psModules/src/detrend/pmMaskBadPixels.h (modified) * branches/pap_branch_051214/psModules/src/detrend/pmMaskBadPixelsErrors.h (modified) * branches/pap_branch_051214/psModules/src/detrend/pmNonLinear.c (modified) * branches/pap_branch_051214/psModules/src/detrend/pmNonLinear.h (modified) * branches/pap_branch_051214/psModules/src/imsubtract/Makefile.am (modified) * branches/pap_branch_051214/psModules/src/imsubtract/pmSubtractBias.c (modified) * branches/pap_branch_051214/psModules/src/imsubtract/pmSubtractBias.h (modified) Importing PAP code from phase 2. NOTE: Reverted files in detrend/ and ... Thu, 15 Dec 2005 02:39:21 GMT drobbin [5794] * trunk/psLib/share/pslib/iers_corr.dat (added) List of dX and dY data for psEarthPole corrections Thu, 15 Dec 2005 02:37:48 GMT drobbin [5793] * trunk/psLib/etc/pslib/pslib.config.template (modified) * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) Updated all tests. Fixed GetPolarMotion, PrecessionCorr, etc. ... Thu, 15 Dec 2005 01:30:23 GMT jhoblitt [5792] * branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex (modified) * branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex (modified) * trunk/doc/pslib/ChangeLogSDRS.tex (modified) * trunk/doc/pslib/psLibSDRS.tex (modified) minor typedef fixes Thu, 15 Dec 2005 00:51:04 GMT jhoblitt [5791] * trunk/doc/pslib/ChangeLogSDRS.tex (modified) * trunk/doc/pslib/psLibSDRS.tex (modified) change psPolynomial?DAlloc() to have type as the last parameter Thu, 15 Dec 2005 00:46:00 GMT jhoblitt [5790] * branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex (modified) * branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex (modified) change psPolynomial?DAlloc() to have type as the last parameter Wed, 14 Dec 2005 04:30:21 GMT Paul Price [5789] * trunk/archive/scripts/src/phase2/pmFPARead.c (modified) * trunk/archive/scripts/src/phase2/pmFPARead.h (modified) * trunk/archive/scripts/src/phase2/pmFPAWrite.c (modified) Made changes from Josh, with some modification Wed, 14 Dec 2005 04:11:17 GMT jhoblitt [5788] * trunk/stac/src/Makefile.am (modified) remove test and profile targets to make 'distcheck' happy Wed, 14 Dec 2005 03:55:15 GMT jhoblitt [5787] * trunk/archive/scripts/src/phase2/configure.ac (modified) require pslib 0.9.0 Wed, 14 Dec 2005 03:47:35 GMT Paul Price [5786] * trunk/archive/scripts/src/phase2/Makefile.am (modified) * trunk/archive/scripts/src/phase2/ipprc.config (modified) * trunk/archive/scripts/src/phase2/megacam_raw.config (modified) * trunk/archive/scripts/src/phase2/nonlin.dat (modified) * trunk/archive/scripts/src/phase2/papPhase2.c (modified) * trunk/archive/scripts/src/phase2/phase2.config (modified) * trunk/archive/scripts/src/phase2/pmChipMosaic.c (modified) * trunk/archive/scripts/src/phase2/pmChipMosaic.h (modified) * trunk/archive/scripts/src/phase2/pmFPA.c (modified) * trunk/archive/scripts/src/phase2/pmFPA.h (modified) * trunk/archive/scripts/src/phase2/pmFPAConceptsGet.c (modified) * trunk/archive/scripts/src/phase2/pmFPAConceptsGet.h (modified) * trunk/archive/scripts/src/phase2/pmFPAConceptsSet.c (modified) * trunk/archive/scripts/src/phase2/pmFPAConstruct.c (modified) * trunk/archive/scripts/src/phase2/pmFPAMorph.c (modified) * trunk/archive/scripts/src/phase2/pmFPARead.c (modified) * trunk/archive/scripts/src/phase2/pmFPAWrite.c (modified) * trunk/archive/scripts/src/phase2/pmSubtractBias.c (modified) * trunk/archive/scripts/src/phase2/psAdditionals.c (modified) * trunk/archive/scripts/src/phase2/psAdditionals.h (modified) Upgrading for psLib-0.9.0 Wed, 14 Dec 2005 03:00:12 GMT jhoblitt [5785] * trunk/pois/configure.ac (modified) version to 0.0.2 Wed, 14 Dec 2005 02:59:16 GMT jhoblitt [5784] * trunk/pois/AUTHORS (deleted) * trunk/pois/COPYING (deleted) * trunk/pois/ChangeLog (deleted) * trunk/pois/NEWS (deleted) * trunk/pois/README (deleted) remove empty files Wed, 14 Dec 2005 00:47:27 GMT desonia [5783] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) bug #623 -- fixes from eam_rel9_b0 branch. Wed, 14 Dec 2005 00:40:43 GMT jhoblitt [5782] * trunk/pois/src/Makefile.am (modified) add missing errorcode files to EXTRA_DIST change form building a ... Wed, 14 Dec 2005 00:33:42 GMT jhoblitt [5781] * trunk/pois/configure.ac (modified) tidy Wed, 14 Dec 2005 00:22:36 GMT Paul Price [5780] * trunk/doc/pslib/psLibSDRS.tex (modified) Adding statement about reference counters and containers. Wed, 14 Dec 2005 00:18:01 GMT jhoblitt [5779] * trunk/pois/configure.ac (modified) * trunk/pois/pois.pc.in (deleted) remove pois.pc Wed, 14 Dec 2005 00:16:54 GMT jhoblitt [5778] * trunk/pois/configure.ac (modified) remove pois.pc Wed, 14 Dec 2005 00:16:01 GMT jhoblitt [5777] * trunk/pois/Makefile.am (modified) add autogen.sh to EXTRA_DIST Wed, 14 Dec 2005 00:15:46 GMT jhoblitt [5776] * trunk/pois/configure.ac (modified) disable swig/python support Tue, 13 Dec 2005 20:55:07 GMT Paul Price [5775] * trunk/doc/pslib/eoc_testing.txt (modified) Converting values to radians. Tue, 13 Dec 2005 20:06:30 GMT eugene [5774] * trunk/psphot/src/psphotReplaceUnfit.c (added) added psphotReplaceUnfit Tue, 13 Dec 2005 20:03:27 GMT eugene [5773] * trunk/psphot/src/psphot.c (modified) * trunk/psphot/src/psphotFullFit.c (modified) * trunk/psphot/src/psphotMagnitudes.c (modified) * trunk/psphot/src/psphotOutput.c (modified) working updates Tue, 13 Dec 2005 16:43:44 GMT eugene [5772] * trunk/psphot/Makefile (modified) * trunk/psphot/src/models/pmModel_SGAUSS.c (modified) * trunk/psphot/src/pmPeaksSigmaLimit.c (modified) * trunk/psphot/src/psModulesUtils.c (modified) * trunk/psphot/src/psphot.c (modified) * trunk/psphot/src/psphot.h (modified) * trunk/psphot/src/psphotApplyPSF.c (modified) * trunk/psphot/src/psphotBasicDeblend.c (modified) * trunk/psphot/src/psphotChoosePSF.c (modified) * trunk/psphot/src/psphotEnsemblePSF.c (modified) * trunk/psphot/src/psphotEvalFLT.c (added) * trunk/psphot/src/psphotEvalPSF.c (added) * trunk/psphot/src/psphotFitGalaxies.c (modified) * trunk/psphot/src/psphotFixedPSF.c (modified) * trunk/psphot/src/psphotFullFit.c (added) * trunk/psphot/src/psphotImageBackground.c (modified) * trunk/psphot/src/psphotMagnitudes.c (modified) * trunk/psphot/src/psphotMarkPSF.c (modified) * trunk/psphot/src/psphotOutput.c (modified) * trunk/psphot/src/psphotRadiusChecks.c (added) * trunk/psphot/src/psphotReapplyPSF.c (modified) substantial work on ensemble PSF fitting, better functions for ... Tue, 13 Dec 2005 01:31:54 GMT drobbin [5771] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) Updated tests and debugged code. PrecessionModel now working. Mon, 12 Dec 2005 21:53:35 GMT cvs2svn [5770] * tags/rel9_1 (copied) * branches/rel9/psLib (deleted) This commit was manufactured by cvs2svn to create tag 'rel9_1'. Mon, 12 Dec 2005 21:53:34 GMT desonia [5769] * branches/rel9/psModules/test/config (modified) * branches/rel9/psModules/test/config/.cvsignore (modified) *** empty log message *** Mon, 12 Dec 2005 21:52:24 GMT desonia [5768] * branches/rel9/psModules/Makefile.am (modified) * branches/rel9/psModules/configure.ac (modified) * branches/rel9/psModules/src/astrom/pmAstrometry.c (modified) * branches/rel9/psModules/src/astrom/pmAstrometry.h (modified) * branches/rel9/psModules/src/config/pmConfig.c (modified) * branches/rel9/psModules/src/imcombine/pmImageCombine.c (modified) * branches/rel9/psModules/src/objects/Makefile.am (modified) * branches/rel9/psModules/src/objects/pmObjects.c (modified) * branches/rel9/psModules/src/objects/pmObjects.h (modified) * branches/rel9/psModules/src/objects/pmPSF.c (modified) * branches/rel9/psModules/src/objects/pmPSFtry.c (modified) * branches/rel9/psModules/src/objects/pmPSFtry.h (modified) * branches/rel9/psModules/src/objects/psLibUtils.c (deleted) * branches/rel9/psModules/src/objects/psLibUtils.h (deleted) * branches/rel9/psModules/src/objects/psModulesUtils.c (deleted) * branches/rel9/psModules/src/objects/psModulesUtils.h (deleted) * branches/rel9/psModules/test/astrom/tst_pmAstrometry01.c (modified) merged post-release fixes from CVS main. Mon, 12 Dec 2005 21:14:40 GMT cvs2svn [5767] * tags/pap_root_051214 (copied) This commit was manufactured by cvs2svn to create tag 'pap_root_051214'. Mon, 12 Dec 2005 21:14:39 GMT cvs2svn [5766] * branches/pap_branch_051214 (copied) * trunk/Nebulous (deleted) * trunk/Nebulous-Server (deleted) * trunk/Ohana (deleted) * trunk/PS-IPP-MetaDB (deleted) * trunk/PS-IPP-Metadata-Config (deleted) * trunk/PS-IPP-PSFTP (deleted) * trunk/archive (deleted) * trunk/doc (deleted) * trunk/glueforge (deleted) * trunk/pois (deleted) * trunk/psLib (deleted) * branches/pap_branch_051214/psModules/AUTHORS (copied) * branches/pap_branch_051214/psModules/COPYING (copied) * branches/pap_branch_051214/psModules/ChangeLog (copied) * branches/pap_branch_051214/psModules/INSTALL (copied) * branches/pap_branch_051214/psModules/NEWS (copied) * branches/pap_branch_051214/psModules/README (copied) * branches/pap_branch_051214/psModules/TODO (copied) * branches/pap_branch_051214/psModules/templates (copied) * trunk/psModules/test/verified (deleted) * trunk/psastro (deleted) * trunk/psdemo (deleted) * trunk/psphot (deleted) * trunk/pstest (deleted) * trunk/stac (deleted) This commit was manufactured by cvs2svn to create branch ... Mon, 12 Dec 2005 21:14:38 GMT desonia [5765] * trunk/psModules/src/objects/Makefile.am (modified) * trunk/psModules/src/objects/pmObjects.c (modified) * trunk/psModules/src/objects/pmObjects.h (modified) * trunk/psModules/src/objects/pmPSF.c (modified) * trunk/psModules/src/objects/pmPSFtry.c (modified) * trunk/psModules/src/objects/psLibUtils.c (deleted) * trunk/psModules/src/objects/psLibUtils.h (deleted) * trunk/psModules/src/objects/psModulesUtils.c (deleted) * trunk/psModules/src/objects/psModulesUtils.h (deleted) removed dependencies on psLibUtils.[ch] and psModuleUtils.[ch]. Mon, 12 Dec 2005 20:55:49 GMT Paul Price [5764] * trunk/doc/pslib/psLibADD.tex (modified) Fixing "Spherical Rotation from Polar Motion": a typo in the axis, ... Mon, 12 Dec 2005 20:45:23 GMT Paul Price [5763] * trunk/doc/pslib/psLibADD.tex (modified) Fixing equation to correspond more closely with ... Mon, 12 Dec 2005 20:32:44 GMT desonia [5762] * trunk/psModules/src/objects/pmPSFtry.c (modified) * trunk/psModules/src/objects/pmPSFtry.h (modified) renamed the variable 'try' to 'psfTry' to avoid the conflict of ... Mon, 12 Dec 2005 20:19:24 GMT desonia [5761] * trunk/psModules/Makefile.am (modified) added autogen.sh to dist. Mon, 12 Dec 2005 20:11:07 GMT desonia [5760] * trunk/psModules/configure.ac (modified) * trunk/psModules/src/config/pmConfig.c (modified) * trunk/psModules/src/objects/pmObjects.h (modified) Changes from Bug #627 -- replaced sed with perl and a couple of GCC 4 ... Fri, 09 Dec 2005 03:22:50 GMT magnier [5759] * branches/eam_rel9_b0/psModules/src/config/pmConfig.c (modified) ifdef-ing psDB dependency Fri, 09 Dec 2005 03:22:22 GMT magnier [5758] * branches/eam_rel9_b0/psModules/src/astrom/pmAstrometry.h (modified) removing psDB dependency Fri, 09 Dec 2005 02:46:43 GMT cvs2svn [5757] * tags/psphot_dev_06 (copied) * trunk/Nebulous (deleted) * trunk/Nebulous-Server (deleted) * trunk/Ohana (deleted) * trunk/PS-IPP-MetaDB (deleted) * trunk/PS-IPP-Metadata-Config (deleted) * trunk/PS-IPP-PSFTP (deleted) * trunk/archive (deleted) * trunk/doc (deleted) * trunk/glueforge (deleted) * trunk/pois (deleted) * trunk/psLib (deleted) * trunk/psModules (deleted) * trunk/psastro (deleted) * trunk/psdemo (deleted) * trunk/pstest (deleted) * trunk/stac (deleted) This commit was manufactured by cvs2svn to create tag 'psphot_dev_06'. Fri, 09 Dec 2005 02:46:42 GMT eugene [5756] * trunk/psphot/src/psphot.c (modified) default fitmode 2 Fri, 09 Dec 2005 02:41:59 GMT eugene [5755] * trunk/psphot/src/modelTestFitSource.c (modified) updated to use psFitsOpen Fri, 09 Dec 2005 02:39:17 GMT eugene [5754] * trunk/psphot/src/psphotOutput.c (modified) * trunk/psphot/src/psphotSetup.c (modified) updated to use psFitsAlloc Fri, 09 Dec 2005 01:27:34 GMT Paul Price [5753] * trunk/pois/src/Makefile.am (modified) Changing so that pois executable is installed. Thu, 08 Dec 2005 03:26:54 GMT cvs2svn [5752] * branches/eam_rel9_b1 (copied) * trunk/Nebulous (deleted) * trunk/Nebulous-Server (deleted) * trunk/Ohana (deleted) * trunk/PS-IPP-MetaDB (deleted) * trunk/PS-IPP-Metadata-Config (deleted) * trunk/PS-IPP-PSFTP (deleted) * trunk/archive (deleted) * trunk/doc (deleted) * trunk/glueforge (deleted) * trunk/pois (deleted) * branches/eam_rel9_b1/psLib/Makefile.am (copied) * trunk/psLib/config (deleted) * branches/eam_rel9_b1/psLib/configure.ac (copied) * trunk/psLib/data (deleted) * branches/eam_rel9_b1/psLib/etc/pslib/Makefile.am (copied) * trunk/psLib/src/astronomy (deleted) * trunk/psLib/src/collections (deleted) * trunk/psLib/src/dataIO (deleted) * trunk/psLib/src/dataManip (deleted) * trunk/psLib/src/fileUtils (deleted) * trunk/psLib/src/image (deleted) * branches/eam_rel9_b1/psLib/src/imageops/psImageConvolve.c (copied) * branches/eam_rel9_b1/psLib/src/imageops/psImageStats.c (copied) * branches/eam_rel9_b1/psLib/src/math/psMinimize.c (copied) * branches/eam_rel9_b1/psLib/src/mathtypes/psImage.c (copied) * trunk/psLib/src/sysUtils (deleted) * branches/eam_rel9_b1/psLib/test/astro/Makefile.am (copied) * branches/eam_rel9_b1/psLib/test/astro/tst_psEarthOrientation.c (copied) * branches/eam_rel9_b1/psLib/test/astro/verified/tst_psEarthOrientation.stderr (copied) * branches/eam_rel9_b1/psLib/test/astro/verified/tst_psEarthOrientation.stdout (copied) * trunk/psLib/test/collections (deleted) * trunk/psLib/test/dataIO (deleted) * trunk/psLib/test/dataManip (deleted) * trunk/psLib/test/fileUtils (deleted) * trunk/psLib/test/image (deleted) * trunk/psLib/test/sysUtils (deleted) * branches/eam_rel9_b1/psModules/AUTHORS (copied) * branches/eam_rel9_b1/psModules/COPYING (copied) * branches/eam_rel9_b1/psModules/ChangeLog (copied) * branches/eam_rel9_b1/psModules/INSTALL (copied) * branches/eam_rel9_b1/psModules/NEWS (copied) * branches/eam_rel9_b1/psModules/README (copied) * branches/eam_rel9_b1/psModules/TODO (copied) * branches/eam_rel9_b1/psModules/configure.ac (copied) * branches/eam_rel9_b1/psModules/src/config/pmConfig.c (copied) * branches/eam_rel9_b1/psModules/src/mainpage.dox (copied) * branches/eam_rel9_b1/psModules/src/objects/Makefile.am (copied) * branches/eam_rel9_b1/psModules/src/objects/pmModelGroup.c (copied) * branches/eam_rel9_b1/psModules/src/objects/pmModelGroup.h (copied) * branches/eam_rel9_b1/psModules/src/objects/pmObjects.c (copied) * branches/eam_rel9_b1/psModules/src/objects/pmObjects.h (copied) * branches/eam_rel9_b1/psModules/src/objects/pmPSF.c (copied) * branches/eam_rel9_b1/psModules/src/objects/pmPSFtry.c (copied) * branches/eam_rel9_b1/psModules/src/objects/pmPSFtry.h (copied) * branches/eam_rel9_b1/psModules/templates (copied) * branches/eam_rel9_b1/psModules/test/config/Makefile.am (copied) * trunk/psModules/test/config/SampleIPPConfig (deleted) * branches/eam_rel9_b1/psModules/test/config/data (copied) * branches/eam_rel9_b1/psModules/test/detrend/Makefile.am (copied) * trunk/psModules/test/verified (deleted) * trunk/psastro (deleted) * trunk/psdemo (deleted) * trunk/psphot (deleted) * trunk/pstest (deleted) * trunk/stac (deleted) This commit was manufactured by cvs2svn to create branch 'eam_rel9_b1'. Thu, 08 Dec 2005 03:26:53 GMT magnier [5751] * branches/eam_rel9_b0/psModules/src/objects/pmPSFtry.c (modified) fixed weird indent problems with try. these may get broken on cvs ... Thu, 08 Dec 2005 03:17:33 GMT Paul Price [5750] * trunk/doc/pslib/eoc_testing.txt (modified) Precession correction was in mas, not radians. Thu, 08 Dec 2005 02:49:04 GMT drobbin [5749] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) updated tests, got TEOtoCEO working and verified. Currently working ... Thu, 08 Dec 2005 02:43:02 GMT Paul Price [5748] * trunk/pois/src (modified) * trunk/pois/src/.cvsignore (modified) Adding target to .cvsignore. Thu, 08 Dec 2005 02:42:44 GMT Paul Price [5747] * trunk/pois (modified) * trunk/pois/.cvsignore (modified) Adding compile to .cvsignore Thu, 08 Dec 2005 02:41:27 GMT Paul Price [5746] * trunk/stac (modified) * trunk/stac/.cvsignore (added) * trunk/stac/src (modified) * trunk/stac/src/.cvsignore (added) Adding .cvsignore Thu, 08 Dec 2005 02:04:22 GMT Paul Price [5745] * trunk/stac/Makefile.am (added) * trunk/stac/autogen.sh (added) * trunk/stac/configure.ac (added) * trunk/stac/src/Makefile (deleted) * trunk/stac/src/Makefile.am (added) * trunk/stac/src/stac.c (modified) * trunk/stac/src/stacCheckMemory.c (modified) * trunk/stac/src/stacCombine.c (modified) * trunk/stac/src/stacInvertMaps.c (modified) * trunk/stac/src/stacRead.c (modified) * trunk/stac/src/stacScales.c (modified) * trunk/stac/src/stacTransform.c (modified) * trunk/stac/src/stacWrite.c (modified) * trunk/stac/src/sum.c (modified) Using autoconf; some bug fixes to the polynomial order Thu, 08 Dec 2005 01:03:40 GMT Paul Price [5744] * trunk/pois/configure.ac (modified) Updated to pslib-0.9.0. Thu, 08 Dec 2005 00:57:14 GMT Paul Price [5743] * trunk/stac/src/Makefile (modified) * trunk/stac/src/calcGradient.c (added) * trunk/stac/src/combine.c (modified) * trunk/stac/src/fixImage.c (deleted) * trunk/stac/src/shift.c (modified) * trunk/stac/src/shiftSize.c (modified) * trunk/stac/src/stac.c (modified) * trunk/stac/src/stac.h (modified) * trunk/stac/src/stacAreaOfInterest.c (modified) * trunk/stac/src/stacCheckMemory.c (modified) * trunk/stac/src/stacCombine.c (modified) * trunk/stac/src/stacConfig.c (modified) * trunk/stac/src/stacInvertMaps.c (modified) * trunk/stac/src/stacRead.c (modified) * trunk/stac/src/stacRejection.c (modified) * trunk/stac/src/stacScales.c (modified) * trunk/stac/src/stacTime.c (added) * trunk/stac/src/stacTransform.c (modified) * trunk/stac/src/stacWrite.c (modified) * trunk/stac/src/sum.c (added) Importing from PAP cvs tree again. This will now be the working tree. Thu, 08 Dec 2005 00:35:14 GMT Paul Price [5742] * trunk/pois/src/pois.c (modified) * trunk/pois/src/poisCalculateDeviations.c (modified) Updating to use pslib-0.9.0; replaced psFitsAlloc with psFitsOpen Thu, 08 Dec 2005 00:29:53 GMT gusciora [5741] * trunk/psModules/src/imcombine/pmImageCombine.c (modified) ....