Commit 3a404f3381fe361ff50269b210875f8dfb0fce7c
1 parent
9496d91a
Exists in
master
REFAC removed the option -c -m for cirrus and maja_erode, as it was not available anymore
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PCC/all_run_pcc.py
... | ... | @@ -220,7 +220,7 @@ def main(): |
220 | 220 | parser.add_argument('-l', action='store', default=None, dest='location', help='Location (e.g. Orleans)') |
221 | 221 | parser.add_argument('-d', action='store', default=None, dest='current_date', help='The desired date to process (e.g. 20170702)') |
222 | 222 | parser.add_argument('-m', action='store', default=None, dest='masks_already_computed', help='Bool, if the masks have already been computed') |
223 | - parser.add_argument('-r', action='store', default=None, dest='alcd_ref', help='Which chains you want to compare to. Can contain i (initial), c (cirrus), d (dilation), m (maja erode). e.g. id for initial and dilation') | |
223 | + parser.add_argument('-r', action='store', default=None, dest='alcd_ref', help='Which chains you want to compare to. Can contain i (initial), d (dilation). e.g. id for initial and dilation') | |
224 | 224 | parser.add_argument('-b', action='store', default=None, dest='binary_only', help='If you only want to compute the binary difference. False will compute the multi-class difference also') |
225 | 225 | |
226 | 226 | results = parser.parse_args() | ... | ... |