Add SOAR instruments to instrument list
dekishalay opened this issue · 3 comments
dekishalay commented
Feature Summary
Please add SOAR + Spartan and SOAR + Triplespec in list of instruments.
Usage / behavior
We have data and upcoming runs on SOAR, and would like to add instruments to coordinate with Fritz.
Implementation details
And the following instruments in the API for SOAR
{'name': 'Spartan',
'type': 'imager',
'band': 'infrared',
'telescope_id': 72,
'filters': ['2massj', '2massh', '2massks']
}
{
'name': 'TSpec',
'type': 'spectrograph',
'band': 'infrared',
'telescope_id': 72,
}
mcoughlin commented
@dekishalay Done. Let us know if you see any issues.
dekishalay commented
Can we please also add the Goodman spectrograph to the list? Thanks
{'name': 'Goodman',
'type': 'imaging spectrograph',
'band': 'optical',
'telescope_id': 72,
}
mcoughlin commented
Done.