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) @13193   19 years magnier added test for output data existence before opening output data file
(edit) @13192   19 years magnier added functions to check pmFPA/Chip/Cell/Readout for psphot sources
(edit) @13191   19 years magnier added functions to check pmFPA/Chip/Cell/Readout for psf data
(edit) @13190   19 years magnier added functions to check pmFPA/Chip/Cell/Readout data_exists flags
(edit) @13189   19 years magnier added ifdef-ed out code to set the WCS for a chip in pmChipMosaic
(edit) @13139   19 years magnier fixed inconsistencies between read and write
(edit) @13138   19 years magnier dropped old file (moved to SMPDATA.c)
(edit) @13137   19 years magnier changed pmSourceDophotType to pmSourceGetDophotType
(edit) @13136   19 years magnier added psphotSetDophotType; changed pmSourceDophotType to …
(edit) @13135   19 years magnier minor change
(edit) @13134   19 years magnier testing robust fit for clipped stats (needs more work)
(edit) @13101   19 years jhoblitt check the env for NEB_SERVER var check the conf system for NEB_SERVER …
(edit) @13097   19 years jhoblitt update nebCreate() syntax
(edit) @13077   19 years magnier fix memory leaks
(edit) @13064   19 years magnier converting the PSF model fits to the polariation terms (replacing …
(edit) @13038   19 years magnier fixed diff with eam_02_branch
(edit) @13034   19 years magnier incorporating updates from eam_02_branch (cached models, pmPSF FITS IO)
(edit) @12988   19 years Paul Price Changing pmShutterCorrectionMeasure to act on a readout, rather than …
(edit) @12949   19 years magnier adding pmResiduals (from eam_02_branch)
(edit) @12916   19 years rhl pmConfig no longer owns arg[cv];
(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
Note: See TracRevisionLog for help on using the revision log.