mommermi / photometrypipeline

automated photometry pipeline for small to medium-sized observatories
GNU General Public License v3.0
62 stars 27 forks source link

fixed column mismatch in kband #17

Closed boada closed 7 years ago

boada commented 7 years ago

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.

mommermi commented 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!