IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/objects

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20140   18 years Paul Price Whoops, wrong one.
(edit) @20139   18 years Paul Price Fixing problems from convolution in-place.
(edit) @20138   18 years Paul Price Wasn't using the correct radius.
(edit) @20078   18 years eugene choose the psf 2D scale by measuring the scatter of the E0,1,2 terms, …
(edit) @20077   18 years eugene pixel weight now measured for sources without valid apertures; …
(edit) @20076   18 years eugene move pmGrowthCurveGenerate to own file
(edit) @20010   18 years Paul Price Adding check for NAN moments.
(edit) @20001   18 years eugene changing errors to trace messages when instantiating a model
(edit) @20000   18 years eugene search for valid psf on image
(edit) @19999   18 years eugene changing errors to trace messages
(edit) @19987   18 years eugene plug memory leak
(edit) @19985   18 years eugene skip stats for empty vectors
(edit) @19976   18 years eugene improve input / output consistency: should be able to read and write …
(edit) @19961   18 years Paul Price Statistics are only required when fitting a trend. If we load a trend …
(edit) @19954   18 years Paul Price Cleaning up pmSourcePSFClump, adding trace statements.
(edit) @19949   18 years eugene additional traces to undestand IQ stats
(edit) @19948   18 years eugene handle chisq case for model missing
(edit) @19906   18 years eugene upgrades to calculate the PSF clump for subregions on an image; the …
(edit) @19905   18 years eugene comments to clariy pixWeight measurement
(edit) @19904   18 years eugene psf output table now contains only PSF measurements (error and …
(edit) @19903   18 years eugene peak dx,dy not calculated; set to NAN
(edit) @19902   18 years eugene adding PS1_V1 model (r3.333)
(edit) @19898   18 years eugene third and fourth moments are f r2 cos(nt) (divide by r and r2
(edit) @19894   18 years eugene clip negative fluxes in moments analysis
(edit) @19884   18 years eugene if-def out trace block if not used
(edit) @19879   18 years eugene converted pmMoments elements to Mxx, Myy, Mxxx, etc
(edit) @19878   18 years eugene adding pmSourceMoments as a separate file; update function to …
(edit) @19876   18 years Paul Price Ensure size is set properly.
(edit) @19875   18 years Paul Price Get IMNAXIS1,IMNAXIS2 from image if possible.
(edit) @19849   18 years eugene one plot per detector; needs to get generalized
(edit) @19848   18 years eugene possibly do not ignore insignificant pixels (not used)
(edit) @19847   18 years eugene clarify values of Sx, Sy, Sxy
(edit) @19474   18 years Paul Price In one case, all of dE0subset were the same value (3.81469727e-06), so …
(edit) @19307   18 years eugene adding WCS file type to load astrometry info without loading sources
(edit) @19103   18 years eugene raise and error and exit on bad PSF model
(edit) @19087   18 years eugene replace NAXIS1,2 in header with IMNAXIS1,2
(edit) @18971   18 years eugene insignificant
(edit) @18907   18 years Paul Price Casting away const to satisfy compiler.
(edit) @18902   18 years Paul Price Fixing compilation error.
(edit) @18901   18 years Paul Price Support for other image types (esp U8 which now comes from having …
(edit) @18900   18 years Paul Price Removing need for additional image allocation.
(edit) @18898   18 years Paul Price Wrong operation!
(edit) @18867   18 years Paul Price Use separable mask convolution to grow the footprints.
(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) @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) @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) @18581   18 years eugene additional trace info
(edit) @18554   18 years eugene re-organization of the named mask bit handling: pmConfigMaskSetBits …
(edit) @18042   18 years eugene skip nan pixels
(edit) @18040   18 years eugene ignore nan aperture mags
(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) @17850   18 years eugene revert to using PSPHOT.SOURCES as name of array on readout->analysis
(edit) @17832   18 years eugene fixed errors in recent API mods
(edit) @17826   18 years eugene use name of pmFPAfileIO carrier to name readout->analysis entry
(edit) @17805   18 years Paul Price Getting rid of leftover printf.
(edit) @17635   18 years Paul Price If no sources are present when writing, write an empty table. This is …
(edit) @17396   18 years eugene merging from eam_branch_20080324 : psphot work on extended source …
(edit) @17395   18 years eugene adding mag and magErr to model structure
(edit) @17287   18 years eugene whitespace difference
(edit) @17049   18 years Paul Price Need strings.h for strcasecmp.
(edit) @17010   18 years Paul Price Adding checks on hdu to avoid SEGV.
(edit) @16990   18 years Paul Price Plugging memory leak.
(edit) @16911   18 years Paul Price The NANs in the pmPSFtry->metric vector were coming from …
(edit) @16909   18 years Paul Price Check for non-finite metrics; not sure where these are coming from yet …
(edit) @16819   18 years eugene merge changes from eam_branch_20080225 (better flag definitions)
(edit) @16294   18 years eugene adding extended source output table
(edit) @16292   18 years eugene added comment
(edit) @16066   19 years eugene add pmSourceModeFrom/ToString
(edit) @16065   19 years eugene drop mask assert (was inappropriate)
(edit) @15984   19 years gusciora Removed pmPeakTest().
(edit) @15983   19 years gusciora Added code to do some PS_ASSERTS for input parameters.
(edit) @15982   19 years gusciora Cosmetic changes only.
(edit) @15981   19 years gusciora Changed some assert() code to PS_ASSERT() code.
(edit) @15980   19 years gusciora Removed pmSourceTest() and added some PS_ASSERTS.
(edit) @15979   19 years gusciora Got rid of pmPeakTest().
(edit) @15978   19 years gusciora Added code to do PS_ASSERTS.
(edit) @15977   19 years gusciora Changed some PS_ASSERTS to return NANs instead of FALSE.
(edit) @15889   19 years gusciora Added MemCheck functions for structs defined here.
(edit) @15843   19 years Paul Price Adding const in some appropriate places.
(edit) @15842   19 years Paul Price Making it so that the user can select the type of statistic to use …
(edit) @15834   19 years Paul Price Adding const in some appropriate places.
(edit) @15814   19 years Paul Price Checking in version that should allow ppStack to compile.
(edit) @15811   19 years eugene psfProb vs psfChisq
(edit) @15799   19 years eugene changing psfProb to psfChisq
(edit) @15707   19 years Paul Price Adding check on HDU.
(edit) @15706   19 years Paul Price Cleaning up mask iteration for easier maintenance.
(edit) @15705   19 years Paul Price Propagating error.
(edit) @15704   19 years Paul Price source->maskObj doesn't have to be asserted on, since it is tested in …
(edit) @15703   19 years Paul Price Only copy image if defined.
(edit) @15702   19 years Paul Price Removing test feature left in last check-in.
Note: See TracRevisionLog for help on using the revision log.