Changes between Version 194 and Version 195 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 29, 2010 1:05:23 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v194 v195  
    614614This parameter defines the length which scales the positions of the masked data along x-direction.\\\\
    615615'''Example:'''
    616    '''mask_scale_x''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along x-direction by ''10.0'' (-> 0., 50., 100.).
     616   '''mask_scale_x''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along x-direction by ''10.0'' (-> [#mask_x mask_x] = 0., 50., 100.).
    617617For scaling the masked data along y-direction use [#mask_scale_y mask_scale_y]. For scaling the masked data along z-direction use [#mask_scale_z mask_scale_z].
    618618}}}
     
    631631This parameter defines the length which scales the positions of the masked data along y-direction.\\\\
    632632'''Example:'''
    633    '''mask_scale_y''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along y-direction by ''10.0'' (-> 0., 50., 100.).
     633   '''mask_scale_y''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along y-direction by ''10.0'' (-> [#mask_y mask_y] = 0., 50., 100.).
    634634For scaling the masked data along x-direction use [#mask_scale_x mask_scale_x]. For scaling the masked data along z-direction use [#mask_scale_z mask_scale_z].
    635635}}}
     
    648648This parameter defines the length which scales the positions of the masked data along z-direction.\\\\
    649649'''Example:'''
    650    '''mask_scale_z''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along z-direction by ''10.0'' (-> 0., 50., 100.).
     650   '''mask_scale_z''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output along z-direction by ''10.0'' (-> [#mask_z mask_z] = 0., 50., 100.).
    651651For scaling the masked data along x-direction use [#mask_scale_x mask_scale_x]. For scaling the masked data along y-direction use [#mask_scale_y mask_scale_y].
    652652}}}