update analysis options

This commit is contained in:
Josh Coalson
2001-03-16 23:33:00 +00:00
parent b006493de7
commit e43d555fcc
2 changed files with 25 additions and 6 deletions

View File

@@ -195,10 +195,18 @@
</TR> </TR>
<TR> <TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC"> <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
-v --a-rtext
</TD> </TD>
<TD> <TD>
Verbose mode. Includes the residual signal in the analysis file. This will make the file <B>very</B> big, much larger than even the decoded file. Includes the residual signal in the analysis file. This will make the file <B>very</B> big, much larger than even the decoded file.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
--a-rgp
</TD>
<TD>
Generates a gnuplot file for every subframe; each file will contain the residual distribution of the subframe. This will create a <B>lot</B> of files.
</TD> </TD>
</TR> </TR>
</TABLE> </TABLE>

View File

@@ -125,12 +125,23 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-v</option> <term><option>--a-rtext</option>
</term> </term>
<listitem> <listitem>
<para>Verbose mode. Includes the residual signal in <para>Includes the residual signal in the analysis
the analysis file. This will make the file very file. This will make the file very big, much
big, much larger than even the decoded file.</para> larger than even the decoded file.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--a-rgp</option>
</term>
<listitem>
<para>Generates a gnuplot file for every subframe;
each file will contain the residual distribution
of the subframe. This will create a lot of
files.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>