From 27da7fc3b8c4ae479305d5de996bf8c729fabac3 Mon Sep 17 00:00:00 2001 From: Chun Hong Yoon Date: Thu, 13 Dec 2012 23:01:54 +0100 Subject: more user options for beam photon energy --- src/im-sandbox.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 1b460d4e..706dfa7b 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -235,6 +235,11 @@ static void process_image(const struct index_args *iargs, return; } + if (beam->photon_energy == 0) { // read from existing hdf5 + fill_in_beamParam(beam, hdfile); + } + image.lambda = ph_en_to_lambda(eV_to_J(beam->photon_energy)); + if ( image.lambda < 0.0 ) { if ( beam != NULL ) { ERROR("Using nominal photon energy of %.2f eV\n", -- cgit v1.2.3