Skip to content

Commit

Permalink
Update star_tracker_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kk60503 authored Dec 11, 2023
1 parent 12b3172 commit b78de8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oresat_star_tracker/star_tracker_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ def _encode_compress_tiff(self, data: np.ndarray, meta=None) -> np.ndarray:
data,
dtype=data.dtype,
metadata=meta,
compression="zstd",
compressionargs={"level": 1},
)

# Get the encoded TIFF data from the memory file
Expand Down

0 comments on commit b78de8d

Please sign in to comment.