IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28906


Ignore:
Timestamp:
Aug 12, 2010, 9:28:25 AM (16 years ago)
Author:
eugene
Message:

add notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psphot/doc/notes.20100715.txt

    r28683 r28906  
     1
     22010.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.
    118
    2192010.07.15
     
    825* psphot forced fails for negative flux
    926  - 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
    1028
    1129* capability to choose extended source fits based on |b|
     30
    1231* 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.