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/ppSimInsertStars.c

    r41331 r41397  
    163163        source->sky = skyFlux;
    164164
     165        // mark the externally supplied stars:x
     166        if (star->external) {
     167          source->mode2 |= PM_SOURCE_MODE2_MATCHED;
     168        }
     169
    165170        // add the sources to the source array
    166171        psArrayAdd (sources, 100,source);
Note: See TracChangeset for help on using the changeset viewer.