IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30683


Ignore:
Timestamp:
Feb 17, 2011, 3:58:42 PM (15 years ago)
Author:
eugene
Message:

correct apMag as well as psfMag for the zero point offset (needed because psfMag - apMag is used in the test of valid input sources)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ppStack/src/ppStackSources.c

    r30620 r30683  
    8080                continue;
    8181            }
    82             source->psfMag += 1.0;
     82            source->psfMag += 1.0; // modified only for a test
    8383#ifdef ASTROMETRY
    8484            if (source->modelPSF) {
     
    292292                        continue;
    293293                    }
     294                    // XXX need to apply to apMag as well
    294295                    source->psfMag += magCorr;
     296                    source->apMag += magCorr;
    295297                }
    296298            }
Note: See TracChangeset for help on using the changeset viewer.