Changes between Version 73 and Version 74 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 14, 2010 11:04:39 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v73 v74  
    270270|----------------
    271271{{{#!td style="vertical-align:top"
    272 [=#dummy '''dummy''']
    273 }}}
    274 {{{#!td style="vertical-align:top"
    275 dummy
    276 }}}
    277 {{{#!td style="vertical-align:top"
    278 dummy
    279 }}}
    280 {{{#!td
    281 dummy
     272[=#do3d_comp_prec '''do3d_comp_prec''']
     273}}}
     274{{{#!td style="vertical-align:top"
     275C * 7 (100)
     276}}}
     277{{{#!td style="vertical-align:top"
     278see right
     279}}}
     280{{{#!td
     281Significant digits in case of compressed data output.\\\\
     282This parameter only applies for [#data_output_format data_output_format] = '' 'avs'. ''\\\\
     283In case that data compression is used for output of 3d data (see [#do3d_compress do3d_compress]), this parameter determines the number of significant digits which are to be output.\\\\
     284Fewer digits clearly reduce the amount of data. Assignments have to be given separately for each individual quantity via a character string of the form '' '<quantity name><number of significant digits>','' e.g. '' 'pt2'.'' Only those quantities listed in [#data_output data_output] are admitted. Up to 9 significant digits are allowed (but large values are not very reasonable because they do not effect a significant compression).\\\\
     285The default assignment is '''do3d_comp_prec''' = '' 'u2', 'v2', 'w2', 'p5', 'pt2'. ''
    282286}}}
    283287|----------------