IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:17:18 PM (15 years ago)
Author:
eugene
Message:

minor updates from eam branch

Location:
trunk/pswarp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp

    • Property svn:ignore
      •  

        old new  
        1818pswarp.pc
        1919Doxyfile
         20a.out.dSYM
  • trunk/pswarp/src/pswarpTransformSources.c

    r29000 r31159  
    9494        // relative flux) that's OK.
    9595        pmSource *new = pmSourceAlloc(); ///< New source
    96         new->peak = pmPeakAlloc(xOut, yOut, source->peak->flux, PM_PEAK_LONE);
    97         new->peak->flux = source->peak->flux;
     96        new->peak = pmPeakAlloc(xOut, yOut, source->peak->detValue, PM_PEAK_LONE);
     97        new->peak->rawFlux = source->peak->rawFlux;
     98        new->peak->smoothFlux = source->peak->smoothFlux;
    9899        new->type = source->type;
    99100        new->mode = source->mode;
Note: See TracChangeset for help on using the changeset viewer.