You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MMTModules.py lines 1599-1602, 1673-1676, 1748-1751, 1824-1827, and 1900-1903, the = signs should be +=. With just the = sign, if the crosstalk happens to leak into the center pixel, this overwrites the signal at the center pixel instead of adding to the signal there.
The text was updated successfully, but these errors were encountered:
CesileyKing
changed the title
Typos in ‘crosstalk_pix_map’ functions
Additional typos in ‘crosstalk_pix_map’ functions
Aug 14, 2023
In MMTModules.py lines 1599-1602, 1673-1676, 1748-1751, 1824-1827, and 1900-1903, the = signs should be +=. With just the = sign, if the crosstalk happens to leak into the center pixel, this overwrites the signal at the center pixel instead of adding to the signal there.
The text was updated successfully, but these errors were encountered: