kammerje / spaceKLIP

Pipeline for reducing JWST high-contrast imaging data. Published in Kammerer et al. 2022 and Carter et al. 2022.
https://ui.adsabs.harvard.edu/abs/2022SPIE12180E..3NK/abstract
MIT License
16 stars 10 forks source link

Plotting bug in imagetools.align_frames() #92

Closed ell-bogat closed 8 months ago

ell-bogat commented 1 year ago

in line 1996: when calling ax.scatter() the kwarg color=colors[index] throws an index error if you have more than 10 files in the input database. Potential fix is replacing with color=colors[index%10] to continue cycling through the list.

mperrin commented 8 months ago

@AarynnCarter Can this also be marked closed and completed now?