class documentation
class S1burstIDmap: (source)
Constructor: S1burstIDmap(date_str_init, dirmap, pathIDmap, list_date, ...)
S1burstIDmap class.
| Method | __init__ |
S1burstIDmap initialisation. |
| Method | checkfile |
Check the available map(s) stored. |
| Method | downloadfile |
Download the available map(s) stored. |
| Method | print |
Print the class attributes |
| Instance Variable | date |
First date to search the S1-Burst-ID map [Default: '29/05/2022'] |
| Instance Variable | dirmap |
Directory of the S1-Burst-ID map |
| Instance Variable | list |
List of the date to search the S1-Burst-ID map [Default: empty] |
| Instance Variable | log |
Loggin mode [Default: None] |
| Instance Variable | path |
Full path of the S1-Burst-ID map [Default: None] |
| Instance Variable | verbose |
Verbose [Default: True] |
def __init__(self, date_str_init:
Optional[ str] = '29/05/2022', dirmap: Optional[ str] = constants.__pathS1map__, pathIDmap: Optional[ Union[ str, None]] = None, list_date: Optional[ list] = [], verbose: Optional[ bool] = True, log: Optional[ Union[ str, None]] = None):
(source)
¶
S1burstIDmap initialisation.
Return
S1burstIDmap class
| Parameters | |
datestr, Optional | First date to search the S1-Burst-ID map [Default: '29/05/2022'] |
dirmap:str, Optional | Directory of the S1-Burst-ID map |
pathstr or None, Optional | Full path of the S1-Burst-ID map [Default: None] |
listlist, Optional | List of the date to search the S1-Burst-ID map [Default: empty] |
verbose:bool, Optional | Verbose [Default: True] |
log:str or None, Optional | Loggin mode [Default: None] |