Skip to content
Philip Crotwell edited this page Mar 10, 2021 · 1 revision

Note:

This functionality is deprecated and will be removed in the seisFile 2.0 release. If you wish to continue to use it, see the last 1.x release, which was 1.8.6.

Introduction

SeisFile supports the public seismic network, or PSN, file format. Code is in the edu.sc.seis.seisFile.psn package.

Example

PSNDataFile psnData = new PSNDataFile(filename);
Clone this wiki locally