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) @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.
(edit) @21207   17 years Paul Price Adding functions for calculating covariance from image convolutions. …
(edit) @21206   17 years Paul Price Need additional headers to use the PS_ASSERT_KERNEL_NON_NULL macro.
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21172   17 years eugene adding mask and maskVal to vector eval functions
(edit) @21169   17 years giebink conform to src
(edit) @21117   18 years Paul Price Increasing number of retries when opening a FITS file. Previously was …
(edit) @21116   18 years Paul Price Cleaning up.
(edit) @21107   18 years Paul Price Adding const.
(edit) @21081   18 years eugene check and retry for existence of containing directory
(edit) @21040   18 years eugene allow points a little beyond edge of image
(edit) @21036   18 years eugene allow psImageUnbin to go a bit more beyond the edge of the image
(edit) @21031   18 years giebink Doxygen update
(edit) @21028   18 years Paul Price Adding support for read/write 64-bit integers.
(edit) @21027   18 years Paul Price Use psWarning instead of psLogMsg.
(edit) @21012   18 years giebink * empty log message *
(edit) @21011   18 years giebink * empty log message *
(edit) @20835   18 years Paul Price Ensure everything is harvested, even if threads are off.
(edit) @20834   18 years Paul Price Ensure all jobs are harvested before returning.
(edit) @20830   18 years Paul Price Return old threading status so it can be restored.
(edit) @20767   18 years eugene rename psImageUnbinPixel_V2 to psImageUnbinPixel
(edit) @20766   18 years eugene fixed psImageUnbinPixel and psImageUnbin so they are consistent and …
(edit) @20765   18 years eugene apply nX,Yskip to region conversions; set default values for binning …
(edit) @20758   18 years Paul Price Catch sumKernel=0 to prevent FPE.
(edit) @20632   18 years eugene need to include ZDATASUM and ZHECKSUM in list of excluded keywords
(edit) @20595   18 years eugene explicit test of bad time (so we can break on it)
(edit) @20566   18 years Paul Price When convolving using an FFT, make the size of images that are FFT-ed …
(edit) @20547   18 years Sebastian Jester Ignore return value of write in a way that really avoids the compiler …
(edit) @20546   18 years Sebastian Jester Ignore return value of write in a way that makes compiler happy and …
(edit) @20529   18 years Paul Price Throw away return value of 'write', to avoid compiler warning: …
(edit) @20515   18 years Paul Price Adding string.h (for strlen).
(edit) @20514   18 years Paul Price Catch !string.
(edit) @20479   18 years Paul Price Making the comparison operation buried in a metadata comment …
(edit) @20462   18 years eugene adding a threaded version of psImageSmoothMask (only supports F32 for now)
(edit) @20460   18 years Paul Price Just noticed cut/paste error.
(edit) @20417   18 years Paul Price Shouldn't generate an error when the key doesn't exist --- test for it …
(edit) @20333   18 years Paul Price Catch case when sumKernel = 0.
(edit) @20327   18 years Paul Price Adding note on the importance of the order.
(edit) @20325   18 years Paul Price Fix interpolation with separable kernels: * sumKernel2 is now for the …
(edit) @20317   18 years Paul Price Sometimes the index rolls over.
(edit) @20315   18 years Paul Price More fixes for optimised builds.
(edit) @20314   18 years Paul Price Fixing what I knew to be wrong because it wouldn't compile optimised.
(edit) @20311   18 years Paul Price Moving what is now BIQUADRATIC interpolation (used to be BICUBE) into …
(edit) @20306   18 years Paul Price Reworking psImageInterpolate so that kernels are pre-calculated. …
(edit) @20299   18 years Paul Price Should be using the requested interpolation mode.
(edit) @20216   18 years eugene reduced background error verbosity
(edit) @20211   18 years Paul Price Adding parameter to psImageSmoothMask to control acceptance of masked …
(edit) @20207   18 years Paul Price Wasn't calculating the variance correctly, which led to psphot …
Note: See TracRevisionLog for help on using the revision log.