@@ -1,6 +1,6 @@ | |||||
![Aptdec logo](textlogo.png) | ![Aptdec logo](textlogo.png) | ||||
Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
## Description | ## Description | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -535,7 +535,7 @@ int main(int argc, char **argv) { | |||||
// Temperature | // Temperature | ||||
if (CONTAINS(imgopt, 't') && chB >= 4) { | if (CONTAINS(imgopt, 't') && chB >= 4) { | ||||
// TODO: Doesn't work with channel 4 | // TODO: Doesn't work with channel 4 | ||||
//temperature(prow, nrow, chB, CHB_OFFSET); | |||||
temperature(prow, nrow, chB, CHB_OFFSET); | |||||
sprintf(pngfilename, "%s/%s-t.png", pngdirname, name); | sprintf(pngfilename, "%s/%s-t.png", pngdirname, name); | ||||
ImageOut(pngfilename, "Temperature", prow, nrow, 909, CHB_OFFSET, (char *)TempPalette, enhancements, mapFile); | ImageOut(pngfilename, "Temperature", prow, nrow, 909, CHB_OFFSET, (char *)TempPalette, enhancements, mapFile); | ||||
} | } | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -22,4 +22,4 @@ | |||||
#define ERR_PNG_WRITE "Could not create a PNG write struct\n" | #define ERR_PNG_WRITE "Could not create a PNG write struct\n" | ||||
#define ERR_PNG_INFO "Could not create a PNG info struct\n" | #define ERR_PNG_INFO "Could not create a PNG info struct\n" | ||||
#define ERR_TELE_ROW "Telemetry decoding error, not enough rows.\n" | #define ERR_TELE_ROW "Telemetry decoding error, not enough rows.\n" | ||||
#define VERSION "Aptdec; copyright (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019" | |||||
#define VERSION "Aptdec; copyright (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019-2020" |
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||