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) @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_.. …
(edit) @12529   19 years jhoblitt fix fail messages/counts for valid user TYPEs
(edit) @12527   19 years magnier adding psImageInterpolateModeFromString
(edit) @12517   19 years jhoblitt change p_psStringNCopy() p_psStringAlloc() accept string size as type …
(edit) @12513   19 years jhoblitt disable unnecessary diag() calls
(edit) @12512   19 years jhoblitt silence warnings
(edit) @12507   19 years desonia removed the automatic fails due to psAbort currently not supportted in …
(edit) @12503   19 years magnier add assert to status
(edit) @12502   19 years Paul Price Pulling out openssl/crypto dependency (we've had SO much trouble …
(edit) @12500   19 years jhoblitt silence a warning with at least gcc == 3.4.6
(edit) @12499   19 years jhoblitt fix "maybe" uninitialized warnings
(edit) @12498   19 years jhoblitt fix openssl test to set -lcrypto in PSLIB_LIBS
(edit) @12495   19 years Paul Price Avoiding warning due to "unused variable".
(edit) @12494   19 years jhoblitt improve PS_NO_TRACE replacement macro behavior
(edit) @12493   19 years jhoblitt clenaup PS_NO_TRACE defines
(edit) @12479   19 years magnier fixed error in free: was freeing the wrong thing
(edit) @12478   19 years jhoblitt change test logic to accept time values without a trailing Z
(edit) @12477   19 years jhoblitt rollback
(edit) @12476   19 years jhoblitt fix test failure from constant to psS64 casting issue some code cleanup
(edit) @12475   19 years jhoblitt add a warning of passing 64-ints to stdargs
(edit) @12474   19 years jhoblitt remove unnecessary output
(edit) @12473   19 years jhoblitt fix a broken test
(edit) @12472   19 years jhoblitt fix test count
(edit) @12460   19 years jhoblitt add a XXX on psMetdataItem comments being NULL strings instead of NULL
(edit) @12459   19 years jhoblitt misc cleanups & corrections
(edit) @12458   19 years magnier cleanup: moved tmp variables into PS_BIN_FOR_VALUE
(edit) @12453   19 years jhoblitt simply p_psParseLevelInfo structure fix a couple of memory leaks misc …
(edit) @12449   19 years jhoblitt ws
(edit) @12444   19 years magnier removed special case for psphot (moved to psphotImageMedian)
(edit) @12443   19 years jhoblitt add leak checking
(edit) @12442   19 years jhoblitt split tap_psMetadataConfigParse.c out of tap_psMetadataConfig_input.c
(edit) @12441   19 years jhoblitt fix serveral psMetdataConfig* bugs related to 'overwrite' & METADATA …
(edit) @12440   19 years gusciora Modified the plan_tests() arg only.
(edit) @12439   19 years Paul Price Need additional include file.
(edit) @12438   19 years Paul Price Ensuring we have INFINITY and NAN. Get these from GSL if we don't.
(edit) @12437   19 years magnier added macros PS_BIN_FOR_VALUE and PS_BIN_INTERPOLATE to clean up …
(edit) @12435   19 years magnier adding trace lines
(edit) @12434   19 years magnier changing p_psVectorBinDisect to psVectorBinaryDisect, adding …
(edit) @12433   19 years magnier changing PS_ASSERT_PTRS_TYPE_EQUAL_GENERAL to …
(edit) @12432   19 years Paul Price Solaris doesn't like having something called "sun"...…
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @12430   19 years Paul Price Configuration fixes to allow configure to run successfully on …
(edit) @12417   19 years jhoblitt attempt to fix libtool version number
(edit) @12415   19 years jhoblitt minor cleanups
(edit) @12414   19 years jhoblitt use ok_[foo] macros ws
(edit) @12413   19 years jhoblitt use ok_[foo] macros ws
(edit) @12412   19 years jhoblitt use ok_double(foo, NAN,... instead of ok(isnan(foo),…
(edit) @12411   19 years jhoblitt use ok_[type]() macros where appropriate and split-up large logical …
(edit) @12410   19 years jhoblitt add is_bool() macro ws
(edit) @12409   19 years jhoblitt change psTimeConvert() to return NULL when passed an invalid psTime object
(edit) @12408   19 years gusciora This test works now, however I "fixed" it by changing the number of …
Note: See TracRevisionLog for help on using the revision log.