IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2009, 6:24:00 PM (17 years ago)
Author:
Paul Price
Message:

Photometer fake sources to measure magnitude biases near limiting magnitude. Had to change a few prototypes to include 'const'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psphot/src/psphotReadout.c

    r25246 r25302  
    224224    psphotMagnitudes(config, readout, view, sources, psf);
    225225
    226     if (!psphotFake(readout, psf, recipe, sources)) {
     226    if (!psphotFake(config, readout, view, psf, recipe, sources)) {
    227227        psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources");
    228228        psErrorClear();
Note: See TracChangeset for help on using the changeset viewer.