Currently CALIB is not applied when reading GSE2 files.[[BR]]
I talked with Jo and he thinks it should be applied during read() by default (with the possibility to switch this off via a keyword argument).
该提问来源于开源项目:obspy/obspy
Currently CALIB is not applied when reading GSE2 files.[[BR]]
I talked with Jo and he thinks it should be applied during read() by default (with the possibility to switch this off via a keyword argument).
该提问来源于开源项目:obspy/obspy
[megies] suggestion:
- use a keyword argument apply_CALIB to do this during read() (i.e. in the internally called readGSE2())
- default maybe should be True but rather extreme change so:
- default False
- show DeprecationWarning
- change default to True in next tagged Version[[BR]]
[[BR]]
opinions?