From 44d4515791d59f17d6ada2a2ef4b41bc8a941f77 Mon Sep 17 00:00:00 2001 From: Edoardo Riggio Date: Wed, 2 Aug 2023 15:40:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7441c96..8b43f4e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Essentially, the visible channel gets too bright. When making an HRPT composite, There is a single script that seperates channels from a raw APT image, and uses the channels to create the final composite. Both the two channels and the colored image are available in the `out/` directory. ``` -$ ./src/makeRGB.py --help +$ python ./src/makeRGB.py --help usage: makeRGB.py [-h] [-m MODE] [-b] src APT Colorizer CLI @@ -36,7 +36,7 @@ options: ``` ``` -./src/makeRGB.py input.png --boost --mode noir +python ./makeRGB.py input.png --boost --mode noir ``` # Image Gallery