diff options
author | Thomas White <taw@physics.org> | 2010-04-08 11:44:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-08 11:44:49 +0200 |
commit | fb512209ffc937cfe84eec5ba60a97068bb01536 (patch) | |
tree | e2d22daef9bf6dbc4116aab357e4a731029a5cde | |
parent | efc6fb696354026c611de129d30a9d41ac400967 (diff) |
indexamajig: Fix back CCD geometry (lower panel)
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 72c1b0b1..2b0c9d2c 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -173,7 +173,7 @@ static struct image *get_simage(struct image *template, int alternate) panels[1].min_y = 0; panels[1].max_y = 511; panels[1].cx = 520.8; - panels[1].cy = 772.1; + panels[1].cy = 525.0; panels[1].clen = 56.7e-2; /* 56.7 cm */ panels[1].res = 13333.3; /* 75 microns/pixel */ |