Commit 393a5381 authored by Andrey Filippov's avatar Andrey Filippov

added file dimensions output

parent f8839287
......@@ -32,10 +32,10 @@
// all of the next 5 were disabled
#define NOCORR
#define NOCORR_TD
//#define NOCORR_TD
#define NOTEXTURES
#define NOTEXTURE_RGBA
#define NOTEXTURE_RGBAXXX
//#define NOTEXTURE_RGBAXXX
#define SAVE_CLT
......@@ -2585,6 +2585,7 @@ int main(int argc, char **argv)
cudaMemcpyDeviceToHost));
#ifndef NSAVE_TEXTURES
printf("Open raw, real, little-endian, 18 images 648x520\n");
#ifdef NO_DP
printf("Writing RBGA texture slices to %s\n", result_textures_rgba_file);
writeFloatsToFile(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment