Closed boada closed 7 years ago
Hmm. I agree that 2MASS should use Ks
instead of K
. How about adding something like
self.data.rename_column('Kmag', 'Ksmag')
in catalog.py
close to line 268? That would conserve the difference between the 2MASS Ks
band and the broader K
band.
PS: I haven't had time to look into your SALTICAM implementation, but it's on my list!
Columns aren't called
Ks
, even though I think they should be.This means that in the
telescopes.py
file the 2MASS filters should be called J, H, K.