From ad1b4bf5d33874725c5d3b2cb68dd36ec66ddba8 Mon Sep 17 00:00:00 2001 From: technobird22 <51074275+kiwibird22@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:06:56 +1200 Subject: [PATCH 1/3] Clarification to output heading in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 847dc5d..aaf2033 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Apply a falsecolor palette -k Map offset (in px, default: 0) ``` -### Image types +### Image output types - `r`: Raw Image - `a`: Channel A From 894e275f2b9989c915c74ae76f523400fdad0476 Mon Sep 17 00:00:00 2001 From: technobird22 <51074275+kiwibird22@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:07:41 +1200 Subject: [PATCH 2/3] Added link to NOAA database Contains a variety of data and specifications for the polar orbiting satellite series --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaf2033..67b8228 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ Environmental Satellite Receiving Stations](https://noaasis.noaa.gov/NOAASIS/pub [NOAA KLM coefficients](https://web.archive.org/web/20141220021557/https://www.ncdc.noaa.gov/oa/pod-guide/ncdc/docs/klm/tables.htm) +[NOAA Satellite specifications and more information](https://www1.ncdc.noaa.gov/pub/data/satellite/publications/podguides/N-15%20thru%20N-19/pdf/) + ## License See `LICENSE` From 4b9aa8b886c9f06cc5112107c86843d1c3855cc6 Mon Sep 17 00:00:00 2001 From: technobird22 <51074275+kiwibird22@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:08:53 +1200 Subject: [PATCH 3/3] Clarified stackability of output types --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b8228..6eb1a85 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Apply a falsecolor palette ### Arguments ``` --i [r|a|b|t|m|p] Output type (kinda stackable) +-i [r|a|b|t|m|p] Output type (stackable*) -e [t|h|l|d|p|f] Effects (stackable) -o Output filename -d Destination directory @@ -73,6 +73,7 @@ Apply a falsecolor palette -g Gamma adjustment (1.0 = off) -k Map offset (in px, default: 0) ``` +\* Should work with all combinations, but temperature needs to be done last as it calibrates the buffer ### Image output types