eleanor
eleanor copied to clipboard
tesscut sometimes returns frames that are one pixel off
I'm still trying to diagnose why. It might be a WCS issue, in which case it's going to be hard for us to build a workaround. The postcards/frames with tc=False look fine.
MWE:
star = eleanor.Source(tic=43529044, sector=5, tc=False)
star = eleanor.Source(tic=43529044, sector=5, tc=True)
give regions offset by one pixel, which then affects the apertures and everything that flows down from it.
I'll keep investigating (but not right now) but wanted to post this in case anyone else has seen this before in tesscut images and has ideas on how to fix it!