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_$event.getTime('yyyy_DDD_HH_mm_ss')</eventDirLabel>
</saveSeismogramToFile>

This consists of

<saveSeismogramToFile>

<fileType> optional
choice
sac
mseed
end choice
</fileType>
<prefix>Any text</prefix> optional
<dataDirectory>Any text</dataDirectory> optional
<eventDirLabel>Any text</eventDirLabel> optional
<id>Any text</id> optional
<preserveRequest/> optional
<storeSeismogramsInDB/> optional
<sacHeader> optional
<phaseTime> Any number of times
<model>Any text</model>
<phaseName>Any text</phaseName>
<tHeader>integer</tHeader>
</phaseTime>
</sacHeader>
</saveSeismogramToFile>

Places this can be found

In seismogramProcess there is a choice between all of the following