IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12915   19 years rhl pmConfig no longer owns arg[cv]; propagate camera.config errors up
(edit) @12906   19 years magnier removed argc,argv from pmConfig
(edit) @12905   19 years magnier alloc our own copy of argv
(edit) @12890   19 years rhl Need <strings.h> for strn?casecmp
(edit) @12889   19 years rhl finite() isn't in posix; use isfinite()
(edit) @12888   19 years rhl Use memset not bzero
(edit) @12884   19 years rhl Gene fixed uninitialised data
(edit) @12838   19 years magnier adding strings.h (perhaps more than needed)
(edit) @12832   19 years Paul Price Adding const to pmConfig parameter, where possible.
(edit) @12831   19 years Paul Price Declaring parameters const where appropriate.
(edit) @12816   19 years magnier added a comment
(edit) @12810   19 years magnier adding pmChipDuplicate function (not working)
(edit) @12804   19 years magnier clearer trace messages
(edit) @12791   19 years Paul Price An assertion isn't appropriate.
(edit) @12770   19 years Paul Price An FPA may contain an image that it's read in and a weight map (or …
(edit) @12769   19 years Paul Price Print mask and weight detail within a readout.
(edit) @12768   19 years Paul Price Fixing remnant from copy.
(edit) @12766   19 years Paul Price Removing old question.
(edit) @12765   19 years Paul Price Catching error condition to replace ambiguous error with meaningful one.
(edit) @12763   19 years Paul Price Avoiding error for when header can't be found.
(edit) @12762   19 years Paul Price "concept" is confusing --- it's a file rule.
(edit) @12760   19 years Paul Price Plugging memory leak on warning.
(edit) @12759   19 years Paul Price Plugging memory leak on error in parsing TRIMSEC.
(edit) @12742   19 years Paul Price Updating following API change to psImagePixelInterpolate
(edit) @12716   19 years magnier adding option to pmConfigCameraFormatFromHeader to load recipe or not
(edit) @12711   19 years magnier gracefully handle chips with poor astrometry
(edit) @12710   19 years magnier setting region for now
(edit) @12709   19 years magnier fixed errors for low-quality objects
(edit) @12706   19 years magnier making output header conform to format
(edit) @12705   19 years magnier made pmFPAUpdateNames a public function
(edit) @12704   19 years magnier more consistent I/O for source
(edit) @12703   19 years magnier track data_exists state for readout,cell,chip
(edit) @12702   19 years magnier added optional unused code for phu conformity
(edit) @12701   19 years magnier add PHU entry from source if available
(edit) @12696   19 years magnier big re-org to put the includes in the .c only, not .h
(edit) @12693   19 years Paul Price Propagate error from statistics.
(edit) @12687   19 years Paul Price Was getting an abort when opening a file given from the detrend …
(edit) @12682   19 years Paul Price Fixing compile problems.
(edit) @12681   19 years Paul Price Warn on bad DETREND.CONSTRAINTS rather than bail out.
(edit) @12680   19 years Paul Price Make sure header concepts are only read if they are available.
(edit) @12663   19 years Paul Price Need header file.
(edit) @12662   19 years Paul Price Need conceptsRead to return without modifying the list of what's read …
(edit) @12661   19 years Paul Price Replacing calls to psLogMsg using PS_LOG_WARN with psWarning.
(edit) @12660   19 years Paul Price I believe that HDUs should be added to the FPA hierarchy *before* the …
(edit) @12659   19 years Paul Price Adding marker for reading concepts from the PHU.
(edit) @12654   19 years Paul Price Distinguishing between mosaicking (different cells within the same …
(edit) @12653   19 years Paul Price I can't spell.…
(edit) @12652   19 years Paul Price Fixing up errors.
(edit) @12651   19 years Paul Price Propagating errors status.
(edit) @12650   19 years Paul Price Average CELL.X0 and CELL.Y0 as well.
(edit) @12647   19 years Paul Price Adding more detail to error message.
(edit) @12642   19 years Paul Price Read concepts all through when we put a new header in.
(edit) @12639   19 years Paul Price Removing extraneous 'break' which caused a bug in generating the …
(edit) @12630   19 years magnier added a comment
(edit) @12629   19 years magnier add option to force deep copy
(edit) @12628   19 years magnier write out all detections (good and bad)
(edit) @12623   19 years Paul Price Fixing compilation problems
(edit) @12622   19 years Paul Price More checking to make sure the header exists.
(edit) @12621   19 years Paul Price Removing bad line.
(edit) @12620   19 years Paul Price Update the appropriate source --- if the header is a PHU, that's what …
(edit) @12619   19 years Paul Price Can't find values if there's no header read yet.
(edit) @12603   19 years magnier added wrote_phu to pmFPA, etc; added test in WritePHU
(edit) @12598   19 years magnier added a note
(edit) @12597   19 years magnier fixed a typo
(edit) @12591   19 years magnier clarified the cases for generating mosaicked cameras, added errors on …
(edit) @12590   19 years magnier fixed typo
(edit) @12589   19 years magnier converted binning operations to use the common pmImageBinning methods
(edit) @12585   19 years magnier modified pmFPAfileIO to call PHU read/write operations from data …
(edit) @12564   19 years Paul Price When we went to process TC3 images, we found that our camera formats …
(edit) @12560   19 years magnier comment
(edit) @12559   19 years magnier making pattern.fits output a trace option
(edit) @12558   19 years magnier adding test for EXTWORD in FORMAT:FILE, setting psFits->extword if set
(edit) @12557   19 years magnier added a comment
(edit) @12544   19 years magnier changed config recipes rules: master recipe file must exist
(edit) @12543   19 years magnier not an error if no sources are found
(edit) @12522   19 years magnier added comment; test is broken
(edit) @12521   19 years magnier adding return
(edit) @12520   19 years magnier adding functions to return valid pixel region for chip and fpa
(edit) @12519   19 years magnier fixed the source of the focal-plane region; added astrometric extent …
(edit) @12518   19 years magnier adding
(edit) @12504   19 years jhoblitt fix variable uninitialized warnings
(edit) @12501   19 years jhoblitt cast psTrace*() funtion return values to void that were causing warnings
(edit) @12486   19 years magnier adjustments to some APIs
(edit) @12485   19 years magnier fixed memory leaks on error handling, get fpa dimensions from concepts
(edit) @12484   19 years magnier need to supply pixel scale for chip/fpa dimensions
(edit) @12483   19 years magnier fixed adjustment to coordinate center when applying a common f.p. …
(edit) @12482   19 years magnier fixed memory leak
(edit) @12481   19 years magnier added pmConceptsReadCell to pmSourceReadCell; modified pmSourceWrite_ …
(edit) @12480   19 years magnier added traces to track down an error
(edit) @12464   19 years magnier free tableHeader, error message on OBJ and SX as input file
(edit) @12463   19 years magnier fixed mis-use of FLT_MIN (should have been -FLT_MAX)
(edit) @12457   19 years magnier changed to use EXTNAME.RULES, not pmFPAfile elements
(edit) @12456   19 years magnier changed to new pmVectorBinaryDisect API
(edit) @12455   19 years magnier remove unneeded pmFPAfile elements (and from camera.config)
(edit) @12454   19 years magnier removed MANAPLOT
(edit) @12448   19 years magnier adding SMPDATA and PS1_DEV_0
(edit) @12447   19 years magnier fixing support for PS1_DEV_0
(edit) @12446   19 years magnier adding pmSourcesWrite_SMPDATA and pmSourcesWrite_PS1_DEV_0 (and read …
(edit) @12445   19 years magnier update to conform with ICD
(edit) @12402   19 years magnier new output formats
Note: See TracRevisionLog for help on using the revision log.