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) @16645   18 years eugene allow test of HISTORY values in comment
(edit) @16635   18 years eugene add ability to compare a PS_STRING to a list of PS_STRINGS …
(edit) @16549   18 years Paul Price ieee754.h doesn't exist on MacOS X. Moved required definition from …
(edit) @16503   18 years eugene allow empty region string to imply [0:0,0:0] : REVIEW
(edit) @16422   18 years Paul Price Cleaning up some of the pixels operations.
(edit) @16351   18 years Paul Price I no longer believe that I should be normalising the variance kernel. …
(edit) @16338   18 years Paul Price Removing entire concept of specifying a protocol to psMessageDestination.
(edit) @16337   18 years Paul Price Changing behaviour of psMessageDestination so that a protocol is not …
(edit) @16216   18 years Paul Price Protecting against SEGV when item->data.V is NULL.
(edit) @16204   18 years Paul Price Guarding against SEGV on !options.
(edit) @16197   18 years Paul Price Removing psFitsScalingMeasure, since psImageBackground removes all …
(edit) @16185   18 years Paul Price Merging pap_branch_080117 onto mainline.
(edit) @16115   19 years Paul Price Adding required include files.
(edit) @16114   19 years jhoblitt handle psArg* time option prinint when there is no default value
(edit) @16113   19 years jhoblitt add psTime support to psArgs*
(edit) @16108   19 years Paul Price Changing function names
(edit) @16095   19 years Paul Price Renaming functions for clarity. e.g., "convertImageWrite" did not …
(edit) @15959   19 years eugene missing break resulted in memory corruption
(edit) @15958   19 years eugene need to exclude mostly-masked pixels, use nan as a sentinel
(edit) @15938   19 years eugene add hack min limit on input pixels
(edit) @15920   19 years eugene default bscale
(edit) @15919   19 years eugene oops, FITS 8-bit data is U8 not S8
(edit) @15909   19 years eugene disabling floating-point fuzzing of data; it is not working and it …
(edit) @15908   19 years eugene fixed mis-match in psType to CFITSIO type for U8, S8; avoid setting …
(edit) @15841   19 years Paul Price A little bit of cleaning up, and making it so that the statistic to be …
(edit) @15840   19 years Paul Price Adding psStatsMeanOption and psStatsStdevOption
(edit) @15824   19 years Paul Price LU decomp doesn't allow in-place processing.
(edit) @15823   19 years Paul Price I always forget the "break".
(edit) @15820   19 years Paul Price Removing Numerical Recipes code that was noted to be 'temporary': …
(edit) @15818   19 years Paul Price Adding psSort.h to the install.
(edit) @15794   19 years Paul Price Adding comments to header file.
(edit) @15785   19 years Paul Price Fixing matrix multiplication. The check of dimensions was wrong, so I …
(edit) @15768   19 years Paul Price Fixing psMatrixTranspose to allow transposition of non-square matrices.
(edit) @15767   19 years Paul Price Determinant should be optional in psMatrixDeterminant.
(edit) @15760   19 years Paul Price Fixing use of macro.
(edit) @15759   19 years Paul Price Adding additional details in assertions.
(edit) @15714   19 years Paul Price Fixing comment.
(edit) @15713   19 years Paul Price Removing sort code of unknown (and suspicious: NR?) provenance from …
(edit) @15712   19 years Paul Price Removing stupid test.
(edit) @15711   19 years Paul Price Removing heap sort code that was straight out of Numerical Recipes. …
(edit) @15710   19 years Paul Price Wrong number of tests.
(edit) @15709   19 years gusciora Cosmetic changes only.
(edit) @15708   19 years gusciora Removed bug with the psFitsTable().
(edit) @15693   19 years Paul Price Case-insensitive matching.
(edit) @15692   19 years Paul Price Ensure case-insensitive comparison for min and max.
(edit) @15662   19 years Paul Price Adding check to see if we're on the PHU, in which case we …
(edit) @15640   19 years eugene crash on mismatched images
(edit) @15630   19 years Paul Price Integrating the code to choose the output BITPIX (and quantising …
(edit) @15627   19 years Paul Price Don't always want to tell everyone what random seed we've chosen.
(edit) @15625   19 years Paul Price Adding "NONE" for no compression.
(edit) @15615   19 years jhoblitt add additional tracing to psDBLastInsertID()
(edit) @15607   19 years Paul Price Tidying up.
(edit) @15599   19 years gusciora Added input parameter assert: PS_ASSERT_IMAGE_NON_NULL(field, …
(edit) @15598   19 years gusciora Added psMemCheckImageMap()
(edit) @15586   19 years eugene adding a note
(edit) @15524   19 years Paul Price Should only allocate as much memory for string as is required.
(edit) @15523   19 years Paul Price Adding some additional memory instrumentation. Adding warning about …
(edit) @15507   19 years Paul Price Removing field in psImageMap to avoid carrying around a reference to …
(edit) @15505   19 years Paul Price Remove mmap code --- should not have done this in the first place.
(edit) @15503   19 years Paul Price Putting back change that caused memory corruption. Need to …
(edit) @15502   19 years Paul Price Removing extraneous +1.
(edit) @15498   19 years Paul Price Needed header file for PS_MIN
(edit) @15497   19 years Paul Price Reducing duplication.
(edit) @15496   19 years Paul Price No need to make string longer than its true length.
(edit) @15495   19 years Paul Price No need to cut strings off at 1024 characters.
(edit) @15493   19 years Paul Price Fixing typo.
(edit) @15492   19 years Paul Price Adding memory instrumentation for psImageCopy.
(edit) @15456   19 years Paul Price Adding additional information for tracking memory leaks.
(edit) @15454   19 years Paul Price Propagating allocation information, so leaks can be tracked down easier.
(edit) @15437   19 years Paul Price Plugging memory leak.
(edit) @15419   19 years Paul Price Adding PS_ASSERT_PTR_NULL
(edit) @15411   19 years Paul Price Replacing mmap with psSlurp. The proper behaviour of mmap when the …
(edit) @15410   19 years Paul Price Needs to know about psString.
(edit) @15407   19 years Paul Price Free what we've allocated in the event of an error.
(edit) @15406   19 years Paul Price Only free the vector if we allocated it.
(edit) @15384   19 years Paul Price psMessageDestination should not set anything for the log message, …
(edit) @15377   19 years gusciora Added a psMemCheckBinning() function.
(edit) @15370   19 years Paul Price Cleaned up code. Some required code was hidden in !PS_NO_TRACE …
(edit) @15335   19 years Paul Price Adding psFitsFloat.[ch] for quantising (and unquantising) …
(edit) @15324   19 years Paul Price Printing hex value of seed.
(edit) @15321   19 years Paul Price Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to …
(edit) @15320   19 years Paul Price Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask …
(edit) @15269   19 years jhoblitt add whitespace to a trace
(edit) @15261   19 years Paul Price Adding assertion.
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15253   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET
(edit) @15249   19 years Paul Price Adding assertion on whether the FITS file is writable.
(edit) @15248   19 years Paul Price Adding function to return the number of rows in a FITS table. Also …
(edit) @15226   19 years Paul Price Handle NULL strings.
(edit) @15191   19 years Paul Price Translate the compressed image FITS headers to the proper header names …
(edit) @15179   19 years Paul Price Merging branch with FITS compression development.
(edit) @15126   19 years eugene for Robust Stats: - measure +/- 0.5, 1.0, 2.0 sigma fractions to …
(edit) @15115   19 years eugene fixed edge case error
(edit) @15076   19 years eugene added psArraySortIndex
(edit) @15075   19 years eugene rename psCompareFcn to psCompareFunc
(edit) @15070   19 years eugene comment
(edit) @15069   19 years eugene space
(edit) @15050   19 years eugene drop useless psMemCheckType, change PS_ASSERT_PTR to PS_ASSERT_PTR_NON_NULL
(edit) @15049   19 years eugene add comment
(edit) @15048   19 years eugene limit histogram to 10k bins
Note: See TracRevisionLog for help on using the revision log.