IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2010, 5:39:56 PM (16 years ago)
Author:
eugene
Message:

adding new structure and IO function to support simple circular radial apertures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20100506/src/objects/pmSource.c

    r27657 r27924  
    5454    psFree(tmp->moments);
    5555    psFree(tmp->diffStats);
     56    psFree(tmp->radial);
    5657    psFree(tmp->blends);
    5758    psTrace("psModules.objects", 10, "---- end ----\n");
     
    116117    source->extpars = NULL;
    117118    source->diffStats = NULL;
     119    source->radial = NULL;
    118120
    119121    source->region = psRegionSet(NAN, NAN, NAN, NAN);
Note: See TracChangeset for help on using the changeset viewer.