Introduced changes apply common mode correction - temporarily commented out along with other earlier changes to try an understand segmentation fault after one file processed.

This commit is contained in:
2024-01-22 14:20:25 +01:00
parent 457cc0f70c
commit 5caf1966fb
2 changed files with 15 additions and 5 deletions

View File

@@ -3,7 +3,8 @@
#include "sls/tiffIO.h"
#include <iostream>
#include <tiffio.h>
#include "/usr/include/tiffio.h"
//#include <tiffio.h>
void *WriteToTiff(float *imgData, const char *imgname, int ncol, int nrow) {
constexpr uint32_t sampleperpixel = 1;