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) @24089   17 years eugene return NAN for dparams on failure; rename psMatrixGJSolveF32 to …
(edit) @24088   17 years eugene rename psMatrixGJSolveF32 to psMatrixGJSolve
(edit) @24087   17 years eugene add a test for an example ill-conditioned matrix
(edit) @24086   17 years eugene explicitly call either GJ or LU solve functions; fixed errors on …
(edit) @24085   17 years eugene rename psMatrixLUSolve to psMatrixLUSolution, psMatrixLUD to …
(edit) @24084   17 years eugene rename psMatrixLUSolve to psMatrixLUSolution, psMatrixLUD to …
(edit) @24083   17 years eugene reinstate tests with segfaults to remind us to fix them; modify …
(edit) @24072   17 years eugene delete deprecated test
(edit) @24071   17 years eugene deleting ancient test directories
(edit) @24070   17 years eugene deleting ancient test directories
(edit) @24024   17 years eugene re-allow tests to be built
(edit) @24023   17 years eugene fixed API errors
(edit) @24020   17 years eugene add test of specific problem images for psMatrixGJSolve
(edit) @24019   17 years eugene ignore tap_psMatrix08
(edit) @23989   17 years eugene always handle psVectorStats false return status (is an error); check …
(edit) @23988   17 years eugene * converted a few critical traces to logs * removed the excessive -- …
(edit) @23984   17 years eugene added some test code to verify GJ elimination: move to a real test
(edit) @23983   17 years eugene replace LU-decomp solver with real Gauss-Jordan elimination (which …
(edit) @23915   17 years eugene a multi results in an OR set for LIKE as well as == eg: (A LIKE foo OR …
(edit) @23882   17 years Paul Price Adding function to calculate covariance pseudo-matrix when binning.
(edit) @23859   17 years Paul Price There's no reason why multiple '@' characters can't appear on the same …
(edit) @23807   17 years Paul Price Fixing old names.
(edit) @23793   17 years Paul Price Making version information not dependent upon running configure, but …
(edit) @23787   17 years Paul Price Found good way to set version information.
(edit) @23738   17 years Paul Price Output directory isn't required.
(edit) @23694   17 years Paul Price Cleaning up.
(edit) @23507   17 years Paul Price Resolving ticket 1109: bus error in pxinject was due to endian bug …
(edit) @23486   17 years Paul Price Functions declared as 'type function()' caused errors with the Intel …
(edit) @23444   17 years Paul Price Adding assertion to catch error in psImageAlloc.
(edit) @23443   17 years Paul Price Allocators should never return NULL.
(edit) @23416   17 years eugene do not error on nan values in vector; just skip them
(edit) @23401   17 years Paul Price Don't panic if there's no covariance to transfer!
(edit) @23376   17 years Paul Price Don't write the compressed keywords even if we aren't compressing --- …
(edit) @23327   17 years eugene skip inf/nan in input vectors for sample mean, stdev
(edit) @23305   17 years eugene added psMemTypeEqual to compare types for two (psAlloc-ed) pointers
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(edit) @23288   17 years Paul Price Catch errors in metadata formating.
(edit) @23269   17 years Paul Price Since psRandomSeed returns the seed used, don't advertise it on the …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @23231   17 years Paul Price Lanczos kernel wasn't being calculated correctly, resulting in …
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23216   17 years Paul Price Don't truncate log files!
(edit) @23182   17 years Paul Price Using PKG_CHECK_MODULES instead of AC_CHECK_ --- this ensures the …
(edit) @23159   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23149   17 years Paul Price Adding new header file.
(edit) @23148   17 years Paul Price Adding function psLibVersionHeader to populate a header with the …
(edit) @23116   17 years Paul Price Adding function psLibDependencies to get the dependencies and their …
(edit) @23115   17 years Paul Price Put together system to identify the version that was built. …
(edit) @22738   17 years Paul Price Add checking for non-finite covariance elements.
(edit) @22737   17 years Paul Price Removing old directory
(edit) @22729   17 years Paul Price Since we're now writing a covariance matrix to the end of the variance …
(edit) @22727   17 years Paul Price Removing old directory names that seem to have been revived in the svn …
(edit) @22714   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22710   17 years Paul Price Make the number of decimals used by psTimeToISO configurable. MySQL …
(edit) @22708   17 years Paul Price MySQL only handles microseconds --- it barfs on nanoseconds
(edit) @22707   17 years Paul Price Fixing display of times: no Z because it's not necessarily Zulu (UTC) …
(edit) @22705   17 years Paul Price Convert all times to TAI before generating JD or MJD.
(edit) @22684   17 years Paul Price Ensure double arithmetic
(edit) @22682   17 years Paul Price API for psTimeConvert was confusing: the time is converted in-place, …
(edit) @22681   17 years Paul Price Adding assertion on image type, since it's assumed in the code.
(edit) @22680   17 years Paul Price psTimeToISO now produces 9 decimal places. A new function, …
(edit) @22679   17 years Paul Price Adding the last two leap seconds.
(edit) @22678   17 years Paul Price Cleaning up
(edit) @22432   17 years Paul Price Didn't convert arguments when changing psWarning to psError.
(edit) @22431   17 years Paul Price More detail in error messages.
(edit) @21535   17 years Paul Price It seems to be impossible for us to directly write out U16 with PLIO …
(edit) @21518   17 years eugene calculate error on psImageBicubeMin
(edit) @21517   17 years eugene added m4 entries
(edit) @21467   17 years Paul Price Adding trivial case.
(edit) @21466   17 years Paul Price Adding function psImageCovarianceTransfer to transfer the covariance …
(edit) @21465   17 years giebink updated to psImageMaskType from psMaskType
(edit) @21431   17 years bills when waiting for fits file's directory to be accessible, only double …
(edit) @21401   17 years eugene define formatted and unformatted versions of p_psDBRunQuery and …
(edit) @21400   17 years eugene disable building test directory for now: why is this failing on my …
(edit) @21390   17 years eugene avoid non-static format without supplied following argument
(edit) @21389   17 years eugene wrong arguments to psError
(edit) @21388   17 years eugene wrong size of static array diag_sum
(edit) @21383   17 years Paul Price Fixing ranges.
(edit) @21382   17 years Paul Price More efficient determination of truncation radius. Sums need to be of …
(edit) @21349   17 years eugene fixed macros to work under USE_GNU and PS_MUTEX_CAREFUL (removed …
(edit) @21348   17 years eugene clarified the error message
(edit) @21347   17 years eugene added mutexes to protect the psImage children management
(edit) @21346   17 years eugene added MUTEX around refCounter ++ and --; changed p_psMemAllocID to …
(edit) @21337   17 years Paul Price Fixing range to avoid SEGV.
(edit) @21335   17 years Paul Price Adding function to return the kernel used for smoothing (so we can use …
(edit) @21324   17 years Paul Price Fixing range for summation.
(edit) @21322   17 years Paul Price Fixing memory corruption bug.
(edit) @21316   17 years Paul Price Adding function to truncate a covariance matrix. This should help to …
(edit) @21298   17 years Paul Price Adding function to sum covariance matrices.
(edit) @21291   17 years Paul Price I think this is a better expression for the size of the covariance …
(edit) @21290   17 years Paul Price Need to normalise the kernel, since that's what the interpolation does
(edit) @21288   17 years Paul Price Simplifying using extant function.
(edit) @21286   17 years Paul Price -INT_MIN is wrong.
(edit) @21285   17 years Paul Price Wasn't determining range properly.
(edit) @21284   17 years Paul Price Using wrong version of kernel caused SEGV.
(edit) @21283   17 years Paul Price Adding psImageCovariance.h
(edit) @21281   17 years Paul Price Fixing build errors.
(edit) @21280   17 years Paul Price Adding function to return an interpolation kernel. Intend to use this …
(edit) @21278   17 years bills Remove semi-colon that was causing lots of compile warnings
(edit) @21215   17 years Paul Price Simplifying declarations with multiple types.
Note: See TracRevisionLog for help on using the revision log.