weixin_39747577 2020-11-20 20:17
浏览 0

GSE2: apply CALIB during read()

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

  • 写回答

6条回答 默认 最新

  • weixin_39747577 2020-11-20 20:17
    关注

    [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?

    评论

报告相同问题?