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) @17228   18 years Paul Price Merging pap_branch_080328 so we can use the modernised version of ppMerge.
(edit) @17182   18 years Paul Price Adding assertion to prevent core dump when there are I/O problems.
(edit) @17104   18 years eugene remove error formerly raised if requested file is not available
(edit) @17084   18 years Paul Price Had CELL.READDIR around the wrong way.
(edit) @17082   18 years Paul Price Allow numScans == 0 to mean "read the entire readout"
(edit) @17036   18 years eugene renaming pmAstrometryTable to pmAstrometryModel; adding …
(edit) @17025   18 years eugene need to determine the format for files not already opened (eg, from DetDB)
(edit) @17009   18 years Paul Price Allow NULL readouts.
(edit) @16966   18 years Paul Price If we can't evaluate one model, it doesn't matter.
(edit) @16948   18 years Paul Price Free FITS options.
(edit) @16912   18 years Paul Price Adding new function, pmFPAAddSourceFromFormat, to populate an FPA with …
(edit) @16861   18 years Paul Price Fixing logic error.
(edit) @16859   18 years Paul Price CELL.XPARITY and CELL.YPARITY should not be required for the target …
(edit) @16841   18 years Paul Price Adding multi-darks --- fitting dark current with multi-dimensional …
(edit) @16835   18 years Paul Price If there's errors in adding a source, it's no big deal --- it's only …
(edit) @16818   18 years eugene set fits optiosn before EXTWORD is set
(edit) @16716   18 years Paul Price Didn't see the previous free.
(edit) @16715   18 years Paul Price Plugging memory leak.
(edit) @16711   18 years Paul Price Plug memory leak.
(edit) @16692   18 years Paul Price Previous check-in was by error, so message is wrong but the substance …
(edit) @16689   18 years Paul Price Overlapping consecutive scans were interfering with each other. …
(edit) @16680   18 years Paul Price Ensure new images are set to appropriate values.
(edit) @16611   18 years eugene using new user/site/system construction for config files
(edit) @16600   18 years Paul Price ppStack is now working with the incremental reads. Needed to modify a …
(edit) @16581   18 years Paul Price Remove debugging printf.
(edit) @16580   18 years Paul Price The overlap needn't be applied by pmReadoutReadMore --- all it needs …
(edit) @16575   18 years Paul Price Think I've got the incremental read working with the correct …
(edit) @16554   18 years Paul Price Fixing overlap.
(edit) @16515   18 years eugene fix leak
(edit) @16481   18 years Paul Price Gene needs the concepts copied over in pmFPAfileDefineChipMosaic, so …
(edit) @16417   18 years Paul Price Add check for no files by that name.
(edit) @16416   18 years Paul Price Removing references to FPA_ASTROM.
(edit) @16397   18 years Paul Price Using readout->imageScan/maskScan/weightScan to track the number of …
(edit) @16396   18 years Paul Price Adding separate tracking values for image/mask/weight when reading …
(edit) @16395   18 years Paul Price Fixing condition.
(edit) @16366   18 years Paul Price Adding feature: overlap between consecutive reads. If you're doing …
(edit) @16365   18 years Paul Price Adding functions to read readouts into image/mask/weight. Reworking …
(edit) @16355   18 years Paul Price Adding functions pmFPAfileSelect and pmFPAfileSelectSingle to return …
(edit) @16345   18 years Paul Price Adding CHUNK level --- for reading a readout chunk by chunk.
(edit) @16344   18 years Paul Price Adding function to activate single file out of a list.
(edit) @16343   18 years Paul Price Adding const
(edit) @16340   18 years Paul Price Can't copy concepts from normal FPA to chip-mosaicked FPA: the …
(edit) @16257   18 years eugene skip the header updates for non-FITS output files
(edit) @16230   18 years eugene add some trace lines
(edit) @16210   18 years eugene report error generating HDU
(edit) @16198   18 years Paul Price Don't always have the camera name.
(edit) @16191   18 years Paul Price Declaration wasn't early enough.
(edit) @16190   18 years Paul Price Suppressing unnecessary warnings.
(edit) @16186   18 years Paul Price Merging pap_branch_080117 into the mainline.
(edit) @15974   19 years gusciora Added some PS_ASSERTS and a few cosmetic changes.
(edit) @15973   19 years gusciora Added pmMemCheck functions.
(edit) @15972   19 years gusciora Added pmMemCheck functions and some PS_ASSERTS.
(edit) @15946   19 years eugene adding concept inheritance in some cases
(edit) @15940   19 years eugene allowing processChip to accept a metadata or a string
(edit) @15931   19 years eugene added code for pmFPAGenerateReadout
(edit) @15930   19 years eugene added const to pmFPAfileCopyStructureView
(edit) @15929   19 years eugene indenting
(edit) @15912   19 years eugene apply file->bitpix to the newly opened file->fits
(edit) @15893   19 years eugene using true instrument name from concepts, not camera name from structure
(edit) @15863   19 years eugene set fileLevel when loading from detrend db
(edit) @15838   19 years Paul Price Converting to new API. Removing all traces of old system.
(edit) @15815   19 years Paul Price This works with the current version of ppStack.
(edit) @15813   19 years Paul Price Fixing API of pmReadoutFake to be compatible with current version of …
(edit) @15812   19 years eugene require CLASSID for detrend lookup, check for too many returned files
(edit) @15756   19 years Paul Price Implementing dual-convolution. This required reworking those …
(edit) @15674   19 years eugene drop astrom phu : require astrom table at fpa level
(edit) @15665   19 years eugene adding a re-scale option to pmAstrometryObjects grid match; working on …
(edit) @15652   19 years Paul Price Catching an abort before it gets that far.
(edit) @15633   19 years Paul Price Fixing incorrect enum: was trying to write image instead of mask.
(edit) @15629   19 years Paul Price Adding support for choosing desired BITPIX, and for custom …
(edit) @15562   19 years eugene updating all changes from from eam_branch_20071023
(edit) @15477   19 years Paul Price Replacing psLogMsg with psWarning
(edit) @15424   19 years Paul Price Initialising fake image.
(edit) @15362   19 years Paul Price Adding function to generate fake readout from a list of sources and a …
(edit) @15333   19 years Paul Price Generate header if one doesn't already exist.
(edit) @15327   19 years Paul Price Fixing SEGV when !biassecs.
(edit) @15326   19 years Paul Price Fixing SEGV when !trimsec.
(edit) @15307   19 years Paul Price Blow away extant mask values --- all instances of setting a mask that …
(edit) @15299   19 years Paul Price Attempt to set TRIMSEC and BIASSEC from the camera format if they are …
(edit) @15297   19 years Paul Price CONTENT.RULE only required if there's no FPA PHU.
(edit) @15288   19 years Paul Price It's not worth warning about the WCS, because not all chips have a WCS.
(edit) @15218   19 years Paul Price Have been running into problems because various write functions (i.e., …
(edit) @15217   19 years Paul Price Gene pointed out that the file rules are also read in pmConfig (when …
(edit) @15183   19 years Paul Price Missed some text when resolving conflict.
(edit) @15180   19 years Paul Price Merging branch with FITS compression development. Minor conflicts in …
(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
Note: See TracRevisionLog for help on using the revision log.