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) @7867   20 years Paul Price Only execute if tracing is enabled.
(edit) @7866   20 years Paul Price When PS_NO_TRACE is set, psTraceGetLevel and psTraceGetDestination …
(edit) @7865   20 years jhoblitt change ->parse() to gracefully handle undef and empty strings
(edit) @7864   20 years jhoblitt gracefully handle p2PendingFrameSearch() failing
(edit) @7863   20 years jhoblitt change pendingArgs to start with NULL values
(edit) @7862   20 years Paul Price Getting rid of warning: 'autoheader: error: AC_CONFIG_HEADERS not …
(edit) @7861   20 years jhoblitt add psTimeStrftime()
(edit) @7860   20 years Paul Price Removing normalisation to unity.
(edit) @7859   20 years Paul Price Check that the r/o can be read (by looking for the HDU) before …
(edit) @7858   20 years Paul Price Fixing error messages. Fixing the image size limit check (was >= …
(edit) @7857   20 years Paul Price Was missing a comma.
(edit) @7856   20 years Paul Price Fixing "special" value for integer types.
(edit) @7855   20 years Paul Price Fixing pmFlatField function: cleaning out unnecessary tests, fixing …
(edit) @7854   20 years Paul Price Adding psStringSubstitute.
(edit) @7853   20 years Paul Price Fixing definition of psStringSubstitute.
(edit) @7852   20 years Paul Price Reverting psString to previous version (with some small improvements) …
(edit) @7851   20 years Paul Price pmConceptsAverageCells shouldn't have to set the binning, offsets.
(edit) @7850   20 years Paul Price TRIMSEC can be NULL.
(edit) @7849   20 years Paul Price Adding pmConceptsAverageCells() from previous cellConcepts() in …
(edit) @7848   20 years jhoblitt partial conversion to the new *Config() setup
(edit) @7847   20 years drobbin Fixed memory leaks in psMetadataConfig (p_psMetadataKeyArray) from …
(edit) @7846   20 years Paul Price * Moving common functions (convertFitsToPsType and …
(edit) @7845   20 years jhoblitt remove unnecessary PS_META_DUPLICATE_OK flags
(edit) @7844   20 years jhoblitt remove non psMetadataConfig output
(edit) @7843   20 years jhoblitt fix PX_FRAME_SEARCH() to handle missing imfiles
(edit) @7842   20 years Paul Price Free the data associated with the cell, not the cell itself.
(edit) @7841   20 years Paul Price Got the number of files and number of cells around the wrong way.
(edit) @7840   20 years Paul Price Darks weren't getting scaled, because it was simply returning without …
(edit) @7839   20 years Paul Price Was freeing stuff I shouldn't have.
(edit) @7838   20 years Paul Price Free data as we go.
(edit) @7837   20 years Paul Price Adding cleanup. Arguments metadata exists on pmConfig after having …
(edit) @7836   20 years Paul Price Adding offsets for regions on the image (since readout->image is often …
(edit) @7835   20 years Paul Price Create a header if none yet exists to write to.
(edit) @7834   20 years Paul Price Adding check on source header.
(edit) @7833   20 years Paul Price Adding check on source header.
(edit) @7832   20 years jhoblitt change/fix psMetadataConfigFormat()'s to properly declare MULTIs
(edit) @7831   20 years drobbin Added test for psStringSubstitute. Ran test, fixed errors. Fxn now …
(edit) @7830   20 years jhoblitt fix MULTI METADATA support
(edit) @7829   20 years Paul Price Don't have to allocate config->arguments.
(edit) @7828   20 years Paul Price Adding pmFringeStatsConcatenate()
(edit) @7827   20 years Paul Price Initialise the arguments.
(edit) @7826   20 years Paul Price First import of ppFringe. Currently compiles; not yet tested. …
(edit) @7825   20 years Paul Price Don't produce an error message if you can't find a "blank PHU".
(edit) @7824   20 years Paul Price Changing name.
(edit) @7823   20 years Paul Price Allowing the writing of a completely minimal header.
(edit) @7822   20 years jhoblitt misc arg handling improvements
(edit) @7821   20 years jhoblitt fix arg handling (setup args with NULL instead of "") misc arg …
(edit) @7820   20 years jhoblitt update p0searchConfig()
(edit) @7819   20 years jhoblitt revert to the previous pmConfigRead() prototype
(edit) @7818   20 years Paul Price API change to pmConfigRead.
(edit) @7817   20 years Paul Price Storing argc as a pointer in pmConfig. As it's a pointer to the …
(edit) @7816   20 years Paul Price Adding PS_ASSERT_ARRAY macros.
(edit) @7815   20 years jhoblitt always use the PXTOOL_MODE macro
(edit) @7814   20 years Paul Price Catching memory leaks.
(edit) @7813   20 years Paul Price Adding tap version of test to .cvsignore.
(edit) @7812   20 years Paul Price Adding .cvsignore files for tap testing.
(edit) @7811   20 years Paul Price Plugging memory leak.
(edit) @7810   20 years Paul Price Plugging memory leak.
(edit) @7809   20 years Paul Price Catching memory leak.
(edit) @7808   20 years jhoblitt fix psVectorExtend() tests
(edit) @7807   20 years Paul Price Adding error condition.
(edit) @7806   20 years jhoblitt don't set psVector->n for newly psVectorAlloc()'d vectors
(edit) @7805   20 years jhoblitt skip tests on NULL pointers
(edit) @7804   20 years jhoblitt change LT_VERSION to 0:13:0
(edit) @7803   20 years Paul Price Changing "readout size" to "scan number" as the iteration counter.
(edit) @7802   20 years Paul Price Get the output image size from the concepts instead of the image --- …
(edit) @7801   20 years jhoblitt reapply 1.70
(edit) @7800   20 years jhoblitt version to 0.12.99
(edit) @7797   20 years jhoblitt use .0 instead of .00 in the version
(edit) @7796   20 years jhoblitt use .0 instead of .00 in the version
(edit) @7795   20 years jhoblitt rollback 1.70 prepare for 0.12.0 release
(edit) @7794   20 years jhoblitt prepare for 0.12.0 release
(edit) @7793   20 years jhoblitt remove verified from EXTRA_DIST as make dist can't handle …
(edit) @7792   20 years Paul Price Added P_PM_RECIPE_SOURCE_SYMBOLIC
(edit) @7791   20 years Paul Price Fixed bug in symbolic links for recipes: the site recipes and the …
(edit) @7790   20 years jhoblitt add psVectorCopy() tests
(edit) @7789   20 years jhoblitt add psVectorLength() tests
(edit) @7788   20 years jhoblitt add psVectorCountPixelMask() tests
(edit) @7787   20 years jhoblitt add psVectorGet() & psVectorSet() tests
(edit) @7786   20 years jhoblitt add psVectorCreate() tests
(edit) @7785   20 years jhoblitt add psVectorInit() tests
(edit) @7784   20 years eugene added
(edit) @7783   20 years eugene updates
(edit) @7782   20 years eugene fixes..
(edit) @7781   20 years eugene update Makefile
(edit) @7780   20 years eugene update addstar
(edit) @7779   20 years jhoblitt add psVectorExtend() tests
(edit) @7778   20 years magnier more updates to tap_psVector.c
(edit) @7777   20 years jhoblitt fwv
(edit) @7775   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @7773   20 years jhoblitt add tap_psVector libtap test driver example
(edit) @7772   20 years magnier minor bugs in psIOBuffer
(edit) @7771   20 years eugene added addstar option, not well tested; converted detselect to use …
(edit) @7770   20 years magnier added psPipe, psIOBuffer, added to detselect
(edit) @7769   20 years magnier replaced PS_IMAGE_SET and PS_VECTOR_SET with psImageInit, psVectorInit
(edit) @7768   20 years jhoblitt fix MySQL time support (no searching support yet)
(edit) @7767   20 years Paul Price Adding psAssert.h
(edit) @7766   20 years Paul Price Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
(edit) @7765   20 years Paul Price Removed macros to create static variables. Removed PS_IMAGE_SET …
(edit) @7764   20 years Paul Price Removing static variables. See bug 768.
Note: See TracRevisionLog for help on using the revision log.