Attention
From version v0.5, SEGY-SAK has migrated the documentation to https://trhallam.github.io/segysak/latest/.
This documentation will be archived from v0.6.
segysak.segy.segy_header_scan
- segysak.segy.segy_header_scan(segyfile, max_traces_scan=1000, silent=False, **segyio_kwargs)
Perform a scan of the segy file headers and return ranges.
To get the raw header information see segy_header_scrape
- Parameters:
segyfile (string) – Segy File Path
max_traces_scan (int/str, optional) – Number of traces to scan. For all set to 0 or ‘all’. Defaults to 1000.
silent (bool) – Disable progress bar.
- Returns:
Uses pandas describe to return statistics of your headers.
- Return type: