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) @10331   20 years Paul Price Add processing data to header.
(edit) @10330   20 years Paul Price Adding processing metadata.
(edit) @10328   20 years jhoblitt version 0.0.62
(edit) @10327   20 years jhoblitt add summitImfile.file_id
(edit) @10326   20 years Paul Price Adding processing metadata to header.
(edit) @10324   20 years jhoblitt version 0.33
(edit) @10323   20 years jhoblitt s/ /_/ in output strings
(edit) @10322   20 years Paul Price Preventing masking where it's not necessary (e.g., for bias, dark …
(edit) @10321   20 years Paul Price Fixing up bg_stdev vs bg_mean_stdev confusion --- problem was fixed in …
(edit) @10320   20 years eugene diff
(edit) @10319   20 years magnier changed string to unsigned char
(edit) @10318   20 years eugene update
(edit) @10317   20 years eugene added Makefile.Common, so support
(edit) @10316   20 years eugene add
(edit) @10315   20 years eugene adding so support, Makefile.Common
(edit) @10314   20 years eugene dropping libdummy
(edit) @10313   20 years eugene tap to tap_ohana
(edit) @10312   20 years eugene moved tap to tap_ohana, set up to install globally
(edit) @10311   20 years eugene updated tests from mark pitts
(edit) @10310   20 years rhl Added recipe NSTAR_APERTURE_CORRECTION_MIN as minimum number of …
(edit) @10309   20 years Paul Price Adding MD5 hash calculation
(edit) @10308   20 years jhoblitt add openssl probe
(edit) @10307   20 years eugene fixed line, added cumulative histogram
(edit) @10306   20 years eugene fixed type for ALLOCATE
(edit) @10305   20 years eugene improved lib/include flags, enable shared objects
(edit) @10304   20 years jhoblitt add a check for endianness
(edit) @10303   20 years Paul Price Propagating API change.
(edit) @10302   20 years Paul Price More changes related to name fixes (noun-verb)
(edit) @10301   20 years Paul Price hdu may not be found for legitimate reasons.
(edit) @10300   20 years Paul Price Could potentially not find an HDU.
(edit) @10299   20 years Paul Price Renaming files to use noun-verb
(edit) @10298   20 years eugene implementing better include/lib tests, shared objects
(edit) @10297   20 years Paul Price Fixing fix.
(edit) @10296   20 years Paul Price Speeding up parsing of huge metadata.
(edit) @10295   20 years rhl Don't find negative peaks
(edit) @10294   20 years Paul Price Adding functions to add version information.
(edit) @10293   20 years Paul Price Adding ppStatsVersion.h to ppStats.h
(edit) @10292   20 years Paul Price Adding functions to return version information.
(edit) @10291   20 years Paul Price Shortening string so it can fit in a FITS header.
(edit) @10290   20 years Paul Price Removing brackets around return value allow us to leave the return …
(edit) @10289   20 years Paul Price pmVersion is a better name than pmConfigure
(edit) @10288   20 years Paul Price Propagating API change to pmReadoutGenerateMaskWeight.
(edit) @10287   20 years Paul Price Adding functions to return the version name and compilation information.
(edit) @10286   20 years Paul Price Adding function to return long version information, including CVS tag …
(edit) @10285   20 years rhl Actually use PS_STAT_ROBUST_MEDIAN value if we're forced to fall back on it
(edit) @10284   20 years Paul Price Two copies reduced to one.
(edit) @10283   20 years jhoblitt fix jpeg conf to set jpeg-lib instead of fftw3-lib
(edit) @10282   20 years Paul Price Fixing statistics for single overscan value.
(edit) @10278   20 years rhl Added CONSTANT to list of options in comment
(edit) @10277   20 years rhl Handle failures in psImageBackground. This isn't a good dix as it's …
(edit) @10276   20 years rhl Added memAllocCallbackCheckCorruption which can be registered as an …
(edit) @10275   20 years rhl People tend to call psAbort when errors have been signalled with …
(edit) @10274   20 years rhl 1/ vectorFittedStats and vectorRobustStats don't own mask and …
(edit) @10273   20 years rhl 1/ Make psImageBackground interpret nMax == 0 as "all pixels" 2/ Make …
(edit) @10272   20 years rhl z == 0 at centre of model
(edit) @10271   20 years Paul Price Propagating API change to pmReadoutSetWeights
(edit) @10270   20 years Paul Price Adding weights option.
(edit) @10269   20 years Paul Price Resolving conflict.
(edit) @10268   20 years eugene slight mode to double object guess
(edit) @10267   20 years eugene updates to psEllipse functions
(edit) @10266   20 years eugene added test break points (probably temporary)
(edit) @10265   20 years eugene changed limits to new dynamic limits function, added ellipse parameter …
(edit) @10264   20 years Paul Price For bias construction, minmax rejection (at least with frachigh > …
(edit) @10263   20 years magnier updates to test if model works at all
(edit) @10262   20 years magnier changed limits to new dynamic limits function, added ellipse parameter …
(edit) @10261   20 years Paul Price Best option for megacam seems to be use entire overscan for a single …
(edit) @10260   20 years magnier renamed pmModelFit... to pmSourceFit..., added CheckLimits function
(edit) @10259   20 years magnier removed dSky derived from moments: this should be supplied externally …
(edit) @10258   20 years magnier updates to psEllipse APIs
(edit) @10257   20 years magnier updates to psMinimizeLMM functions
(edit) @10256   20 years magnier removed commented-out function
(edit) @10255   20 years magnier constrain to constraint
(edit) @10254   20 years magnier added axis-ratio limits to psEllipse functions, fixed math for …
(edit) @10253   20 years magnier changed psMinimizeLMM limits to a function call (from static vectors); …
(edit) @10252   20 years magnier changed psMinimizeLMM limits to a function call (from static vectors); …
(edit) @10251   20 years magnier added F32 version of psMatrixGJSolve
(edit) @10250   20 years Paul Price Adding weights.
(edit) @10249   20 years jhoblitt change dsfilesetls to output "extra" fields
(edit) @10248   20 years Paul Price Adding weights/errors.
(edit) @10247   20 years Paul Price Generate poisson weights only if requested.
(edit) @10246   20 years Paul Price Adding sqrt. Explicitly casting values within functions to avoid …
(edit) @10245   20 years Paul Price If gain == 0, wasn't generating weight image.
(edit) @10244   20 years Paul Price psImageInit should error on NULL input.
(edit) @10243   20 years Paul Price Adding assertion to psImageInit.
(edit) @10242   20 years Paul Price psMetadataItemParseBool needed an option for boolean input!
(edit) @10241   20 years jhoblitt change psDBPackMySQLRow() to check the return of psTimeToTM().
(edit) @10240   20 years Paul Price For non-positive gain, use read noise only.
(edit) @10238   20 years jhoblitt VERSION 0.0.60
(edit) @10237   20 years jhoblitt VERSION 0.60 (update to glueforge 0.32)
(edit) @10235   20 years jhoblitt VERSION 0.32 fix handling of NULL/undef psTimes
(edit) @10234   20 years jhoblitt require ippdb 0.0.60
(edit) @10233   20 years jhoblitt change parseTime() to use psTimeFromISO() instead of psTimeStrptime() …
(edit) @10232   20 years jhoblitt handle NULL/undef psTimes
(edit) @10231   20 years jhoblitt guard psTimeFromISO() from being called with NULL
(edit) @10230   20 years jhoblitt remove unused defines from pxtools.h
(edit) @10229   20 years jhoblitt remove unused files
(edit) @10228   20 years jhoblitt code formatting tweaks
(edit) @10227   20 years jhoblitt implement -detrunsummary
(edit) @10226   20 years jhoblitt remove unused code (files)
(edit) @10225   20 years jhoblitt remove detMasterFrame & detMasterImfile
Note: See TracRevisionLog for help on using the revision log.