Skip to content

Commit

Permalink
Add fits extension to image file
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel de Val-Borro committed Apr 12, 2017
1 parent 7654865 commit 5514dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

/******************************************************************************/
Expand Down

0 comments on commit 5514dbd

Please sign in to comment.