IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11768   19 years jhoblitt typo
(edit) @11767   19 years jhoblitt add p4SkyCellMap metdata format
(edit) @11766   19 years jhoblitt add p4tool -tooverlap mode
(edit) @11765   19 years jhoblitt add p4tool -exp & -imfile
(edit) @11764   19 years jhoblitt require ippdb 1.1.5
(edit) @11763   19 years jhoblitt stub out the new & improved p4tool with functionality broken out into …
(edit) @11762   19 years Paul Price Propagating API change in psImageStats.
(edit) @11761   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11760   19 years Paul Price Fixing compilation problems following change to histogram API.
(edit) @11759   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11758   19 years jhoblitt tweak p4tool modes
(edit) @11757   19 years jhoblitt add "Trouble Shooting Build Issues" section
(edit) @11756   19 years Paul Price psClipIter returns immediately if no clipping is desired. Default is …
(edit) @11755   19 years Paul Price Can really only code a single rejection iteration in psClip, because …
(edit) @11754   19 years Paul Price Fixing warning that CHIP.YPARITY wasn't matching the expected value …
(edit) @11753   19 years eugene adding libpaths needed on solaris
(edit) @11752   19 years eugene note solaris issues with netinet/ip.h
(edit) @11751   19 years eugene adding solaris notes
(edit) @11750   19 years eugene note different so compile flags for solaris
(edit) @11749   19 years Paul Price Adding fix to bug 853: when CELL.BIASSEC or CELL.TRIMSEC are specified …
(edit) @11748   19 years eugene adding more detailed lib and include searches
(edit) @11745   19 years eugene adding lib64 check for lin64, adding /lib
(edit) @11742   19 years eugene working on relastro
(edit) @11741   19 years Paul Price Fixing up str --> s32 for some identification numbers.
(edit) @11740   19 years Paul Price Updating phase 4 work flow.
(edit) @11739   19 years eugene fixed up mkbuild, psconfig.sh
(edit) @11738   19 years eugene update
(edit) @11737   19 years eugene updates
(edit) @11736   19 years jhoblitt fix p4Run mode & state checking funcs
(edit) @11735   19 years jhoblitt p2/p3 version reorg
(edit) @11733   19 years jhoblitt VERSION 1.1.4
(edit) @11732   19 years jhoblitt VERSION 1.1.4 p2/p3 version reorg & make the version fields part of …
(edit) @11731   19 years jhoblitt add p4tool -updaterun
(edit) @11730   19 years eugene updates
(edit) @11729   19 years gusciora First version.
(edit) @11728   19 years Paul Price Removing croak in favour of carp followed by exit, using an …
(edit) @11727   19 years Paul Price Adding convolution benchmarks program.
(edit) @11726   19 years Paul Price Renaming psMetadataItemTransfer to psMetadataItemSupplement
(edit) @11725   19 years Paul Price Moving FFT test into tap_psImageFFT2
(edit) @11724   19 years Paul Price Renaming psMetadataItemTransfer to psMetadataItemSupplement
(edit) @11723   19 years jhoblitt partial impliementation of new p4 design
(edit) @11722   19 years Paul Price Updating APIs for FFT and image convolution to match newly implemented …
(edit) @11720   19 years jhoblitt VERSION 1.1.3
(edit) @11719   19 years Paul Price Fixing allocation problem.
(edit) @11718   19 years Paul Price Adding tests of vector FFT: going back and forth
(edit) @11717   19 years Paul Price Testing that forward and backward FFTs work.
(edit) @11716   19 years Paul Price Row-by-row copy only necessary for children images.
(edit) @11715   19 years jhoblitt VERSION 1.1.1 attempt to normalize p4 tables
(edit) @11714   19 years Paul Price Fixing memory corruption issue due to confusing columns and rows in …
(edit) @11713   19 years jhoblitt missing semicolons
(edit) @11712   19 years Paul Price Fixing apparent gcc 3.4.3 problem with preprocessor statements within …
(edit) @11711   19 years jhoblitt change selected psString*() functions into wrappers so file/lineo/func …
(edit) @11710   19 years jhoblitt change psLookupTableAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11709   19 years jhoblitt change psHashAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11708   19 years jhoblitt change psBitSetAlloc() to pass in file/lineno/func whitespace fixes
(edit) @11707   19 years jhoblitt change psPixel*Alloc() functions to pass in file/lineno/func …
(edit) @11706   19 years jhoblitt change psMetadata*Alloc() functions to pass in file/lineno, func …
(edit) @11705   19 years jhoblitt change psListAlloc() & psListIteratorAlloc() into wrappers so …
(edit) @11704   19 years Paul Price Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
(edit) @11703   19 years Paul Price Reworked image convolution (split direct and FFT methods into separate …
(edit) @11702   19 years jhoblitt update psAbort() API
(edit) @11701   19 years jhoblitt change psArrayAlloc(), psArrayAllocEmpty(), & psArrayRealloc() into …
(edit) @11700   19 years jhoblitt typo fix
(edit) @11699   19 years jhoblitt change psImageAlloc() & psImageRecycle() into wrappers so …
(edit) @11698   19 years jhoblitt change psVectorRecycle(), psVectorCopy, & psVectorCreate() into …
(edit) @11697   19 years jhoblitt update authors change psScalarAlloc() & psScalarCopy() into wrappers …
(edit) @11696   19 years jhoblitt change psVectorAllocEmpty() & psVectorAllocEmpty() into wrappers so …
(edit) @11695   19 years jhoblitt author update
(edit) @11694   19 years jhoblitt ./sys header file cleanup: formatting/whitespace fixes add a …
(edit) @11693   19 years jhoblitt fix broken macro
(edit) @11692   19 years gusciora Correct the tests.
(edit) @11691   19 years gusciora Added tap_psImagePixelExtract.c
(edit) @11690   19 years gusciora First version: tap_psImagePixelExtract.c. 4 failed subtests.
(edit) @11689   19 years gusciora No changes made.
(edit) @11688   19 years gusciora Fixed uninitialized variable errorFlag.
(edit) @11687   19 years jhoblitt update psAbort() API
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11685   19 years gusciora Fixed small compiler errors due to new compile flags.
(edit) @11684   19 years gusciora include string.h
(edit) @11683   19 years gusciora Removed compile errors.
(edit) @11682   19 years gusciora Added ImageConvolve.
(edit) @11681   19 years gusciora First version. 3 known failures.
(edit) @11680   19 years Paul Price Fixing logical error.
(edit) @11679   19 years jhoblitt VERSION 1.1.1
(edit) @11678   19 years jhoblitt add missing ';'s
(edit) @11677   19 years jhoblitt cast 'const' params to psFree() to void *
(edit) @11676   19 years jhoblitt cast all 'const' variables to (void *) when calling psFree()
(edit) @11675   19 years jhoblitt cast const struct memory to void * for psFree()
(edit) @11674   19 years jhoblitt change psFree() macro to *NOT* cast all pointers to (void *) change …
(edit) @11673   19 years Paul Price Adding PS_ASSERT_IMAGE_TYPE_F32_OR_F64.
(edit) @11672   19 years jhoblitt remove all use of psType.h types -- psMemory.h now has no ps*.h …
(edit) @11671   19 years Paul Price Adding first cut at phase 4 scripts. These will need to be updated …
(edit) @11670   19 years jhoblitt remove psTest (unused, bit rotted)
(edit) @11669   19 years jhoblitt move psPolynomial*metdata() functions from psMetdata.* into …
(edit) @11668   19 years jhoblitt use 'bool' instead of psBool where-ever possible
(edit) @11667   19 years gusciora Fixed memory leaks
(edit) @11666   19 years gusciora Removed diag() and note() messages.
(edit) @11665   19 years gusciora Removed tests that cause an abort. Preserved ok() failure.
(edit) @11664   19 years jhoblitt update p4 model again
(edit) @11663   19 years gusciora This compiles now, but still doesn't run correctly.
Note: See TracRevisionLog for help on using the revision log.