IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13902   19 years Paul Price Return an empty string instead of NULL if there is nothing to format …
(edit) @13839   19 years magnier adding partially-implemented TNX
(edit) @13802   19 years magnier saturate the ellipse parameters on both minor and major axes
(edit) @13801   19 years Paul Price Adding tap_psSpline1D. Updating .cvsignore files.
(edit) @13800   19 years Paul Price Somehow, 'ok' had become 'if'.
(edit) @13799   19 years Paul Price NULL format is caught as a warning by the compiler --- tests removed.
(edit) @13741   19 years magnier adding psRegionAndParityFromString
(edit) @13721   19 years magnier added psLib to name of unknown error
(edit) @13689   19 years Paul Price Having dealt with the problem in pmConcepts.c, changed the trace back …
(edit) @13651   19 years Paul Price Even if no mask is supplied, a mask value may be desired (either good …
(edit) @13647   19 years Paul Price Don't produce an error if an Inf/NaN value is masked --- it should be …
(edit) @13623   19 years gusciora Improved test coverage, added memory leak checks, etc.
(edit) @13614   19 years gusciora Improved test coverage.
(edit) @13585   19 years magnier added (found) to lines which are found
(edit) @13582   19 years jhoblitt change psArgumentHelpSimple() to accept a FILE arg
(edit) @13563   19 years jhoblitt tweak psArgumentHelpSimple() formatting
(edit) @13559   19 years jhoblitt typos
(edit) @13555   19 years jhoblitt add psArgumentHelpSimple()
(edit) @13521   19 years Paul Price Change to allow integers to be specified as hexadecimal. This also …
(edit) @13494   19 years Paul Price Make psStatsAlloc a macro, to deliver filename and line number …
(edit) @13483   19 years Paul Price Adding psImageInterpolateStatus, a status enum which is returned by …
(edit) @13470   19 years Paul Price psPixelsAdd should allocate a pixel list if it is not provided.
(edit) @13449   19 years Paul Price Fixing abbrev.
(edit) @13448   19 years Paul Price Adding allocator.
(edit) @13425   19 years rhl Make psEllipsePolToAxes return psErrorCode
(edit) @13418   19 years rhl Check for Inf/NaN when getting a vector's min/max
(edit) @13396   19 years rhl Fixed memory leaks
(edit) @13376   19 years Paul Price Removing file that seems to be unavailable.
(edit) @13356   19 years Paul Price Ensure NANs produce correct spacing.
(edit) @13350   19 years rhl Support S32 in psImageConvolveDirect
(edit) @13337   19 years gusciora Expandeing test coverage.
(edit) @13308   19 years gusciora Got rid of tests for unallowed polynomial type (moved elsewhere).
(edit) @13307   19 years gusciora Moved the unallowed polynomial type test here.
(edit) @13306   19 years gusciora Improved psVectorCountPixelMask() tests.
(edit) @13305   19 years gusciora Basically, added additional tests to increase overall coverage of …
(edit) @13175   19 years Paul Price psMetadataConfigRead should not generate an error for an empty file.
(edit) @13128   19 years gusciora bug fixed
(edit) @13127   19 years gusciora Small changes to fix latest bugs.
(edit) @13126   19 years gusciora * empty log message *
(edit) @13125   19 years gusciora These are now in tap_psHistogram.c
(edit) @13124   19 years gusciora Added tabular file of all psLib functions in Chapter 6 of the SDRS …
(edit) @13123   19 years gusciora Added tabular file of all psLib functions in Chapter 6 of the SDRS …
(edit) @13084   19 years gusciora Removed psLogMsg() calls from the test code.
(edit) @13076   19 years magnier fixed a sign error : double check the math on the polarization terms …
(edit) @13070   19 years Paul Price Unnecessary
(edit) @13063   19 years magnier adding polarization terms
(edit) @13044   19 years gusciora Removed the ImagePixelInterpolate()
(edit) @13043   19 years gusciora Added the col0 and row0 macros.
(edit) @13042   19 years gusciora Removed the following from Makefile.am tap_psImageShiftKernel.c …
(edit) @13028   19 years magnier temporarily turning off logging for psMetadata.c copying a pointer
(edit) @13010   19 years jhoblitt fix formatting of int type
(edit) @13009   19 years jhoblitt change --enable-profiles' LDFLAGS setting to not try to outsmart libtool
(edit) @12999   19 years magnier added assert to prevent runaway
(edit) @12998   19 years magnier added psImageCopyView function
(edit) @12953   19 years magnier added comments
(edit) @12920   19 years gusciora Remove tap_psVectorSort_01.c tap_psVectorSort_02.c …
(edit) @12919   19 years gusciora Removing: tst_psVectorSort_01.c tst_psVectorSort_02.c …
(edit) @12918   19 years gusciora These two files replace tap_psVectorSort_01.c, tap_psVectorSort_02.c …
(edit) @12887   19 years rhl getpagesize() isn't in posix, and isn't needed --- adding 1 ensures a …
(edit) @12886   19 years rhl pthread_t isn't a long it; cast for printf
(edit) @12885   19 years rhl strcasestr isn't in posix (and is in C namespace). Use psStrcasestr
(edit) @12828   19 years Paul Price Fixing clean up.
(edit) @12825   19 years Paul Price Fixed bug: replacing an item with itself can lead to memory corruption …
(edit) @12815   19 years magnier use macro to set col0,row0
(edit) @12814   19 years magnier use macro to set col0,row0; subimage needs to offset pixels based on …
(edit) @12813   19 years magnier make psImage.col0,row0 const, added macro to set these values
(edit) @12812   19 years Paul Price Wider image for larger kernels
(edit) @12802   19 years Paul Price It's not the flux contribution of bad pixels that matters for marking …
(edit) @12801   19 years magnier check EXTWORD for string and non-string values
(edit) @12783   19 years gusciora * empty log message *
(edit) @12781   19 years gusciora This is a fairly large checkin. Most of the files were modified so …
(edit) @12777   19 years Paul Price Adding interpolation tests.
(edit) @12776   19 years Paul Price Fixing lanczos and gauss interpolations.
(edit) @12757   19 years Paul Price Don't automatically initialise EOC.
(edit) @12756   19 years Paul Price Only attempt variance or mask interpolation if the image is provided.
(edit) @12748   19 years Paul Price Fixing comment.
(edit) @12745   19 years Paul Price psImageShiftKernel is redundant now, with psImageShift calling …
(edit) @12741   19 years Paul Price Reworking image interpolation to work on mask and variance image …
(edit) @12738   19 years Paul Price Better print format for doubles.
(edit) @12737   19 years Paul Price Fixing up enums --- psProjectionClass was using PS_PROJ_WHATEVER, as …
(edit) @12735   19 years Paul Price Adding const, errors for string/enum conversions
(edit) @12700   19 years magnier error, not abort, on fitted_mean error condition
(edit) @12699   19 years magnier fix error in binning definition
(edit) @12692   19 years Paul Price Fixing up warnings/errors.
(edit) @12691   19 years Paul Price Replacing log messages with warnings.
(edit) @12609   19 years magnier added tracing
(edit) @12608   19 years magnier added 2 trace lines, changed BIN_FOR_VALUE calls to saturate on …
(edit) @12607   19 years jhoblitt s/is_float/is_float/g s/is_float_tol/is_float_tol/g …
(edit) @12596   19 years magnier adding a generic PS_ASSERT macro to catch known programming errors
(edit) @12588   19 years magnier created a common set of routines to define the binning parameters
(edit) @12572   19 years Paul Price Supplementing errors with more useful info.
(edit) @12556   19 years magnier adding tap test
(edit) @12555   19 years magnier fixed memory leak in psFitsClose
(edit) @12554   19 years magnier added prototype
(edit) @12552   19 years jhoblitt add foreign key support
(edit) @12551   19 years jhoblitt add reference count to the output of psMemoryCheckLeaks()
(edit) @12550   19 years jhoblitt comment out more diag()s
(edit) @12549   19 years magnier adding user-definable fits->extword to psFits
(edit) @12542   19 years magnier check for and print all psMetadataItems which fail psMetadataUpdate
(edit) @12532   19 years magnier adding psMetadataUpdate function and tests, additional PS_META_.. …
Note: See TracRevisionLog for help on using the revision log.