@@ -22,7 +22,7 @@ processors. The processors are invoked from the command line. Typing
2222will print a detailed usage messages to the screen, like
2323
2424 usage: kaleidoscope-scatter [-h] --source-type
25- {esa-cci-oc,esa-scope-cs,esa-scope-pp,ghrsst,glorys}
25+ {esa-cci-oc,esa-scope-cs,esa-scope-dic,esa-scope- pp,ghrsst,glorys}
2626 --selector {0,1,2,...,100}
2727 [--engine-reader {h5netcdf,netcdf4,zarr}]
2828 [--engine-writer {h5netcdf,netcdf4,zarr}]
@@ -41,7 +41,7 @@ will print a detailed usage messages to the screen, like
4141
4242 options:
4343 -h, --help show this help message and exit
44- --source-type {esa-cci-oc,esa-scope-cs,esa-scope-pp,ghrsst,glorys}
44+ --source-type {esa-cci-oc,esa-scope-cs,esa-scope-dic,esa-scope- pp,ghrsst,glorys}
4545 the source type. (default: None)
4646 --selector {0,1,2,...,100}
4747 the Monte Carlo stream selector. An integral number
@@ -70,7 +70,9 @@ will print a detailed usage messages to the screen, like
7070
7171and
7272
73- usage: kaleidoscope-collect [-h] [--engine-reader {h5netcdf,netcdf4,zarr}]
73+ usage: kaleidoscope-collect [-h] --source-type
74+ {esa-cci-oc,esa-scope-cs,esa-scope-dic,esa-scope-pp,ghrsst,glorys}
75+ [--engine-reader {h5netcdf,netcdf4,zarr}]
7476 [--engine-writer {h5netcdf,netcdf4,zarr}]
7577 [--log-level {debug,info,warning,error,off}]
7678 [--mode {multithreading,synchronous}]
9294
9395 options:
9496 -h, --help show this help message and exit
97+ --source-type {esa-cci-oc,esa-scope-cs,esa-scope-dic,esa-scope-pp,ghrsst,glorys}
98+ the source type. (default: None)
9599 --engine-reader {h5netcdf,netcdf4,zarr}
96100 specify the engine used to read the source product
97101 file. (default: None)
0 commit comments