IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:56:56 PM (15 years ago)
Author:
eugene
Message:

add unofficial PS1_V4 output format (not yet standard); add clean radial profile to find sky limit; use sky limit to control kron analysis window; fix thread / memory problem for radial photometry; fix object matching for forced psf photometry; fix object matching to get the right matches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r32347 r32633  
    137137    source->apFlux           = NAN;
    138138    source->apFluxErr        = NAN;
     139
     140    source->skyRadius        = NAN;
     141    source->skyFlux          = NAN;
     142    source->skySlope         = NAN;
    139143
    140144    source->pixWeightNotBad  = NAN;
Note: See TracChangeset for help on using the changeset viewer.