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) @12292   19 years Paul Price Bug 870: psMatrixSVDSolve (code from Andy Becker, named by PAP) is not …
(edit) @12290   19 years Paul Price Allowing PS_ASSERT_INT_* to be used with any integer type (e.g., long).
(edit) @12289   19 years Paul Price Adding additional type-specific assertions, and employing them where …
(edit) @12288   19 years Paul Price Removing psBitSet from the build --- we don't use it.
(edit) @12287   19 years Paul Price Flushing out a lot of code that could be done more simply another way. …
(edit) @12286   19 years Paul Price Changing assertions to be more suitable.
(edit) @12284   19 years jhoblitt ws
(edit) @12283   19 years Paul Price Adding function psMetadataKeys to return a list of keys from a …
(edit) @12257   19 years gusciora Removed bug with psVector->n++
(edit) @12256   19 years magnier added special case for division to handle div-by-zero; added different …
(edit) @12250   19 years gusciora Switch to the original larger image sizes with psImageShift()
(edit) @12249   19 years gusciora Fixed bug in the interpolation for the ImageShift tests. Fixed bug in …
(edit) @12248   19 years Paul Price Fixing SEGV from mask being NULL.
(edit) @12247   19 years gusciora Adjusted plan_tests() arg.
(edit) @12246   19 years gusciora Removed the psVector->n++ increments.
(edit) @12242   19 years gusciora I recalculated the correct values for the sample-mean tests with an …
(edit) @12239   19 years gusciora Corrected test cases
(edit) @12223   19 years jhoblitt add a newline to SQL tracing statements
(edit) @12211   19 years gusciora Corrected simple problems.
(edit) @12210   19 years gusciora Fixed remaining failing tests in this file.
(edit) @12208   19 years gusciora Corrected the NULL string code.
(edit) @12199   19 years gusciora Corrected the x-order for the polynomial fits.
(edit) @12198   19 years gusciora Corrected problems with psVector ->nalloc and ->n members.
(edit) @12196   19 years gusciora Corrected the test for U* image initialization.
(edit) @12195   19 years gusciora Commented out ImageConvolve section because of SDRS changes.
(edit) @12194   19 years gusciora Modified formatting for warning messages.
(edit) @12193   19 years gusciora Corrected location of the pslib.config file in the test file.
(edit) @12187   19 years Paul Price Adding psImageConvolveMask
(edit) @12186   19 years Paul Price The usual way is much faster (factor of 3) for filled kernels. Might …
(edit) @12185   19 years Paul Price Adding convolution benchmark utility
(edit) @12183   19 years Paul Price Whoops, wrong place.
(edit) @12181   19 years Paul Price Adding convolution benchmarking program.
(edit) @12180   19 years Paul Price Fixing, following API change.
(edit) @12179   19 years Paul Price Removing optional output image from psImageConvolve APIs due to …
(edit) @12171   19 years jhoblitt fix arrayAlloc()'s usage of psAlloc() so that is properly passing …
(edit) @12170   19 years jhoblitt fix a segfault in p_psDBFetchResult() when no rows are returned/ yet …
(edit) @12156   19 years gusciora Removed diag() macros.
(edit) @12155   19 years gusciora These were modified and then renamed to tap_psImageFFT.c and …
(edit) @12154   19 years gusciora Formally tap_psImageFFT2.c tap_psVectorFFT2.c. Since much of the …
(edit) @12128   19 years jhoblitt change psDBLastInsertID() to return long long
(edit) @12094   19 years gusciora Made several changes to keep the tap tests up-to-date with recent src …
(edit) @12072   19 years jhoblitt add psSlurpFilename()
(edit) @12001   19 years Paul Price Fixing tsum.
(edit) @12000   19 years Paul Price Generated kernel should be relative to the LAST data point (for OTA …
(edit) @11999   19 years Paul Price Fixing bug due to wrong sense of boolean.
(edit) @11998   19 years Paul Price Fixing error type.
(edit) @11977   19 years Paul Price psFitsReadHeaderSet was adding the headers so that the final result …
(edit) @11795   19 years magnier fixed counting to be consistent with dvoMakeCorrUnbin; this may break …
(edit) @11760   19 years Paul Price Fixing compilation problems following change to histogram API.
(edit) @11759   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11756   19 years Paul Price psClipIter returns immediately if no clipping is desired. Default is …
(edit) @11755   19 years Paul Price Can really only code a single rejection iteration in psClip, because …
(edit) @11729   19 years gusciora First version.
(edit) @11727   19 years Paul Price Adding convolution benchmarks program.
(edit) @11725   19 years Paul Price Moving FFT test into tap_psImageFFT2
(edit) @11724   19 years Paul Price Renaming psMetadataItemTransfer to psMetadataItemSupplement
(edit) @11719   19 years Paul Price Fixing allocation problem.
(edit) @11718   19 years Paul Price Adding tests of vector FFT: going back and forth
(edit) @11717   19 years Paul Price Testing that forward and backward FFTs work.
(edit) @11716   19 years Paul Price Row-by-row copy only necessary for children images.
(edit) @11714   19 years Paul Price Fixing memory corruption issue due to confusing columns and rows in …
(edit) @11712   19 years Paul Price Fixing apparent gcc 3.4.3 problem with preprocessor statements within …
(edit) @11711   19 years jhoblitt change selected psString*() functions into wrappers so file/lineo/func …
(edit) @11710   19 years jhoblitt change psLookupTableAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11709   19 years jhoblitt change psHashAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11708   19 years jhoblitt change psBitSetAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11707   19 years jhoblitt change psPixel*Alloc() functions to pass in file/lineno/func …
(edit) @11706   19 years jhoblitt change psMetadata*Alloc() functions to pass in file/lineno, func …
(edit) @11705   19 years jhoblitt change psListAlloc() & psListIteratorAlloc() into wrappers so …
(edit) @11704   19 years Paul Price Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
(edit) @11703   19 years Paul Price Reworked image convolution (split direct and FFT methods into separate …
(edit) @11701   19 years jhoblitt change psArrayAlloc(), psArrayAllocEmpty(), & psArrayRealloc() into …
(edit) @11700   19 years jhoblitt typo fix
(edit) @11699   19 years jhoblitt change psImageAlloc() & psImageRecycle() into wrappers so …
(edit) @11698   19 years jhoblitt change psVectorRecycle(), psVectorCopy, & psVectorCreate() into …
(edit) @11697   19 years jhoblitt update authors change psScalarAlloc() & psScalarCopy() into wrappers …
(edit) @11696   19 years jhoblitt change psVectorAllocEmpty() & psVectorAllocEmpty() into wrappers so …
(edit) @11695   19 years jhoblitt author update
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11693   19 years jhoblitt fix broken macro
(edit) @11692   19 years gusciora Correct the tests.
(edit) @11691   19 years gusciora Added tap_psImagePixelExtract.c
(edit) @11690   19 years gusciora First version: tap_psImagePixelExtract.c. 4 failed subtests.
(edit) @11689   19 years gusciora No changes made.
(edit) @11688   19 years gusciora Fixed uninitialized variable errorFlag.
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11685   19 years gusciora Fixed small compiler errors due to new compile flags.
(edit) @11684   19 years gusciora include string.h
(edit) @11683   19 years gusciora Removed compile errors.
(edit) @11682   19 years gusciora Added ImageConvolve.
(edit) @11681   19 years gusciora First version. 3 known failures.
(edit) @11680   19 years Paul Price Fixing logical error.
(edit) @11675   19 years jhoblitt cast const struct memory to void * for psFree()
(edit) @11674   19 years jhoblitt change psFree() macro to *NOT* cast all pointers to (void *) change …
(edit) @11673   19 years Paul Price Adding PS_ASSERT_IMAGE_TYPE_F32_OR_F64.
(edit) @11672   19 years jhoblitt remove all use of psType.h types -- psMemory.h now has no ps*.h …
(edit) @11670   19 years jhoblitt remove psTest (unused, bit rotted)
(edit) @11669   19 years jhoblitt move psPolynomial*metdata() functions from psMetdata.* into …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11667   19 years gusciora Fixed memory leaks
Note: See TracRevisionLog for help on using the revision log.