You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In encode.js, I noticed that vertResolution seems to refer to the number of pixels per line, which would make it a horizontal resolution rather than vertical. Based on the explanations in the SSTV handbook, this might be a typo, and renaming it to horizontalResolution (or pixelsPerLine) could help clarify its meaning.
That said, I might have misunderstood, so please feel free to clarify if I’ve gotten it wrong!
The text was updated successfully, but these errors were encountered:
As I've been working through the decoder - I noticed that as well. I've been thinking pixelsPerLine or similar may be the best name - but I'll take a look this weekend to be sure!
In
encode.js
, I noticed thatvertResolution
seems to refer to the number of pixels per line, which would make it a horizontal resolution rather than vertical. Based on the explanations in the SSTV handbook, this might be a typo, and renaming it tohorizontalResolution
(orpixelsPerLine
) could help clarify its meaning.That said, I might have misunderstood, so please feel free to clarify if I’ve gotten it wrong!
The text was updated successfully, but these errors were encountered: