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) @11013   20 years jhoblitt use AC_CHECK_FUNCS() instead of AC_CHECK_FUNCS_ONCE() for better …
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10998   20 years jhoblitt add memory backtracing support
(edit) @10994   20 years jhoblitt include config.h & work around CPP redefinition errors caused by libjpeg
(edit) @10987   20 years jhoblitt add comment about S8 vs. bool in the database
(edit) @10986   20 years jhoblitt include inttypes.h
(edit) @10985   20 years jhoblitt add S8|16|64 & U8|16|64 support to psDBGenerateConditionalSQL()
(edit) @10984   20 years jhoblitt add S8|16 & U8|16 to psDBPackMySQLRow()
(edit) @10982   20 years jhoblitt add U8|16 & S8|16 to psDBGenerateCreateTableSQL()
(edit) @10980   20 years Paul Price Adding psExit.h
(edit) @10979   20 years Paul Price Adding UNKNOWN_ERROR.
(edit) @10978   20 years Paul Price Adding psExit.h
(edit) @10977   20 years Paul Price Adding psExit.h with exit codes.
(edit) @10964   20 years jhoblitt add PS_DATA_U32 support to psDBGenerateConditionalSQL()
(edit) @10951   20 years jhoblitt add "NOT NULL" field attribute support to psDBGenerateCreateTable() …
(edit) @10950   20 years jhoblitt set _GNU_SOURCE for strcasestr() with glibc
(edit) @10949   20 years jhoblitt add our own implementation of strcasestr() that's only used when it …
(edit) @10948   20 years Paul Price Removing unnecessary warning statement.
(edit) @10945   20 years gusciora First version for these.
(edit) @10938   20 years jhoblitt include unistd.h for unlink() prototype
(edit) @10916   20 years magnier added a poor test program to check the output order
(edit) @10915   20 years magnier fixed psFitsWriteBlank to move to the last HDU and call fits_write_img
(edit) @10904   20 years jhoblitt remove static caching of a masks from psMinimizePowell()
(edit) @10903   20 years jhoblitt add HANDLE_BAD_BLOCK macro replace all use of PS_MEM_ABORT_CORRUPT …
(edit) @10898   20 years jhoblitt remove call to psMemSetRefCounter() in listFree() -- after much debate …
(edit) @10863   20 years magnier fixed a surprising bug triggered with non-square matrices
(edit) @10848   20 years magnier changed return value for psVectorFit functions to bool; now using …
(edit) @10831   20 years gusciora First Version.
(edit) @10823   20 years magnier added a bunch of needed projection varients
(edit) @10822   20 years magnier better definition for note
(edit) @10821   20 years magnier added unistd.h for unlink, updated .cvsignore
(edit) @10820   20 years gusciora First libtap version for these.
(edit) @10819   20 years magnier changed non-error diags to notes
(edit) @10818   20 years magnier added "note" macro to pstap.h
(edit) @10816   20 years gusciora First version of these in libTap format.
(edit) @10813   20 years gusciora First tap version of the histogram stuff.
(edit) @10812   20 years des Added entries to build tap_psConfigure.c, tap_psError.c, …
(edit) @10810   20 years des Add tap test files for first time.
(edit) @10809   20 years des Add entries for building new tap files tap_psImage.c, tap_psScalar.c, …
(edit) @10808   20 years des Add tap test files for first time.
(edit) @10807   20 years des Added tests to increase coverage.
(edit) @10779   20 years magnier simplified makefile rules
(edit) @10778   20 years magnier semicolon
(edit) @10774   20 years magnier further tests
(edit) @10773   20 years magnier some notes
(edit) @10767   20 years jhoblitt add +/- to the diag() output of *_tol macros
(edit) @10766   20 years jhoblitt fix usage of fabs() instead of fabsf() and fabsl() instead of fabs() …
(edit) @10740   20 years gusciora Fixed a couple of tests.
(edit) @10737   20 years magnier enabled relative comparisons for double/float; cleaned up error messages
(edit) @10736   20 years magnier two fixes: catch fractional seconds in psTimeStrptime, allow …
(edit) @10735   20 years gusciora This is my first attempt at converting an old test routine to the new …
(edit) @10730   20 years magnier added missing result flags for robust stats
(edit) @10729   20 years magnier fixed inconsistency with string in vs out
(edit) @10708   20 years jhoblitt convert most uses of PS_TYPE_* -> PS_DATA_* add additinal tracing to …
(edit) @10707   20 years jhoblitt change psMetadataAddItem() to report the key name when failing on …
(edit) @10703   20 years jhoblitt simplify NAN/NULL handling in p_psDBFetchResult()
(edit) @10702   20 years jhoblitt add diag output to ok_strn()
(edit) @10701   20 years jhoblitt split tap_psMetadataConfig_output.c into tap_psMetadataConfigFormat.c …
(edit) @10698   20 years jhoblitt move psMetadataConfigWrite() tests into their own file
(edit) @10670   20 years jhoblitt add u64 & s64 support to argumentRead()
(edit) @10669   20 years jhoblitt add psDBGenerateLimitSQL()
(edit) @10609   20 years magnier replaced p_psProject, p_psDeproject with psProject, psDeproject
(edit) @10608   20 years magnier fixed polynomial2D copy
(edit) @10607   20 years magnier fixed memory errors
(edit) @10605   20 years magnier added polynomial copy, recycle, derivative functions, derivative tests
(edit) @10598   20 years magnier adding psPolynomial2DRecycle, psPolynomial2DCopy, psPolynomial2D_dX, …
(edit) @10597   20 years magnier adding polynomial derivatives tests
(edit) @10593   20 years magnier adding derivatives
(edit) @10577   20 years jhoblitt stop trying to chmod things
(edit) @10550   20 years magnier - moved psHistogram functions to psHistogram.c,h (pslib_strict.h, …
(edit) @10549   20 years magnier trivial
(edit) @10548   20 years magnier changed psVectorStats return value to bool
(edit) @10547   20 years magnier moved psHistogram functions to psHistogram.c,h
(edit) @10528   20 years jhoblitt don't force programs linking against psLib to also link against all of …
(edit) @10487   20 years jhoblitt convert from OMIT_PSDB -> HAVE_PSDB
(edit) @10475   20 years Paul Price Fixing memory leak when robust stats returns early due to error.
(edit) @10446   20 years Paul Price Changing API for psStringSubstitute to something less prone to user mistake
(edit) @10429   20 years magnier added additional log depth symbols
(edit) @10396   20 years magnier API change: moved several arguments to a new psStats argument
(edit) @10395   20 years magnier fitted Mean now respects the binsize option
(edit) @10384   20 years magnier added tests for specific failures of psStats fitted mean
(edit) @10383   20 years magnier fixed sign errors : finally correct??
(edit) @10381   20 years Paul Price Adding SVD provided by Andy Becker.
(edit) @10379   20 years jhoblitt remove left over test *.fits & *.md files
(edit) @10376   20 years rhl Added IEEE
(edit) @10375   20 years jhoblitt fix variable name typo and PS_ASSERT_* type mismatch
(edit) @10365   20 years Paul Price Adding assertions.
(edit) @10319   20 years magnier changed string to unsigned char
(edit) @10309   20 years Paul Price Adding MD5 hash calculation
(edit) @10308   20 years jhoblitt add openssl probe
(edit) @10304   20 years jhoblitt add a check for endianness
(edit) @10291   20 years Paul Price Shortening string so it can fit in a FITS header.
(edit) @10290   20 years Paul Price Removing brackets around return value allow us to leave the return …
(edit) @10286   20 years Paul Price Adding function to return long version information, including CVS tag …
(edit) @10284   20 years Paul Price Two copies reduced to one.
(edit) @10283   20 years jhoblitt fix jpeg conf to set jpeg-lib instead of fftw3-lib
(edit) @10276   20 years rhl Added memAllocCallbackCheckCorruption which can be registered as an …
(edit) @10275   20 years rhl People tend to call psAbort when errors have been signalled with …
(edit) @10274   20 years rhl 1/ vectorFittedStats and vectorRobustStats don't own mask and …
(edit) @10273   20 years rhl 1/ Make psImageBackground interpret nMax == 0 as "all pixels" 2/ Make …
Note: See TracRevisionLog for help on using the revision log.