Browse Source

Merge pull request #9 from technobird22/clarifications-to-readme

Added clarifications to readme
tags/v1.8.0
Liam 3 years ago
committed by GitHub
parent
commit
795aef4272
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      README.md

+ 5
- 2
README.md View File

@@ -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 <path> Output filename
-d <path> Destination directory
@@ -73,8 +73,9 @@ 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 types
### Image output types

- `r`: Raw Image
- `a`: Channel A
@@ -132,6 +133,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`

Loading…
Cancel
Save