addfile_awx¶
- mipylib.dataset.midata.addfile_awx(fname, getfn=True)¶
- Add a AWX data file (Satellite data file format from CMA). use this function is the file has no - .awxsuffix, otherwise use- addfilefunction.- Parameters
- fname – (string) The AWX file name. 
- getfn – (string) If run - __getfilenamefunction or not. Default is- True.
 
- Returns
- (DimDataFile) Opened file object. 
 

