Skip to content

Commit 5c64a0f

Browse files
committed
Update: documentation
1 parent 99eb766 commit 5c64a0f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ processors. The processors are invoked from the command line. Typing
2222
will 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

7171
and
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}]
@@ -92,6 +94,8 @@ and
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

Comments
 (0)