breqFastRequest

Mainly useful for accessing data that is not available via Fissures/DHI, such as restricted PASSCAL datasets or data from datacenters that have a breqfast system but not DHI seismogram servers. Of course the network information must be available to SOD. As this subsetter always returns true, processing will continue past this point. In most cases, the whole reason to generate breqfast requests is that it is the only way to get the data, and so there is not much point in proceeding down the waveform arm. You will generally want to wrap the breqFastRequest in a requestNOT (or vectorRequestNOT for a waveformVectorArm) so that the return value is false. This will allow SOD to proceed to the next piece of work and avoid the wasted time in going to the server to get data.

Example

<breqFastRequest>
  <name>Jenny Seismologist</name>
  <inst>Univ. of Example</inst>
  <mail>Dept. of Seismology., Main St. MyTown AA, USA</mail>
  <email>joe@seis.example.edu</email>
  <phone>555-867-5309</phone>
  <fax>none</fax>
  <media>Electronic</media>
  <altmedia1>Electronic</altmedia1>
  <altmedia2>Electronic</altmedia2>
  <quality>b</quality>
</breqFastRequest>

This consists of

<breqFastRequest>

<workingDir>Any text</workingDir> optional
<location>Any text</location> optional
interleave
<label>Any text</label> optional
<name>Any text</name>
<inst>Any text</inst>
<mail>Any text</mail>
<email>Any text</email>
<phone>Any text</phone>
<fax>Any text</fax>
<media>Any text</media>
<altmedia1>Any text</altmedia1>
<altmedia2>Any text</altmedia2>
<quality>Any text</quality>
</breqFastRequest>

Places this can be found

In request there is a choice between all of the following