get_format
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return True if file contains Optasense version 2 data else False.
Parameters
Parameter | Description |
---|---|
path | A path to the file which may contain Optasense data. |
method of dascore.io.quantx.core.QuantXV2 | source |
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return True if file contains Optasense version 2 data else False.
Parameter | Description |
---|---|
path | A path to the file which may contain Optasense data. |