Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to simulate a rectangular CCD #29

Open
noqsi opened this issue Oct 5, 2016 · 2 comments
Open

Need to simulate a rectangular CCD #29

noqsi opened this issue Oct 5, 2016 · 2 comments

Comments

@noqsi
Copy link
Contributor

noqsi commented Oct 5, 2016

SpyFFI can only simulate a square CCD. While the TESS CCDs are officially 2048 square, they really have 2068 rows. Except for a few bottom rows covered in Al, these rows are optically sensitive, so they will be a source of blooming and streaking just like the rest of the array. They will appear in the raw images. There is, in fact, no reason to avoid using them for science, too. We need to include them in simulations.

@rkvanderspek
Copy link

Minor corrections/clarifications:

The raw images will have 2078 rows:
2048 official imaging rows
10 buffer rows above the imaging area
10 virtual rows created in the imaging area, useful for measuring smear
10 virtual rows created in the framestore area
The bottom, partially-covered rows will not appear in the FFIs: the image-to-FS clocking is 2078 rows

On Oct 5, 2016, at 12:02 PM, John P. Doty [email protected] wrote:

SpyFFI can only simulate a square CCD. While the TESS CCDs are officially 2048 square, they really have 2068 rows. Except for a few bottom rows covered in Al, these rows are optically sensitive, so they will be a source of blooming and streaking just like the rest of the array. They will appear in the raw images. There is, in fact, no reason to avoid using them for science, too. We need to include them in simulations.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #29, or mute the thread https://github.com/notifications/unsubscribe-auth/AK3fY9dej8nlzPIX2tojzseQKom0ndTWks5qw8ongaJpZM4KO_Sc.

@noqsi
Copy link
Contributor Author

noqsi commented Oct 5, 2016

The optical simulation needs to include the partially-covered rows, since they will bloom and smear. This requires changes to existing SPyFFI code.

Right now, I'm planning to add the virtual rows and edit out the dropped rows downstream of the optical simulation, as a separate functional operation outside the existing SPyFFI code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants