Skip to content

Adding an optional argument for calculating oversampling factor "k"

Alexis Lau requested to merge alexis_develop into master

An optional argument (fixed_k = None) has been added to the ParametricPSFfromPSD -> psfao for calculating the minimal factor (oversampling factor "k") to ensure enough sampling. By default, fixed_k is "None". k is fixed to a user input value when fixed_k is equal to some values.

Merge request reports