parkus/scicatalog

How does "printItem" work?

Opened this issue · 1 comments

I get how to specify which column I want, but not which row.

That's because that method didn't work :) Fixed now.

>>> starprops = sc.SciCatalog('starprops')
>>> starprops.printItem('gj832', 'Teff')
3446.0 (+110.0, -110.0) [neves14]

Also, just FYI, I often find it more convenient to just look at the full tables with, e.g., starprops.values or starprops.errpos