From 1532e208c8b9086b6ebe9df44ef5dcee79a84050 Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sat, 15 Feb 2020 23:53:09 -0300 Subject: [PATCH] wording --- METEOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/METEOR.md b/METEOR.md index fe7ba78..701ef42 100644 --- a/METEOR.md +++ b/METEOR.md @@ -9,5 +9,5 @@ Currently, the satellite is using 137.1Mhz as the center frequency, Wide-FM @ 12 2. Use dbdexter's [meteor_demod](https://github.com/dbdexter-dev/meteor_demod) to convert the audio stream to QPSK symbols at a 72k rate 3. Use artlav's [medet_arm](https://github.com/artlav/meteor_decoder) to generate a decoded dump and then a false color image 4. Use dbdexter's [meteor_rectify](https://github.com/dbdexter-dev/meteor_rectify) to correct the visible deformation on Meteor images (wrong aspect ratio) - 1. [I made](rectify.py) some changes on the script such as running it as a single process, export to compressed JPG and so on + 1. I made [some changes](rectify.py) to rectify to export to compressed JPG and remove some prints