Changeset 28906
- Timestamp:
- Aug 12, 2010, 9:28:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/doc/notes.20100715.txt
r28683 r28906 1 2 2010.08.12 3 4 speeding up the PCM fitting. 5 6 * first, I need to convert the convolutions to FFTs (double check that this will actually be faster!) 7 * second, I need to thread the PCM fitting process 8 9 I have three options: 10 11 1) use the FFT threading in fftw -- each convolution would run threaded, but separate ones would be run in series 12 * con: the images are generally small, so the threading overhead may be large compared to the operation (test?) 13 2) each pass of the minimization has 1 + N convolutions to perform: run these in separate threads 14 * can only use 1+N threads, where N is the number of free parameters (Io, Sxx, Syy, Sxy, but maybe also Xo, Yo) 15 3) thread by source, using the system defined for the other fitting. 16 * since these source are large, this is a bit trickier to guarantee non-collision. 17 + infrastructure is easy -- copy psphotBlendFit. 1 18 2 19 2010.07.15 … … 8 25 * psphot forced fails for negative flux 9 26 - do a run, plot a histogram of fluxes as various steps 27 FIXED: this was caused by minimum limit of 0.0 in linear fitting 10 28 11 29 * capability to choose extended source fits based on |b| 30 12 31 * update psf-convolved fitting to work with sersic (iteration) 32 DONE: but, needs to be sped up 33
Note:
See TracChangeset
for help on using the changeset viewer.
