mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Add SST for AVHRR, fix some calibration stuff
This commit is contained in:
parent
cbbab153ba
commit
f953276003
7 changed files with 121 additions and 18 deletions
|
|
@ -99,6 +99,8 @@ namespace lua_utils
|
|||
{
|
||||
bindImageType<uint8_t>(lua, "image8");
|
||||
bindImageType<uint16_t>(lua, "image16");
|
||||
|
||||
lua["image8_lut_jet"] = &image::LUT_jet<uint8_t>;
|
||||
}
|
||||
|
||||
void bindGeoTypes(sol::state &lua)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue