Source: dataset/helpers/sector/dshelper_sector__get_sectoring.pro
dshelper_sector::get_sectoring Return the sectoring options of a rate dataset. Usage: sects=dsid->get_sectoring() Keyword: count If set, then return how many sectors there are. average If set, return whether sector averages are requested. collapse If set, then return the "collapsed form" list (used by the inheritance of defaults in init) max_count If set, then return the count, after checking on all streams to see if they have extra sectors. all If set, then check streams for local settings as well. visible If set, then restrict max_count and all to those streams that have not been marked hidden. History: Original: 19/11/99; SJT Changed to reflect relocation of average to slot 0: 20/12/99; SJT Add count keyword: 16/2/00; SJT Restructure: 27/6/00; SJT Add collapse key: 29/6/00; SJT