From 865959d6b3adaae1f80fb50da4bebdd9b5d31830 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 10 Jul 2020 13:43:30 +0200 Subject: Add --no-image-data and --no-mask-data --- tests/wavelength_geom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3