lightkurve / lkprf

Repository for working with PRF files
4 stars 3 forks source link

different TESS PRF models for Sectors 1-3 #5

Closed keatonb closed 2 months ago

keatonb commented 3 months ago

The TESS mission provides different PRF models for Sectors 1-3 than later sectors https://heasarc.gsfc.nasa.gov/docs/tess/observing-technical.html#point-spread-function

Can sector number be specified to access these different data products, perhaps defaulting to the later PRF models if sector isn't specified?

Nschanche commented 3 months ago

You are correct @keatonb, there were PRF models produced for sectors 1-3. I agree that some users may be interested in accessing these files.

I've created PR #9 that adds in the ability to specify a sector. If sector 1-3 is selected, the early PRF models will be downloaded. If a higher sector (or no sector) is specified, the later models will be selected.

Nschanche commented 2 months ago

Changed merged with PR #9.