IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/camera

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15140   19 years eugene get EXTWORD from the file, not the config, format
(edit) @15139   19 years eugene added CHIP.ID to conversions
(edit) @15131   19 years eugene why is file.mosaicLevel not being set?
(edit) @15099   19 years Paul Price Whoops.
(edit) @15098   19 years Paul Price processChip wasn't putting the HDU in at the correct place. It's …
(edit) @15096   19 years Paul Price Fixing compilation problems.
(edit) @15094   19 years Paul Price Have just changed the meaning of CONTENT in FILE in the camera format. …
(edit) @15093   19 years Paul Price Adding function pmFPAviewGenerate to generate a pmFPAview from …
(edit) @15087   19 years Paul Price During the recent reorganisation here, I didn't realise that there is …
(edit) @15068   19 years Paul Price Needed to re-work the way PHU={CHIP,CELL} were being handled in the …
(edit) @15000   19 years eugene update from eam_branch_20070921
(edit) @14955   19 years Paul Price Plugging memory leak, following changes to psImage.
(edit) @14954   19 years Paul Price Don't store formatName in the pmFPA --- this was a testing step that I …
(edit) @14950   19 years eugene plug leaks
(edit) @14949   19 years eugene plug leaks from psImageSubset
(edit) @14938   19 years eugene adding pmTrend2D
(edit) @14935   19 years eugene new API for psImageBackground
(edit) @14934   19 years eugene force consistency with dataLevel, fileLevel, freeLevel for …
(edit) @14933   19 years eugene minor spacing change
(edit) @14889   19 years Paul Price Had trouble with defining files for psphot from pswarp --- didn't know …
(edit) @14884   19 years Paul Price Copying an FPA onto itself takes forever --- you never get to the …
(edit) @14647   19 years magnier added formatName to pmFPAfile (needed in some cases) dropped const …
(edit) @14631   19 years Paul Price Protecting pmReadoutFreeData from readout=NULL. Changing assertions …
(edit) @14596   19 years magnier fixed a leak and a typo
(edit) @14595   19 years magnier supply the newCameraName to pmFPAfileDefineOutputForFormat
(edit) @14471   19 years Paul Price Fix for CELL/NONE case (bug 908).
(edit) @14462   19 years Paul Price Ensure we can perform a chip mosaic on skycells.
(edit) @14206   19 years magnier output FITS files now consistently call a WritePHU function for their …
(edit) @14205   19 years magnier adding pmFPAviewFitsWritePHU function
(edit) @14204   19 years magnier dropping pmFPA.wrote_phu; adding pmFPAviewFitsWritePHU function
(edit) @14203   19 years magnier drop use of FILE.SAVE from the camera.config
(edit) @14202   19 years magnier adding pmFPAfile.wrote_phu (renamed from phu)
(edit) @14201   19 years magnier dropping pmFPA.wrote_phu
(edit) @14019   19 years magnier adding FPA.NAME to pmFPAfileNameFromRule
(edit) @13931   19 years magnier adding error traps to pmFPAfileDefine functions
(edit) @13898   19 years Paul Price Extensive changes to APIs to allow use of a nominated value to mask …
(edit) @13897   19 years Paul Price Allow the file being bound to another file to have a different format …
(edit) @13894   19 years Paul Price Fixing dataLevel in the event of mosaicking --- the dataLevel when …
(edit) @13893   19 years Paul Price Making private function file-static.
(edit) @13872   19 years Paul Price Putting code from pmReadoutCombine here, so that it can also be used …
(edit) @13863   19 years magnier masking nan pixels to mask value BAD
(edit) @13842   19 years magnier added a comment
(edit) @13841   19 years magnier only write out image data if data exists
(edit) @13810   19 years Paul Price Adding dark normalisation. The idea is that the dark current is not …
(edit) @13791   19 years magnier adding pmFPAAstrometry functions - not yet added to makefiles
(edit) @13772   19 years Paul Price Fixing typo.
(edit) @13768   19 years magnier fix region inconsistency for pmReadoutReadNext
(edit) @13709   19 years Paul Price Plugging memory leak.
(edit) @13704   19 years Paul Price Adding automatically-generated skycell pseudo-cameras, constructed …
(edit) @13669   19 years magnier fileLevel can never be greater than the dataLevel
(edit) @13655   19 years magnier if we are missing an image, try to use the header NAXIS1,2 values
(edit) @13591   19 years Paul Price Adding pmConfigMask to use symbolic names for mask values. Need to …
(edit) @13561   19 years magnier fixed return success status
(edit) @13525   19 years magnier changed these functions to return the success/failure value, not to …
(edit) @13524   19 years magnier re-created the case if name is NULL
(edit) @13523   19 years magnier added pmFPAfileStringFromType
(edit) @13519   19 years Paul Price Fixing pmFPAfileActivate to quietly return true when there are no …
(edit) @13499   19 years Paul Price Need to add NAXIS1,NAXIS2 to the header after chip mosaic, so that CMF …
(edit) @13496   19 years Paul Price Allow multiple (only input, currently) filerules of the same name.
(edit) @13451   19 years Paul Price Removing empty function.
(edit) @13339   19 years Paul Price Expanding chip and cell parity out so that separate error messages are …
(edit) @13300   19 years Paul Price Inability to generate WCS should be a warning rather than an error --- …
(edit) @13299   19 years Paul Price Should check both target and source parity.
(edit) @13298   19 years Paul Price Chip concepts are not found in the cell.…
(edit) @13274   19 years Paul Price Don't use pmConfigConvertFilename here --- it's done by pmFPAfileOpen, …
(edit) @13195   19 years Paul Price Putting in the appropriate concepts for Gene's WCS cell->chip fix, and …
(edit) @13194   19 years magnier set chip data_exists when a cell is copied
(edit) @13193   19 years magnier added test for output data existence before opening output data file
(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) @13064   19 years magnier converting the PSF model fits to the polariation terms (replacing …
(edit) @13034   19 years magnier incorporating updates from eam_02_branch (cached models, pmPSF FITS IO)
(edit) @12949   19 years magnier adding pmResiduals (from eam_02_branch)
(edit) @12890   19 years rhl Need <strings.h> for strn?casecmp
(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) @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) @12762   19 years Paul Price "concept" is confusing --- it's a file rule.
(edit) @12716   19 years magnier adding option to pmConfigCameraFormatFromHeader to load recipe or not
(edit) @12710   19 years magnier setting region for now
(edit) @12705   19 years magnier made pmFPAUpdateNames a public function
(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) @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) @12660   19 years Paul Price I believe that HDUs should be added to the FPA hierarchy *before* the …
(edit) @12654   19 years Paul Price Distinguishing between mosaicking (different cells within the same …
(edit) @12642   19 years Paul Price Read concepts all through when we put a new header in.
(edit) @12629   19 years magnier add option to force deep copy
(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) @12603   19 years magnier added wrote_phu to pmFPA, etc; added test in WritePHU
(edit) @12590   19 years magnier fixed typo
Note: See TracRevisionLog for help on using the revision log.