Subversion Repositories public iLand

Rev

Rev 1182 | Rev 1217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1182 Rev 1204
Line 435... Line 435...
435
        double n_px = ring_val * ring_area * species()->fecundity_m2() / mLDDSeedlings;
435
        double n_px = ring_val * ring_area * species()->fecundity_m2() / mLDDSeedlings;
436
        ldd_sum += ring_val * ring_area; // this fraction of the full kernel (=1) is distributed in theis ring
436
        ldd_sum += ring_val * ring_area; // this fraction of the full kernel (=1) is distributed in theis ring
437
437
438
        mLDDDensity.push_back(n_px);
438
        mLDDDensity.push_back(n_px);
439
    }
439
    }
440
    qDebug() << "Setup LDD for" << species()->name() << ", using probability: "<< mLDDSeedlings<< ": Distances:" << mLDDDistance << ", seed pixels:" << mLDDDensity << "covered prob:" << ldd_sum;
-
 
-
 
440
    if (logLevelInfo())
-
 
441
        qDebug() << "Setup LDD for" << species()->name() << ", using probability: "<< mLDDSeedlings<< ": Distances:" << mLDDDistance << ", seed pixels:" << mLDDDensity << "covered prob:" << ldd_sum;
441
442
442
    return ldd_sum;
443
    return ldd_sum;
443
}
444
}
444
445
445
/* R-Code:
446
/* R-Code: