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?
The
chi2map_sub
method will give the following error whenchi2map
was not executed beforehand, even though the return fromchi2map
was stored and used as input forchi2map_sub
:KeyError: 'uu_smear'
Perhaps because
chi2map_sub
requires an attribute that was created inchi2map
?