IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2020, 3:41:20 PM (6 years ago)
Author:
eugene
Message:

distinguish randomly-generated stars from those supplied by a reference catalog (flags2 | PM_SOURCE_MODE2_MATCHED)

File:
1 edited

Legend:

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

    r41173 r41397  
    7979        star->flux = ppSimMagToFlux (star->mag, zp) * expTime;
    8080        star->peak = ppSimStarFluxToPeak (star->flux, seeing);
     81        star->external = TRUE; // stars loaded from catalog are external
    8182
    8283        stars->data[oldSize + i] = star;
Note: See TracChangeset for help on using the changeset viewer.