jbloom commited on
Commit ·
bb07848
1
Parent(s): 6e2625f
run black
Browse files- GBI-16-2D.py +0 -1
GBI-16-2D.py
CHANGED
|
@@ -549,7 +549,6 @@ def lris_read_amp(inp, ext, redchip=False, applygain=True):
|
|
| 549 |
predata = np.fliplr(predata)
|
| 550 |
postdata = np.fliplr(postdata)
|
| 551 |
|
| 552 |
-
|
| 553 |
# dummy gain data since we're keeping as uint16
|
| 554 |
gaindata = 0.0 * data + 1.0
|
| 555 |
|
|
|
|
| 549 |
predata = np.fliplr(predata)
|
| 550 |
postdata = np.fliplr(postdata)
|
| 551 |
|
|
|
|
| 552 |
# dummy gain data since we're keeping as uint16
|
| 553 |
gaindata = 0.0 * data + 1.0
|
| 554 |
|