IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2010, 12:09:48 PM (16 years ago)
Author:
eugene
Message:

save galaxy params in output file; fix convolved image construction; fix galaxy shapes; add galaxy grid option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimPhotomReadout.c

    r27657 r29002  
    6969    psArray *fakeSources = psArrayAlloc (injectedSources->n);
    7070    for (int i = 0; i < injectedSources->n; i++) {
    71       fakeSources->data[i] = pmSourceCopy (injectedSources->data[i]);
     71      fakeSources->data[i] = pmSourceCopyData (injectedSources->data[i]);
    7272    }
    7373
Note: See TracChangeset for help on using the changeset viewer.