Results 142 comments of Pieter Noordhuis

@kazaril Hey Sam, are you sure you're pointing at the right satellite? It is possible you're looking at GOES-18 which is only transmitting a HRIT carrier at this point. That...

This is a header-only library, so I don't see how using the system provided version would be needed. Were you trying to get a build working without the `vendor` directory...

Thanks for the PR! Are you sure the conversion of I/Q data to `std::complex` is good? What is the AGC gain value in the statistics output when you have it...

Thanks for posting! And thanks for the fix, @spinomaly. Any chance someone could send over an LRIT file of a text message? Perhaps there still is a timestamp in there...

@bab5871 Can you suggest what stats would be useful? Since you can configure arbitrary handlers, I'm thinking the stats should be a bit more low level, perhaps to count the...

Thanks for reporting. The error is produced by code that interprets a zip file. Only the EMWIN data stream includes zip files, so some file in that stream must be...

You're running an older version of goesproc. When you reinstall, what commands do you run? When you start it without specifying a path (i.e. just "goesproc") then it will try...

New DCS format documentation: https://dcs1.noaa.gov/documents/HRIT%20DCS%20File%20Format.pdf

Is this something you'd be interested in contributing?

It will be easier to add an LRIT output mode to goesproc; goeslrit was intended as a quick and dirty way to get some files for testing. The functionality is...