MultibeamModule¶
- class HSTB.kluster.fqpr_intelligence.MultibeamModule(**kwargs)¶
Bases:
IntelModuleIntelModule specific for multibeam files, with multibeam specific attribution
Methods Summary
Return the list of file paths sorted by start time
remove_file(filepath)In addition to the base method, for multibeam module we need to also remove the file from the line group
Methods Documentation
- file_path_sorted_by_time()¶
Return the list of file paths sorted by start time
- remove_file(filepath)¶
In addition to the base method, for multibeam module we need to also remove the file from the line group
- Parameters
filepath (
str) – absolute file path for the file to remove- Returns
unique id for the file we removed, FqprIntel is generating the unique id
- Return type
int