IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36300


Ignore:
Timestamp:
Nov 22, 2013, 2:40:24 PM (13 years ago)
Author:
bills
Message:

if source is externally supplied and it already has a finite Mrf do not change it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceMoments.c

    r36206 r36300  
    530530        kronRefRadius = MIN(radius, kronRefRadius);
    531531    }
    532     source->moments->Mrf = kronRefRadius;
     532
     533    // if source is externally supplied and it already has a finite Mrf do not change it
     534    if (! ((source->mode & PM_SOURCE_MODE_EXTERNAL) && isfinite(source->moments->Mrf))) {
     535        source->moments->Mrf = kronRefRadius;
     536    }
    533537
    534538    return true;
Note: See TracChangeset for help on using the changeset viewer.