Skip to content

Commit

Permalink
Removed unnecessary type specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arttu Ilari Miettinen committed Apr 7, 2022
1 parent 54573b6 commit e059e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/stitch_settings_from_tomcat_scans.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
argsparser.add_argument('-b', '--binning', default=1, type=int, help='Binning that is to be applied before stitching.')
argsparser.add_argument('-n', '--name', default='stitched', type=str, help='Sample name.')
argsparser.add_argument('-r', '--recdir', default='', type=str, help='Try to find reconstructions from this directory. Use e.g. if the reconstructions were done in Ra and the original log files do not contain reconstruction folder. String %%s will be replaced by sub-scan name, e.g. /das/work/p1234/Data10/disk1/%%s/ may expand to /das/work/p1234/Data10/disk1/01_BigSample_B7/')
argsparser.add_argument('-m', '--mask', action='store_true', type=bool, help='Set to true to mask the input images to the maximum inscribed circle in each cross-section. Use this setting to erase possible bad data outside of the well-reconstructed region.')
argsparser.add_argument('-m', '--mask', action='store_true', help='Set to true to mask the input images to the maximum inscribed circle in each cross-section. Use this setting to erase possible bad data outside of the well-reconstructed region.')

args = argsparser.parse_args()

Expand Down

0 comments on commit e059e9b

Please sign in to comment.