saveSeismogramToFile

The seismograms are written to data files in the given directory. Also writes out a dsml file for use in GEE and other fissures tools that support datasets. Always returns true unless there is an error.

Example

<saveSeismogramToFile>
    <fileType>sac</fileType>
    <dataDirectory>POND_II</dataDirectory>
    <eventDirLabel> Event_<originTime>yyyy_DDD_HH_mm_ss</originTime>
    </eventDirLabel>
</saveSeismogramToFile>

This consists of

<saveSeismogramToFile>

<fileType>
choice
sac
mseed
end choice
</fileType>
<prefix>Any text</prefix> optional
<dataDirectory>Any text</dataDirectory>
<eventDirLabel> </eventDirLabel>
</saveSeismogramToFile>

Places this can be found