recordSectionDisplayGenerator

Reads the dsml file created by the saveSeismogramToFile processor and generates the recordsection image file

Example

<recordSectionDisplayGenerator>
    <id>RecordSection_</id>
    <fileNameBase>recordSection</fileNameBase>
    <idealNumberOfSeismograms>10</idealNumberOfSeismograms>
    <distanceRange>
        <min>0</min>
        <max>180</max>
    </distanceRange>
    <recordSectionSize>
        <width>400</width>
        <height>400</height>
    </recordSectionSize>
</recordSectionDisplayGenerator>

This consists of

<recordSectionDisplayGenerator>

<id>Any text</id>
<saveSeisId>Any text</saveSeisId> optional
<fileNameBase>Any text</fileNameBase> optional
<idealNumberOfSeismograms>integer</idealNumberOfSeismograms> optional
<maxNumberOfSeismograms>integer</maxNumberOfSeismograms> optional
<distanceRange> optional </distanceRange>
<percentSeisHeight>double</percentSeisHeight> optional
<recordSectionSize> optional
<displayConfig> </displayConfig>
</recordSectionDisplayGenerator>

Places this can be found

In seismogramProcess there is a choice between all of the following