|
|
|
@22699
|
17 years |
Paul Price |
Reorganised the concepts files, moving the Write functions into …
|
|
|
|
@21528
|
17 years |
Paul Price |
Catching case of !source->moments.
|
|
|
|
@21516
|
17 years |
eugene |
added I/O format CMF_PS1_V1
|
|
|
|
@21515
|
17 years |
eugene |
add nPix
|
|
|
|
@21514
|
17 years |
eugene |
add corrected errors
|
|
|
|
@21513
|
17 years |
eugene |
add sort-by-seq; moved SUBTRACTED to internal
|
|
|
|
@21512
|
17 years |
eugene |
added nPix
|
|
|
|
@21511
|
17 years |
eugene |
pixel weight does not need image; added nPix to chisq measurement
|
|
|
|
@21381
|
17 years |
eugene |
some comments re threading and malloc hits
|
|
|
|
@21363
|
17 years |
Paul Price |
Merging pap_branch_20090128. Resolved a small number of conflicts. …
|
|
|
|
@21352
|
17 years |
eugene |
minor
|
|
|
|
@21266
|
17 years |
eugene |
sneak up on the non-photometric images to avoid rejecting all …
|
|
|
|
@21183
|
17 years |
eugene |
incorporating changes from 16bit mask upgrades (eam_branch_20081230)
|
|
|
|
@21174
|
17 years |
eugene |
keep input mask values, pass along to pmTrend functions
|
|
|
|
@21173
|
17 years |
eugene |
keep input mask values, pass along to pmTrend functions; detect a few …
|
|
|
|
@21172
|
17 years |
eugene |
adding mask and maskVal to vector eval functions
|
|
|
|
@21163
|
17 years |
eugene |
allow separate fitSets for separate threads
|
|
|
|
@21105
|
18 years |
Paul Price |
Function is file-static.
|
|
|
|
@21089
|
18 years |
Paul Price |
Fixing cut/paste error, found by Gene.
|
|
|
|
@20963
|
18 years |
Paul Price |
Soften errors during iteration. Without this, it gets the wrong solution.
|
|
|
|
@20953
|
18 years |
Paul Price |
Added photometric determination and measurement clipping for relphot. …
|
|
|
|
@20949
|
18 years |
Paul Price |
Adding iteration on relative photometry. Still need to add rejection …
|
|
|
|
@20948
|
18 years |
Paul Price |
First cut at relphot. Still needs work, but basics look OK.
|
|
|
|
@20947
|
18 years |
Paul Price |
Forgot to allocate mag, magERr.
|
|
|
|
@20946
|
18 years |
Paul Price |
Adding first cut at code to match sources, in preparation of doing …
|
|
|
|
@20945
|
18 years |
Paul Price |
Adding required headers
|
|
|
|
@20937
|
18 years |
eugene |
changing pmPeaks to contain a pointer to pmFootprints, which just …
|
|
|
|
@20882
|
18 years |
eugene |
kapa should not use X here
|
|
|
|
@20826
|
18 years |
Paul Price |
Wasn't setting IMNAXIS[12], just working out what the values were …
|
|
|
|
@20741
|
18 years |
eugene |
adding PS1_CAL_0 output format
|
|
|
|
@20592
|
18 years |
eugene |
move residuals correctly with the PSF when using the offsets
|
|
|
|
@20582
|
18 years |
eugene |
adding pmSourceVisual
|
|
|
|
@20522
|
18 years |
Paul Price |
Fixing compilation error.
|
|
|
|
@20521
|
18 years |
Paul Price |
Report numbers for each class.
|
|
|
|
@20457
|
18 years |
eugene |
reduce timing verbosity
|
|
|
|
@20453
|
18 years |
eugene |
cleanup timer marks
|
|
|
|
@20448
|
18 years |
eugene |
use a hard-wired 2x2 bilinear interpolation
|
|
|
|
@20447
|
18 years |
eugene |
center on pixel (to 0.5 pixels)
|
|
|
|
@20332
|
18 years |
eugene |
sources at image edge should saturate to edge values
|
|
|
|
@20307
|
18 years |
Paul Price |
Propagating changes to psImageInterpolate.h
|
|
|
|
@20250
|
18 years |
eugene |
apply masked sources back to the input masks
|
|
|
|
@20249
|
18 years |
eugene |
take Sx,Sy grid scale from recipe
|
|
|
|
@20233
|
18 years |
eugene |
average curve for grid of measuremetns
|
|
|
|
@20232
|
18 years |
eugene |
generate log-spaced radii
|
|
|
|
@20141
|
18 years |
Paul Price |
Was freeing something that's freed later.
|
|
|
|
@20140
|
18 years |
Paul Price |
Whoops, wrong one.
|
|
|
|
@20139
|
18 years |
Paul Price |
Fixing problems from convolution in-place.
|
|
|
|
@20138
|
18 years |
Paul Price |
Wasn't using the correct radius.
|
|
|
|
@20078
|
18 years |
eugene |
choose the psf 2D scale by measuring the scatter of the E0,1,2 terms, …
|
|
|
|
@20077
|
18 years |
eugene |
pixel weight now measured for sources without valid apertures; …
|
|
|
|
@20076
|
18 years |
eugene |
move pmGrowthCurveGenerate to own file
|
|
|
|
@20010
|
18 years |
Paul Price |
Adding check for NAN moments.
|
|
|
|
@20001
|
18 years |
eugene |
changing errors to trace messages when instantiating a model
|
|
|
|
@20000
|
18 years |
eugene |
search for valid psf on image
|
|
|
|
@19999
|
18 years |
eugene |
changing errors to trace messages
|
|
|
|
@19987
|
18 years |
eugene |
plug memory leak
|
|
|
|
@19985
|
18 years |
eugene |
skip stats for empty vectors
|
|
|
|
@19976
|
18 years |
eugene |
improve input / output consistency: should be able to read and write …
|
|
|
|
@19961
|
18 years |
Paul Price |
Statistics are only required when fitting a trend. If we load a trend …
|
|
|
|
@19954
|
18 years |
Paul Price |
Cleaning up pmSourcePSFClump, adding trace statements.
|
|
|
|
@19949
|
18 years |
eugene |
additional traces to undestand IQ stats
|
|
|
|
@19948
|
18 years |
eugene |
handle chisq case for model missing
|
|
|
|
@19906
|
18 years |
eugene |
upgrades to calculate the PSF clump for subregions on an image; the …
|
|
|
|
@19905
|
18 years |
eugene |
comments to clariy pixWeight measurement
|
|
|
|
@19904
|
18 years |
eugene |
psf output table now contains only PSF measurements (error and …
|
|
|
|
@19903
|
18 years |
eugene |
peak dx,dy not calculated; set to NAN
|
|
|
|
@19902
|
18 years |
eugene |
adding PS1_V1 model (r3.333)
|
|
|
|
@19898
|
18 years |
eugene |
third and fourth moments are f r2 cos(nt) (divide by r and r2
|
|
|
|
@19894
|
18 years |
eugene |
clip negative fluxes in moments analysis
|
|
|
|
@19884
|
18 years |
eugene |
if-def out trace block if not used
|
|
|
|
@19879
|
18 years |
eugene |
converted pmMoments elements to Mxx, Myy, Mxxx, etc
|
|
|
|
@19878
|
18 years |
eugene |
adding pmSourceMoments as a separate file; update function to …
|
|
|
|
@19876
|
18 years |
Paul Price |
Ensure size is set properly.
|
|
|
|
@19875
|
18 years |
Paul Price |
Get IMNAXIS1,IMNAXIS2 from image if possible.
|
|
|
|
@19849
|
18 years |
eugene |
one plot per detector; needs to get generalized
|
|
|
|
@19848
|
18 years |
eugene |
possibly do not ignore insignificant pixels (not used)
|
|
|
|
@19847
|
18 years |
eugene |
clarify values of Sx, Sy, Sxy
|
|
|
|
@19474
|
18 years |
Paul Price |
In one case, all of dE0subset were the same value (3.81469727e-06), so …
|
|
|
|
@19307
|
18 years |
eugene |
adding WCS file type to load astrometry info without loading sources
|
|
|
|
@19103
|
18 years |
eugene |
raise and error and exit on bad PSF model
|
|
|
|
@19087
|
18 years |
eugene |
replace NAXIS1,2 in header with IMNAXIS1,2
|
|
|
|
@18971
|
18 years |
eugene |
insignificant
|
|
|
|
@18907
|
18 years |
Paul Price |
Casting away const to satisfy compiler.
|
|
|
|
@18902
|
18 years |
Paul Price |
Fixing compilation error.
|
|
|
|
@18901
|
18 years |
Paul Price |
Support for other image types (esp U8 which now comes from having …
|
|
|
|
@18900
|
18 years |
Paul Price |
Removing need for additional image allocation.
|
|
|
|
@18898
|
18 years |
Paul Price |
Wrong operation!
|
|
|
|
@18867
|
18 years |
Paul Price |
Use separable mask convolution to grow the footprints.
|
|
|
|
@18857
|
18 years |
Paul Price |
Add a trap for case where no sources have a good extended fit.
|
|
|
|
@18845
|
18 years |
Paul Price |
Need to check return value of fwrite to avoid compiler warning on some …
|
|
|
|
@18844
|
18 years |
Paul Price |
System call memset shouldn't be redefined.
|
|
|
|
@18841
|
18 years |
Paul Price |
Whoops.
|
|
|
|
@18840
|
18 years |
Paul Price |
Check return value of fwrite (to get around a compiler warning …
|
|
|
|
@18830
|
18 years |
eugene |
src/objects/Makefile.am
|
|
|
|
@18829
|
18 years |
eugene |
add a reference to the containing footprint
|
|
|
|
@18828
|
18 years |
eugene |
adding functions for footprints from psphot
|
|
|
|
@18601
|
18 years |
Paul Price |
The FPA format in psastroDataSave was bad: the GPC1 inputs (which is …
|
|
|
|
@18600
|
18 years |
Paul Price |
Getting rid of old #def-ed out code that referred to FPA.NAME.
|
|
|
|
@18599
|
18 years |
Paul Price |
FPA.NAME was hanging around.
|
|
|
|
@18581
|
18 years |
eugene |
additional trace info
|
|
|
|