Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Feature request: Excess Noise in WFS #31

@jcranney

Description

@jcranney

Description

In other AO simulation tools (e.g., YAO, PASSATA) it is possible to simulate excess noise in the WFSs (in addition to the standard RON, photon noise, etc.). An example implementation can be found in the yao_fast.c file, line 1331. This should be relatively straightforward to implement and would improve the practicality of COMPASS.

In short, for a given excessnoise (default=1.0f), the flux is scaled by 1/(excessnoise*excessnoise) before computing the Poisson distributed pixel intensities, then afterwards the intensities are rescaled by excessnoise*excessnoise to restore the correct flux before the readout noise, etc, is added.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions