Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Jul 13, 2024
1 parent 3ab06ae commit e635014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytomoatt/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def create_model(self):
default='0/1/2/3', metavar='ncol_lon/ncol_lat/ncol_dep/ncol_vel')
parser.add_argument('-o', help='Path to output model, defaults to Sub_CRUST1.0_nr_nt_np.h5', default=None, metavar='fname')
parser.add_argument('-s', help='Smooth the 3D model with a Gaussian filter,'
'Sigma is the standard division of the smoothing kernel, defaults to None',
'Sigma is the standard division of the smoothing kernel in km, defaults to None',
default=None, type=float, metavar='sigma')
parser.add_argument('-t', help='Type of velocity vp or vs are available, valid for -m1', default='vp', metavar='vel_type')
args = parser.parse_args(sys.argv[2:])
Expand Down

0 comments on commit e635014

Please sign in to comment.