Xerbo / LeanHRPT-Decode

An easy to use HRPT decoder.
GNU General Public License v3.0
83 stars 11 forks source link

Tools hang on Windows #16

Closed zeke800 closed 2 years ago

zeke800 commented 2 years ago

Describe the feature you would like Is it possible to add a bin to soft converter?

Additional context Also how do I operate the VCDU to CADU converter?

Thank you so much!!

Xerbo commented 2 years ago

The vcdu2cadu tool is only available when building from source as of now since I have not added it to the workflows yet. Actually using it is as simple as ./vcdu2cadu input.vcdu output.cadu

As for bin to soft that doesn't really make sense as it is going down a processing level, it would make more sense for a bin2raw16/bin2cadu tool.

zeke800 commented 2 years ago

Ok, thank you so much!! I assume the tools are added to the Windows build now? Thank you so much for vigilantly responding to all my issues!

zeke800 commented 2 years ago

Just tested, it's fine! Thank you so much!

zeke800 commented 2 years ago

Hmm... It's just hanging? cadu

zeke800 commented 2 years ago

Yayy!! I was able to decode using SatDump :) MSU-MR-5-EQU-PROJ

zeke800 commented 2 years ago

I have found that while Meteor decodes fine, it does not write NOAA CADUs. The size is just 0 bytes.

Xerbo commented 2 years ago

NOAA doesn't use CADUs, use the bin2raw16 tool

zeke800 commented 2 years ago

Ohhhhh!!! Why didn't I think of that XD