aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-10 13:43:30 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit865959d6b3adaae1f80fb50da4bebdd9b5d31830 (patch)
treed8da59cc4e0215d77935c88f2b3cc1dd96285435 /tests
parentf7ea70e422fafdc886d5829d1bb5f9f3e75d726f (diff)
Add --no-image-data and --no-mask-data
Diffstat (limited to 'tests')
-rw-r--r--tests/wavelength_geom.c2
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);