<h2>org.autoplot.pngwalk.CreatePngWalk.Params</h2><p>parameters specifying the creation of a pngwalk.</p>
<h2>Params( )</h2>
<p></p>

<hr>
<a name="outputFolder"></a>
<h2>outputFolder</h2>
<p>output folder for the walk, e.g. /home/user/pngwalk/</p>

<hr>
<a name="timeRangeStr"></a>
<h2>timeRangeStr</h2>
<p>timerange to cover for the walk, e.g. 2012 through 2014.</p>

<hr>
<a name="rescalex"></a>
<h2>rescalex</h2>
<p>rescale to show context for each step, e.g. "0%,100%" or
 "0%-1hr,100%+1hr"</p>

<hr>
<a name="autorange"></a>
<h2>autorange</h2>
<p>autorange dependent dimensions</p>

<hr>
<a name="autorangeFlags"></a>
<h2>autorangeFlags</h2>
<p>consider autorange flags for each axis.</p>

<hr>
<a name="runOnCopy"></a>
<h2>runOnCopy</h2>
<p>clone the dom and run on the copy, so the original Autoplot is free.</p>

<hr>
<a name="version"></a>
<h2>version</h2>
<p>version tag to apply to each image, if non-null</p>

<hr>
<a name="product"></a>
<h2>product</h2>
<p>product name for the walk, e.g. product</p>

<hr>
<a name="timeFormat"></a>
<h2>timeFormat</h2>
<p>timeformat for the walk, e.g. $Y$m$d</p>

<hr>
<a name="batchUri"></a>
<h2>batchUri</h2>
<p>Uri that creates an events dataset, like
 'http://emfisis.physics.uiowa.edu/events/rbsp-a/burst/rbsp-a_burst_times_20130201.txt?eventListColumn=3'
 or null for automatically generating names based on template.</p>

<hr>
<a name="useBatchUri"></a>
<h2>useBatchUri</h2>
<p>if true, use the URI to source the list of events.</p>

<hr>
<a name="batchUriName"></a>
<h2>batchUriName</h2>
<p>if non-null, use the name in the event list column instead of the
 product and timeFormat. For example, the batch file contains lines
 like: 2015-03-05T02:10 2015-03-05T02:14 marsex/event1 so this png
 will have the name outputFolder + "marsex/event1" + ".png" This must
 be either empty "" or "$o" for now.</p>

<hr>
<a name="createThumbs"></a>
<h2>createThumbs</h2>
<p></p>

<hr>
<a name="update"></a>
<h2>update</h2>
<p>if true, skip over products that appear to be created already.</p>

<hr>
<a name="outputFormat"></a>
<h2>outputFormat</h2>
<p>presently this is png or pdf</p>

<hr>
<a name="writeVap"></a>
<h2>writeVap</h2>
<p>also write a .vap file</p>

<hr>
<a name="removeNoData"></a>
<h2>removeNoData</h2>
<p>check that image contains data.</p>

<hr>
<a name="toString"></a>
<h2>toString</h2>
toString(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p></p>

<h3>Returns:</h3>
java.lang.String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=toString&unscoped_q=toString">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/pngwalk/CreatePngWalk.Params.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/pngwalk/CreatePngWalk.Params.html#toString">[view on old javadoc]</a>
<br>
<br>