From 5514dbd5ef6cb932b580c0784fae03088aa01608 Mon Sep 17 00:00:00 2001 From: Miguel de Val-Borro Date: Tue, 14 Feb 2017 11:18:01 -0500 Subject: [PATCH] Add fits extension to image file --- example/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/model.c b/example/model.c index 4f0a947..afdbc8e 100644 --- a/example/model.c +++ b/example/model.c @@ -125,7 +125,7 @@ input(inputPars *par, image *img){ */ // img[i].unit = 0; img[i].units = "0 1 2"; - img[i].filename = "image0"; // Output filename + img[i].filename = "image0.fits"; // Output filename } /******************************************************************************/