AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

API: Remove redundant `model` parameter #277

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

This parameter is redudant with ExitwaveOptions noise_model.

Purpose

In a recent PR, a new method for specifying the noise model was introduced via the noise_model parameter of the ExitwaveOptions class. This PR removes the previous method of choosing the noise model, so that there are not two methods.

Approach

Pre-Merge Checklists

Submitter

Reviewer