IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32705


Ignore:
Timestamp:
Nov 18, 2011, 11:14:57 AM (14 years ago)
Author:
eugene
Message:

remember to copy the footprint view as well on the peak

Location:
trunk/psModules/src/objects
Files:
2 edited

Legend:

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

    r32347 r32705  
    190190    out->assigned        = in->assigned;
    191191    out->type            = in->type;
     192    out->footprint       = in->footprint;
    192193
    193194    return true;
  • trunk/psModules/src/objects/pmPeaks.h

    r32347 r32705  
    7171    bool assigned;                      ///< is peak assigned to a source?
    7272    pmPeakType type;                    ///< Description of peak.
    73     pmFootprint *footprint;             ///< reference to containing footprint
     73    pmFootprint *footprint;             ///< reference to containing footprint (just a view, not a memcopy)
    7474    psArray *saddlePoints;              ///< set of saddle points between this peak and near neighbors
    7575}
Note: See TracChangeset for help on using the changeset viewer.