Project

General

Profile

Actions

Anomalie #66

open

bruit dans la pyramide

Added by Yann Clénet about 13 years ago.

Status:
Nouveau
Priority:
Normal
Start date:
06/26/2013
Due date:
% Done:

0%

Estimated time:

Description

vu dans yoga_wfs.cpp

pour comp_sh_generic :

if (this->noise > 1) {
//cout << "adding poisson noise" << endl;
this
>d_bincube->prng('P');
}
if (this->noise > 0) {
//cout << "adding detector noise" << endl;
this->d_bincube->prng('N',this->noise,1.0f);
}

pour comp_pyr_generic

if (this->noise > 0) {
this->d_bincube->prng('N', this->noise,1.0f);
} else
cutilSafeCall(cudaMemset(this->d_bincube->getData(), 0,
sizeof(float) * this->d_bincube->getNbElem()));

outre la non prise en compte du cas noise=0 pour la pyramide, je vois qu'il n'y a pas l'argument "beta" de la fonction prng

No data to display

Actions

Also available in: Atom PDF