Source: stream/helpers/sector/strhelper_sector__get_sectoring.pro
strhelper_sector::get_sectoring Return the sectoring options of a rate dataset. Usage: sects=strref -> get_sectoring() Keyword: count If set, then return how many sectors there are. possible If set, then return whether the stream can be sectored. local If set, then only return a useful value if the stream has locally set sectoring. is_local If set, return whether the stream has local sectoring settings or not Notes: Setting both the count and possible keys returns the number of sectors in the original data. History: Original (after dshelper): 17/3/00; SJT Spun out to helper class: 28/6/00; SJT Add local keyword: 12/4/01; SJT Use count & possible together: 12/4/02; SJT Add is_local keyword: 29/4/02; SJT