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) @18329   18 years Paul Price Passing configuration along.
(edit) @18318   18 years Paul Price Mask out bad sources.
(edit) @18307   18 years Paul Price Error propagation.
(edit) @18227   18 years Paul Price Saving SEGV.
(edit) @18210   18 years eugene for now, set a fake bad value for the mask
(edit) @18177   18 years Paul Price Configuration wasn't being passed along.
(edit) @18163   18 years Paul Price Changing use of psDB* to pmConfig* so that the database handle only …
(edit) @18140   18 years eugene pass db to pmConceptsReadCell
(edit) @18139   18 years eugene adding database fields to APIs as needed for concepts
(edit) @18137   18 years eugene supplying db handle to concept loading functions
(edit) @18063   18 years jhoblitt update pmConfigConvertFilename() API
(edit) @18061   18 years jhoblitt add truncate parameter to pmConfigConvertFilename()
(edit) @18035   18 years eugene remove test assertion
(edit) @18033   18 years eugene add in an assert on some elements of the returned pmFPAfile; plug a leak
(edit) @18031   18 years Paul Price Read concepts from database whenever reading from header.
(edit) @18030   18 years Paul Price Read functions for readouts need to take a database handle so they can …
(edit) @18028   18 years Paul Price Write "concepts" to database.
(edit) @18027   18 years Paul Price Write "concepts" to database whenever we write the header.
(edit) @18026   18 years Paul Price Treat the database like a header --- read it for "concepts" whenever …
(edit) @17989   18 years eugene update to new API for pmConfigCameraFormatFromHeader
(edit) @17988   18 years eugene free various leaks on error condtions; add return camera and name for …
(edit) @17987   18 years eugene add FPA.NAME as lookup option
(edit) @17986   18 years eugene supply name of "fpa" as FPA.NAME concept
(edit) @17911   18 years Paul Price I've implemented the chip-dependent concepts. It uses a generalised …
(edit) @17832   18 years eugene fixed errors in recent API mods
(edit) @17732   18 years Paul Price Fixing name.
(edit) @17731   18 years Paul Price Fixing compilation errors.
(edit) @17730   18 years Paul Price Adding function to set image,weight pixels to NAN where they are masked.
(edit) @17692   18 years Paul Price Adding new function: pmReadoutMaskNonfinite
(edit) @17634   18 years Paul Price Adding additional notes in header file that the returned pmFPAfile is …
(edit) @17489   18 years eugene load FITSTYPES from external recipe file; merge into camera config
(edit) @17296   18 years Paul Price Adding trace, fixing types.
(edit) @17249   18 years Paul Price Adding assertion macros for readouts (about time too!). Adding …
(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 …
Note: See TracRevisionLog for help on using the revision log.