diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-26 16:14:42 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-26 16:14:42 -0700 |
commit | 86fa0c2abf6e1399e5c2751f64cf4c19c912aedf (patch) | |
tree | 1b35ce3539bbda36f4697de5a6586c9d6458bdaf /src/im-sandbox.c | |
parent | 516dc9e50975ef245f7367b35eb038787f81708c (diff) |
New parameter in beam description files: profile_radius
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index d7cce8fa..97dd3dfe 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -276,7 +276,7 @@ static void process_image(const struct index_args *iargs, /* Calculate orientation matrix (by magic) */ image.div = beam->divergence; image.bw = beam->bandwidth; - image.profile_radius = 0.0001e9; + image.profile_radius = beam->profile_radius; index_pattern(&image, cell, indm, iargs->cellr, config_verbose, iargs->ipriv, |