kammerje / fouriever

A single toolkit for calibrations, correlations, and companion search for kernel-phase, aperture masking, and long-baseline interferometry data.
6 stars 6 forks source link

Possible bug in chi2map_sub #7

Closed tomasstolker closed 2 years ago

tomasstolker commented 2 years ago

The chi2map_sub method will give the following error when chi2map was not executed beforehand, even though the return from chi2map was stored and used as input for chi2map_sub:

KeyError: 'uu_smear'

Perhaps because chi2map_sub requires an attribute that was created in chi2map?