Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation
»
ObsPy Library Reference
»
obspy.gse2 - GSE2/GSE1 read and write support for ObsPy
»
obspy.gse2.core
»
obspy.gse2.core.isGSE2
¶
isGSE2
(
filename
)
[source]
¶
Checks whether a file is GSE2 or not.
Parameters:
filename
(
string
)
GSE2 file to be checked.
Return type:
bool
Returns:
True
if a GSE2 file.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation
»
ObsPy Library Reference
»
obspy.gse2 - GSE2/GSE1 read and write support for ObsPy
»
obspy.gse2.core
»