IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2007, 11:57:36 AM (19 years ago)
Author:
eugene
Message:

added galaxies, some tweaks

File:
1 edited

Legend:

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

    r14657 r14667  
    4646
    4747            // Bias level
    48             signal->data.F32[y][x] = biasRows->data.F32[y];
    49             variance->data.F32[y][x] = PS_SQR(readnoise);
     48            signal->data.F32[y][x] += biasRows->data.F32[y];
     49            variance->data.F32[y][x] += PS_SQR(readnoise);
    5050
    5151        }
Note: See TracChangeset for help on using the changeset viewer.