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) @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 …
(edit) @20130   18 years Paul Price No need to throw an error on a bad type: this function is used for …
(edit) @20104   18 years Paul Price Simple dereferencing for tight loop to see if it makes any difference …
(edit) @20075   18 years eugene report weight of 0 for un-fitted pixels
(edit) @20020   18 years Paul Price Suppress test output.
(edit) @19996   18 years eugene modify the error handling for psEllipsePolToAxes
(edit) @19995   18 years eugene filter out nan values from fit
(edit) @19984   18 years Paul Price Adding additional trace message.
(edit) @19960   18 years Paul Price map->stats doesn't have to be defined except for psImageMapGenerate: …
(edit) @19927   18 years eugene pass all unspecified NULL types as a NULL ptr
(edit) @19895   18 years Paul Price Adding psImageSmoothMask: a faster version of psImageSmoothMaskF32 (by …
(edit) @19892   18 years Paul Price Allow comparison of arithmetic types with strings: the string is …
(edit) @19885   18 years eugene init variable
(edit) @19872   18 years Paul Price Was writing compressed-translated versions of some headers when we …
(edit) @19845   18 years eugene non-finite beta is info, not error; allow rho ~< 0
(edit) @19844   18 years eugene comment
(edit) @19843   18 years eugene remove error call for matrix with non-finite elements
(edit) @19805   18 years eugene adding the ability to specify boolean comparisons on the comment
(edit) @19804   18 years eugene fix casting error for NAN / NULL values
(edit) @19778   18 years eugene adding boolean expressions to psMetadataItemCompare (in template comment)
(edit) @19737   18 years Paul Price * GPC1 header keywords for the time don't include the middle 'T', so …
(edit) @19668   18 years Paul Price Print unsupported types too.
(edit) @19539   18 years Paul Price Optimising psPixelsConcatenate: use of qsort took ages. Split into …
(edit) @19504   18 years eugene drop deprecated code
(edit) @19502   18 years eugene adding psVectorAppend function
(edit) @19501   18 years eugene test return status of psMatrixGJSolve
(edit) @19384   18 years Paul Price Adding functions psFitsWriteImageCubeWithMask and …
(edit) @19383   18 years Paul Price Adding capability for a mask to be provided when determining …
(edit) @19382   18 years Paul Price Quantisation was making test fail.
(edit) @19354   18 years Paul Price Gene found a bug in the definition of [ij]Max. This is a simplified …
(edit) @19304   18 years eugene more detail on trace
(edit) @19298   18 years Paul Price psThreadJob is now mutable.
(edit) @19297   18 years Paul Price Adding result array to psThreadJob
(edit) @19270   18 years Paul Price The bad pixels were coming through in ds9 as the maximum value. …
(edit) @19252   18 years Paul Price Only wait for the thread pool if we're threaded. Otherwise we can end …
(edit) @19244   18 years Paul Price Fixing bad variable that was in ALL autogen scripts.
(edit) @19240   18 years Paul Price Don't increment the size of pixels array bit by bit.
(edit) @19232   18 years Paul Price GNU systems define a "fast" mutex that is non-portable (i.e., …
(edit) @19228   18 years Paul Price Variance factor wasn't being corrected for the sum of the (now …
(edit) @19151   18 years Paul Price Adding 'const'.
(edit) @19146   18 years Paul Price Mask value going in to psImageInterpolate needs to be initialised.
(edit) @19140   18 years Paul Price Adding option of allowing 'exact' shifts when doing interpolation. …
(edit) @19133   18 years Paul Price Some tests are caught by the compiler --- disabled.
(edit) @19129   18 years Paul Price Changing how interpolation works with masked pixels. Previously, the …
(edit) @19128   18 years Paul Price memBlock->nextBlock wasn't being set when !lastMemBlockAllocated. …
(edit) @19120   18 years Paul Price Adding error checking for mutexes.
(edit) @19085   18 years eugene big re-write to make thread-efficient; the psPolynomialMD structure …
(edit) @19070   18 years eugene use a local char for the temporary pointer
(edit) @19058   18 years Paul Price Learned that of all the fftw_ calls, only fftw_execute is thread-safe: …
(edit) @19057   18 years Paul Price Renamed psThreadTaskDelete to psThreadTaskRemove to maintain …
(edit) @19056   18 years Paul Price Adding psMutex type (just pthread_mutex_t) to avoid problems …
(edit) @19052   18 years Paul Price FFTW needs math library.
(edit) @19035   18 years eugene created psFitsDumpErors to dump all CFITSIO errors in the stack; also …
(edit) @19034   18 years eugene adding p_psErrorV and equivalent macro
(edit) @19023   18 years Paul Price Added functions to control threading for image convolution.
(edit) @19022   18 years Paul Price Added function to delete thread tasks.
(edit) @19016   18 years Paul Price Using a hash instead of an array for the tasks --- makes the lookup …
(edit) @19015   18 years Paul Price Adding functions to control threading of psImageConvolve functions.
(edit) @19004   18 years Paul Price Only need to warn if the user is attempting to turn threading on.
(edit) @18990   18 years Paul Price Wasn't using the conditional compilation correctly.
(edit) @18959   18 years Paul Price Adding support for FFTW threading.
(edit) @18958   18 years Paul Price Adding FFT threading header.
(edit) @18957   18 years Paul Price Working psImageConvolveMask into threads, since it can take a while.
(edit) @18956   18 years Paul Price Adding function to initiate FFT threading.
(edit) @18955   18 years Paul Price Fixing memory problem with psListGetAndRemove. This function must …
(edit) @18954   18 years Paul Price Adding PS_ARRAY_ADD_SCALAR
(edit) @18953   18 years Paul Price Cleaning up thread functions, documenting header. Added 'harvest' …
(edit) @18892   18 years eugene adding a macro for looking up data on a scalar
(edit) @18891   18 years Paul Price Quote so that comma is not interpreted as a break.
(edit) @18876   18 years eugene added a tmpData and tmpMask element to psStats for multithreading …
(edit) @18869   18 years Paul Price Don't write header keywords particular to compressed images in …
(edit) @18827   18 years eugene added psThread code
(edit) @18826   18 years eugene fixed mutex error in psRealloc, cleaned organization a bit, removed …
(edit) @18825   18 years eugene added psListGetAndRemove function
(edit) @18824   18 years eugene added a comment
(edit) @18714   18 years Paul Price psMetadataIteratorSet should return "true" even if it didn't find the …
(edit) @18617   18 years Paul Price item->data.str and item->data.V *should* be the same, but V makes more …
(edit) @18590   18 years Paul Price Making UpdateImage look like WriteImage.
(edit) @18580   18 years eugene plug memory leak
(edit) @18494   18 years eugene minor
(edit) @18493   18 years eugene added a comment
(edit) @18421   18 years Paul Price Putting in ffrdef in other places --- just in case!
(edit) @18420   18 years Paul Price Force a re-scan of the header to ensure everything's kosher. Was …
(edit) @18392   18 years Paul Price Plugging memory leak.
(edit) @18344   18 years Paul Price Allow input coordinates to be of any type.
(edit) @18335   18 years Paul Price Fixing syntax errors.
(edit) @18334   18 years Paul Price Adding psTreeNearestWithin
(edit) @18333   18 years Paul Price Adding additional test case.
(edit) @18332   18 years Paul Price Adding tests for psVectorSelect
(edit) @18331   18 years eugene revert to 1.224 until PS_SELECT bug is fixed; (fixed return value)
(edit) @18317   18 years Paul Price Adding psTreeWithin and psTreeWithinAny
(edit) @18312   18 years Paul Price Using a select instead of sort when calculating medians. Hopefully, …
(edit) @18311   18 years Paul Price Adding selection functions.
Note: See TracRevisionLog for help on using the revision log.