HDASV1
HDASV1()
Support for the Aragon Photonics HDAS format (vendor layout).
Files hold a File_Header (1, 200) float array whose fixed positions carry the acquisition metadata, and an HDAS_DATA dataset of shape (time, distance) holding strain rate. Used e.g. by the IGN-ADIF deployment in the PubDAS Global DAS Month dataset.
Methods
| Name | Description |
|---|---|
| get_format | Return format name and version if resource is an HDAS file. |
| read | Read an HDAS file into a spool. |
| scan | Scan an HDAS file, return summary info about the contents. |
| write | Write the spool to a resource (eg path, stream, etc.). |