Closed jradavenport closed 8 years ago
When running light_curves(), get error:
light_curves()
IndexError: list index out of range
Can replicate by trying to analyze the last extension with exposure.extension
exposure.extension
I have verified every FFI files has 85 extensions, 1 for header info and 84 detector channels. So ex.extension(85) should get sources for the 84'th channel.
ex.extension(85)
Fixed!
When running
light_curves()
, get error:Can replicate by trying to analyze the last extension with
exposure.extension
I have verified every FFI files has 85 extensions, 1 for header info and 84 detector channels. So
ex.extension(85)
should get sources for the 84'th channel.