Open astrofle opened 3 months ago
I think it should be possible to use a Selection object so that summary and selection resembles that of SDFITS but with fewer columns to choose from. Then methods like timeaverage could take kwargs for selection or use the preselected kwargs like getps & friends.
This is scope expansion so we need to tread carefully, but it enhances usability a lot.
Feature description How do we go from the elements in a
ScanBlock
to scans, IFs and/or polarizations? If a ScanBlock has four elements, How can a user tell which element corresponds to which scan, IF and/or polarization? Right now this would require querying eachScan
individually for itsScan.scan
or the corresponding attribute. This could be simplified for ease of use.Solution One possible solution would be to provide a summary listing what is where. For example:
It does not need to be a dictionary of dictionaries, but that shows the idea.