r2cloud icon indicating copy to clipboard operation
r2cloud copied to clipboard

WxtoImg processing

Open gorzynsk opened this issue 2 years ago • 2 comments

Hi,

I would love to process saved output file from NOAA passes in WxToImg with all of its capabilities. The problem is that the file downloaded have always "output.wav" name and not really a name that WxToImg would give it while recording the pass. I even tried to change the filename before opening in WxToImg, but it fails to decode the time of pass correctly and won't add overlay etc.

Could we somehow check how WxToImg recognizes time of pass and maybe change the default name of the downloaded file to match it?

gorzynsk avatar Feb 18 '22 12:02 gorzynsk

Can't find where wxtoimg requires time of pass. It might use it to auto detect satellite. But if you're processing it manually, then manual should be just fine.

Usage: wxtoimg [-N|-S] [-a|-b] [-e <enh>] [-f <hz>] [-h] [-t <sat>] x.wav x.png
  where: -N         northbound pass 
         -S         southbound pass (default)
         -a         channel A image only
         -b         channel B image only
         -e <enh>   enhancement option (histeq, MSA, MCIR, HVCT, sea, ZA, ...)
         -f <hz>    adjust sound card sample rate (default 11025.0)
         -h         show advanced options usage
         -t <sat>   force processing to one of:
                    Resurs(r), Meteor3(m), Meteor2(2), SICH1M(h), SICH(s), Okean(o), NOAA(n), Meteosat(e), GOES(g), GMS(j), MTSAT(k), other(x) (default is autodetect)

dernasherbrezon avatar Feb 19 '22 21:02 dernasherbrezon

Hello. I have a simple script that processes the noaa recordings from r2cloud and outputs it on a folder, which you can have a web server on. https://github.com/EricFROL/r2cloud-apt-decoder Maybe this could satisfy your needs.

EricFROL avatar Dec 26 '22 12:12 EricFROL