Have the ScienceData.get_data
return a dict-type structure rather than a tuple
#67
Labels
enhancement
New feature or request
At present when you call the function
ScienceData.get_data()
it returns a tuple of counts, errors, times, durations and energies. However for a user, you would need to know a priori what index of the tuple is what. It would make sense to return a dict of these values.The text was updated successfully, but these errors were encountered: