diff options
author | Thomas White <taw@physics.org> | 2020-07-10 13:43:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 865959d6b3adaae1f80fb50da4bebdd9b5d31830 (patch) | |
tree | d8da59cc4e0215d77935c88f2b3cc1dd96285435 /tests | |
parent | f7ea70e422fafdc886d5829d1bb5f9f3e75d726f (diff) |
Add --no-image-data and --no-mask-data
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wavelength_geom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wavelength_geom.c b/tests/wavelength_geom.c index 814e2eb3..3a371ad1 100644 --- a/tests/wavelength_geom.c +++ b/tests/wavelength_geom.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) return 1; } - image = image_read(dtempl, image_filename, NULL); + image = image_read(dtempl, image_filename, NULL, 0, 0); if ( image == NULL ) return 1; printf("wavelength = %e\n", image->lambda); |