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) @18898   18 years Paul Price Wrong operation!
(edit) @18893   18 years eugene adding threaded and unthreaded versions of the detrend application …
(edit) @18867   18 years Paul Price Use separable mask convolution to grow the footprints.
(edit) @18861   18 years eugene comment out timer marks
(edit) @18860   18 years eugene splitting off pmShutterCorrectionGeneratePending for threaded coding
(edit) @18859   18 years eugene splitting off pmDarkCombinePending for threaded coding
(edit) @18857   18 years Paul Price Add a trap for case where no sources have a good extended fit.
(edit) @18845   18 years Paul Price Need to check return value of fwrite to avoid compiler warning on some …
(edit) @18844   18 years Paul Price System call memset shouldn't be redefined.
(edit) @18843   18 years Paul Price Include required headers.
(edit) @18841   18 years Paul Price Whoops.
(edit) @18840   18 years Paul Price Check return value of fwrite (to get around a compiler warning …
(edit) @18830   18 years eugene src/objects/Makefile.am
(edit) @18829   18 years eugene add a reference to the containing footprint
(edit) @18828   18 years eugene adding functions for footprints from psphot
(edit) @18804   18 years Paul Price Removing irrelevant files
(edit) @18788   18 years Paul Price Work out maximum "valid" radius (for S/N ~ 1; which is what's used by …
(edit) @18713   18 years Paul Price We may write to a header already containing the MSKNAM, etc, values. …
(edit) @18711   18 years Paul Price If we shouldn't have copied FPA.NAME, we shouldn't copy FPA.OBS either.
(edit) @18710   18 years Paul Price Getting rid of old code snippet with FPA.NAME in it.
(edit) @18654   18 years Paul Price Need to copy the analysis metadata when copying a …
(edit) @18652   18 years Paul Price More robust estimation of mean, standard deviation.
(edit) @18651   18 years Paul Price Don't produce warnings on the MASK.ALREADY values.
(edit) @18611   18 years Paul Price Need to use Poisson errors in order to get realistic weight values.
(edit) @18608   18 years Paul Price nChips is zero-indexed.
(edit) @18605   18 years Paul Price Adding some traps for when reading mask values from multiple sources …
(edit) @18604   18 years Paul Price Was hacking the header rather than the recipe.
(edit) @18601   18 years Paul Price The FPA format in psastroDataSave was bad: the GPC1 inputs (which is …
(edit) @18600   18 years Paul Price Getting rid of old #def-ed out code that referred to FPA.NAME.
(edit) @18599   18 years Paul Price FPA.NAME was hanging around.
(edit) @18598   18 years Paul Price Adding const, assertions, cleaning up.
(edit) @18581   18 years eugene additional trace info
(edit) @18567   18 years eugene move test for mask to after file is created
(edit) @18566   18 years Paul Price Resolving conflicts.
(edit) @18554   18 years eugene re-organization of the named mask bit handling: pmConfigMaskSetBits …
(edit) @18508   18 years Paul Price Fix to allow an image to have no pixels to inspect/reject.
(edit) @18492   18 years Paul Price Trying to get a better system for setting the weightings.
(edit) @18413   18 years Paul Price Making trace for format problems more easily accessible.
(edit) @18364   18 years eugene defer construction of blank of concepts until element is used
(edit) @18348   18 years Paul Price Positions are supposed to be normalised (-1,1).
(edit) @18347   18 years Paul Price Don't blow away the kernels before we need them!
(edit) @18330   18 years Paul Price Needed to remove 'const' to compile
(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) @18287   18 years Paul Price Merging in dual-convolution development branch.
(edit) @18227   18 years Paul Price Saving SEGV.
(edit) @18210   18 years eugene for now, set a fake bad value for the mask
(edit) @18207   18 years Paul Price Replace to avoid error.
(edit) @18202   18 years Paul Price region may be NULL.
(edit) @18201   18 years Paul Price region may be NULL.
(edit) @18190   18 years Paul Price Need to correct for the non-unity scaling of the kernel.
(edit) @18185   18 years Paul Price Check to see if we need to use the database *before* we actually do.
(edit) @18182   18 years Paul Price Incorporating "variance factors" --- accounting for pixel-scale …
(edit) @18181   18 years Paul Price Record the variance factor.
(edit) @18180   18 years Paul Price Adding pmSubtractionVarianceFactor.
(edit) @18178   18 years Paul Price Adding concept CELL.VARFACTOR: Variance factor for conversion from …
(edit) @18177   18 years Paul Price Configuration wasn't being passed along.
(edit) @18164   18 years Paul Price Don't automatically load the database connection.
(edit) @18163   18 years Paul Price Changing use of psDB* to pmConfig* so that the database handle only …
(edit) @18146   18 years Paul Price Adding I/O functions for pmSubtractionKernels, so we can read/write …
(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) @18132   18 years eugene do not invalidate out-of-range values when applying the dark
(edit) @18104   18 years Paul Price Got FILTER and FILTERID 'round the wrong way.
(edit) @18103   18 years Paul Price Ensure command is printed when there's an error.
(edit) @18073   18 years jhoblitt enable pmConfigConvertFilename()'s truncate argument
(edit) @18063   18 years jhoblitt update pmConfigConvertFilename() API
(edit) @18061   18 years jhoblitt add truncate parameter to pmConfigConvertFilename()
(edit) @18043   18 years Paul Price Gene has determined that what I had before --- normalising by the sum …
(edit) @18042   18 years eugene skip nan pixels
(edit) @18040   18 years eugene ignore nan aperture mags
(edit) @18036   18 years Paul Price Was neglecting SKYCELL meta-cameras.
(edit) @18035   18 years eugene remove test assertion
(edit) @18034   18 years eugene plug two leaks
(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) @18008   18 years eugene remove unneeded construction of FPA.OBS
(edit) @17998   18 years eugene better error handling for negative aperture fluxes
(edit) @17997   18 years eugene add a comment
(edit) @17996   18 years eugene ifdef-out possibly unneeded header updates
(edit) @17995   18 years eugene add some trace entries; sort input exptime and counts to …
(edit) @17994   18 years eugene cleanup of comments, added "valid" field to pmShutterCorrectin
(edit) @17993   18 years eugene FPA.NAME has changed to FPA.OBS
(edit) @17992   18 years eugene API change to pmConfigCameraFormatFromHeader
(edit) @17991   18 years eugene added output format and camera name (to …
(edit) @17990   18 years eugene some attempt at improved readability : I moved the conceptRegister …
(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) @17944   18 years Paul Price Should be checking dbName, not dbServer.
(edit) @17940   18 years Paul Price Don't attempt to set up a database connection if the server is "XXX" …
(edit) @17911   18 years Paul Price I've implemented the chip-dependent concepts. It uses a generalised …
(edit) @17898   18 years Paul Price Need to truncate ourselves, otherwise can get "22:07:60.00", rather …
Note: See TracRevisionLog for help on using the revision log.