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) @7183   20 years Paul Price Renaming ppMerge.config to ppMerge_template.config --- following …
(edit) @7182   20 years drobbin fixed stdout so all machine outputs will match.
(edit) @7181   20 years drobbin Added verbose setting to test to turn off data values output. (causes …
(edit) @7180   20 years drobbin check in changes. Output is said to be verified by paul price. minor …
(edit) @7179   20 years Paul Price Converting from F64 to F32
(edit) @7178   20 years Paul Price Normalising source fluxes by the mean
(edit) @7177   20 years jhoblitt update mode list
(edit) @7176   20 years jhoblitt impliment masterMode()
(edit) @7175   20 years jhoblitt complete masterframeMode()
(edit) @7174   20 years jhoblitt add validDetInputClassIds() start implementation of masterframeMode()
(edit) @7173   20 years Paul Price Fixing double free, caused by multiple calls to "pmCellFreeData".
(edit) @7172   20 years Paul Price Adding more info to error message.
(edit) @7171   20 years Paul Price Removing annoying "Loading configuration" message from log.
(edit) @7170   20 years Paul Price Fixing typo in error message
(edit) @7169   20 years Paul Price Adding pmHDUGenerate.h
(edit) @7168   20 years Paul Price Adding pmHDUGenerate to make an HDU (image) from the cells contained …
(edit) @7167   20 years Paul Price Don't bother checking values that have already been masked.
(edit) @7166   20 years Paul Price Adding reporting of how many values were clipped.
(edit) @7165   20 years Paul Price Changing statistics to use "long" for counts.
(edit) @7164   20 years Paul Price Calculate clippedNvalues.
(edit) @7163   20 years Paul Price Changing psStats to use "long" for counts.
(edit) @7162   20 years Paul Price Making sure SIMPLE, BITPIX and NAXIS are set in data-less primary headers
(edit) @7161   20 years Paul Price Updating essential headers for psFitsInsertImage. psFitsWriteImage …
(edit) @7160   20 years Paul Price Increasing number of data points, using sigma instead of multiplier …
(edit) @7159   20 years jhoblitt stub out -master & -masterframe
(edit) @7158   20 years jhoblitt impliment --addmaster
(edit) @7157   20 years jhoblitt fix detMasterImfile primary key
(edit) @7156   20 years jhoblitt remove detMaster(Frame/Imfile).exp_id
(edit) @7155   20 years Paul Price Adding pmHDUPrint to trace.
(edit) @7154   20 years eugene added mosaic astrometry elements, not tested or ready
(edit) @7153   20 years magnier changed elements of pmAstromMatch to raw,ref (from i1,i2)
(edit) @7152   20 years magnier added distortion gradient fitting functions, split from pmAstrometryObjects
(edit) @7151   20 years magnier fixed misplaced .c file
(edit) @7150   20 years magnier fixed memory leak
(edit) @7149   20 years jhoblitt stub out -addmaster
(edit) @7148   20 years Paul Price Making nFail optional in psMetadataConfigParse.
(edit) @7147   20 years jhoblitt implement -stackedframe
(edit) @7146   20 years jhoblitt stub out -stackedframe
(edit) @7145   20 years jhoblitt impliment -stacked
(edit) @7144   20 years jhoblitt update -stacked options
(edit) @7143   20 years Paul Price Applying patch from Josh --- 'It adds support for multi column/field …
(edit) @7142   20 years jhoblitt complete addstacMode()
(edit) @7141   20 years jhoblitt option update (missing options)
(edit) @7140   20 years jhoblitt change detStackedImfile to have det_id & class_id as the primary key
(edit) @7139   20 years Paul Price Adding check for NAN data.
(edit) @7138   20 years jhoblitt detStackedImfile.det_id is non-unique
(edit) @7137   20 years Paul Price Increasing number of data values. Increasing background value (makes …
(edit) @7136   20 years Paul Price Increasing background value (it makes the test a bit harder to fail, …
(edit) @7135   20 years Paul Price Updating polynomial fitting to work properly with masks.
(edit) @7134   20 years Paul Price psMemIncrRefCounter should have const
(edit) @7133   20 years Paul Price Fixing some typos
(edit) @7132   20 years Paul Price Cleaning up code in psStats.c and psMathUtils.[ch]
(edit) @7131   20 years Paul Price Updating stats tests, following update to psStats.c
(edit) @7130   20 years Paul Price Better test for psMinimize --- fitting a Gaussian, and comparing …
(edit) @7129   20 years jhoblitt updated description of psStringCopy() & psStringNCopy
(edit) @7128   20 years jhoblitt partial addstacked implimentation
(edit) @7127   20 years jhoblitt update detRun detStackedImfile
(edit) @7126   20 years Paul Price Changing name of psGaussJordan
(edit) @7125   20 years drobbin fixed tests for ImageRow/Col F32, F64. Edited value comparisons to …
(edit) @7124   20 years drobbin fixed failing tests (ImageColF32,F64). Someone must have incorrectly …
(edit) @7123   20 years Paul Price Reverting to loop method for overlay with images of different types …
(edit) @7122   20 years Paul Price Fixing length of extracted vector.
(edit) @7121   20 years Paul Price Fixing errors in the macro that prevented compilation. Builds now.
(edit) @7120   20 years Paul Price Rows and columns were confused (psImageRow extracted a column, and …
(edit) @7119   20 years drobbin edited output messages from EOC so they pass on the server. (Problems …
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7117   20 years eugene added camera formats
(edit) @7116   20 years eugene adding psphot.config to simple, updating ipprc.config
(edit) @7115   20 years magnier dropped error message for NULL input string in psStringSplit
(edit) @7114   20 years jhoblitt fix rawMode() & addprocMode() impliment procMode()
(edit) @7113   20 years jhoblitt update -addprocessed CLI options
(edit) @7112   20 years Paul Price Adding optimisation for psImageOverlaySection. When using the '=' …
(edit) @7111   20 years drobbin just text formatting.
(edit) @7110   20 years drobbin reset stderr. Warning messages missing from output, should be okay.
(edit) @7109   20 years drobbin Reset error outputs. (just a psWarning was removed at some point from …
(edit) @7108   20 years drobbin changed return values so that SetOffset loop doesn't return 0 by mistake.
(edit) @7107   20 years Paul Price Updating polynomial fitting for 3 and 4 dimensions
(edit) @7106   20 years Paul Price Fixing number of data points
(edit) @7105   20 years Paul Price Fixing tests: standardised inputs, distributed inputs around [-1,1] so …
(edit) @7104   20 years Paul Price Rewrote vectorFitPolynomial1DCheb to use the standard linear fitting …
(edit) @7103   20 years Paul Price Reorganising psMatrixGJSolve.
(edit) @7102   20 years Paul Price Renaming psGaussJordan to psMatrixGJSolve, moving function into psMatrix.c
(edit) @7101   20 years Paul Price Moving psGaussJordan into psMatrix.c, renaming to psMatrixGJSolve.
(edit) @7100   20 years Paul Price Fixing metadata configuration format error.
(edit) @7099   20 years Paul Price PHU is FPA, not chip
(edit) @7098   20 years Paul Price Updating concepts
(edit) @7097   20 years Paul Price Extra error checking.
(edit) @7096   20 years Paul Price Adding spectroscopy format for LRIS red camera. Updating formats to …
(edit) @7095   20 years Paul Price Adding recipe for ppMerge
(edit) @7094   20 years jhoblitt first pass implementation of -addprocessed
(edit) @7093   20 years Paul Price Adding core dumps to list of files to remove on 'make clean'
(edit) @7092   20 years Paul Price Adding core dumps to list of files to clean.
(edit) @7091   20 years Paul Price Removing old version of psImageSmooth. The new version is much …
(edit) @7090   20 years Paul Price Updated test to provide some feedback on where the error is occurring.
(edit) @7089   20 years Paul Price Added bounds checking to psImageSmooth. Discovered bugs: 1. The final …
(edit) @7088   20 years jhoblitt implement -raw
(edit) @7087   20 years jhoblitt include det_id in where generation
(edit) @7086   20 years eugene adding psastro bits
(edit) @7085   20 years drobbin edited stdout so the server output would match my machine's.
(edit) @7084   20 years eugene update to new psStringSplit API
Note: See TracRevisionLog for help on using the revision log.