Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Mar 28, 2024
1 parent a1ca210 commit 9716235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mica/archive/aca_l0.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def get_l0_images(start, stop, slot, imgsize=None, columns=None):
imgraws = dat["IMGRAW"].filled()

imgs = []
for row, imgraw in zip(dat, imgraws):
for row, imgraw in zip(dat, imgraws):
imgraw = imgraw.reshape(8, 8)
sz = row["IMGSIZE"]
if sz < 8:
Expand Down

0 comments on commit 9716235

Please sign in to comment.