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) @17355   18 years eugene white space
(edit) @17331   18 years Paul Price Adding in-place mask convolution.
(edit) @17330   18 years Paul Price Adding test for psImageConvolveMaskFFT.
(edit) @17329   18 years Paul Price Shouldn't multiply by the maskVal --- it's set to 1 or zero. Shouldn't …
(edit) @17320   18 years Paul Price Optimising psImageConvolveFFT. Made a couple of optimisations: 1. …
(edit) @17317   18 years Paul Price Adding hint on producing profiling.
(edit) @17304   18 years Paul Price Fixing message.
(edit) @17302   18 years Paul Price Optimisation: using memcpy instead of copying each pixel.
(edit) @17301   18 years Paul Price Fixing API.
(edit) @17147   18 years Paul Price Adding goodness-of-fit parameters
(edit) @17075   18 years Paul Price Some idiot forgot the definition of "RMS", resulting in many values …
(edit) @17071   18 years Paul Price Reject high and low.
(edit) @17053   18 years Paul Price Empty strings were being returned as a single space. Looks like a …
(edit) @17050   18 years Paul Price Including strings.h for strcasecmp
(edit) @17048   18 years Paul Price Including strings.h for strcasecmp
(edit) @17035   18 years eugene adding PS_DEG_RAD, and PS_RAD_DEG
(edit) @17024   18 years eugene use psTimeFromString for time-based arguments; report errors if encountered
(edit) @17023   18 years eugene add psTimeFromString to parse various human-readable formats
(edit) @16993   18 years eugene minor formatting change
(edit) @16963   18 years Paul Price Cleaning up --- was getting SEGVs.
(edit) @16944   18 years Paul Price Allow polynomials to have dimension of zero --- just fit a constant. …
(edit) @16934   18 years Paul Price Check was unnecessary since we are setting bitpix ourselves.
(edit) @16910   18 years Paul Price Adding psImageShiftMask --- allows mask to follow the image when …
(edit) @16873   18 years Paul Price Rework psPixelsConcatenate so that duplicates don't expand the size of …
(edit) @16838   18 years Paul Price psPolynomialMDEval was in a horrible half-state of implementation.
(edit) @16825   18 years Paul Price Allow Boolean values to be written to FITS tables. Since we can't use …
(edit) @16822   18 years Paul Price Translate keywords when writing compressed, e.g., SIMPLE --> ZSIMPLE.
(edit) @16814   18 years Paul Price Propagating source information.
(edit) @16813   18 years Paul Price Propagating allocation information.
(edit) @16812   18 years Paul Price Need to set mask.
(edit) @16811   18 years Paul Price Number of iterations may be 0
(edit) @16794   18 years Paul Price Remove debugging.
(edit) @16793   18 years Paul Price Adding psPolynomialMD --- multidimensional polynomial fitting (without …
(edit) @16696   18 years jhoblitt re-enable thread safety in p_psDBRunQueryPrepared()
(edit) @16695   18 years jhoblitt fix query cache memory corruption
(edit) @16694   18 years jhoblitt first attempt at implementing a prepared statement query cache
(edit) @16679   18 years Paul Price No reason to set row0,col0 for the output image --- it's not set when …
(edit) @16676   18 years Paul Price Typo.
(edit) @16672   18 years Paul Price Trying to make the scaling of floating-point images a bit more robust. …
(edit) @16665   18 years Paul Price Fixing bug 1046 --- cfitsio assigns the values associated with COMMENT …
(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 …
Note: See TracRevisionLog for help on using the revision log.