Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Alert Production S17 - 5, Alert Production S17 - 6, Alert Production F17 - 7
-
Team:Alert Production
Description
To see the contents of an afw table in python, you have to do something like
catalog[0].extract("*")
|
I'm not sure what the best repr() output would be (certainly for a Record it should be a full dump of the contents), but currently table.repr()==table.str(), which is equally unhelpful.
Maybe this will come "for free" when we get astropy.table views, but it makes exploring the contents of a table a pain right now.
Doing this as part of today's pair coding exercise.