Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stacking operation #30

Merged
merged 10 commits into from
Sep 16, 2024
Prev Previous commit
Next Next commit
remove drit
  • Loading branch information
phycodurus committed Sep 11, 2024
commit 6c487bdf55ed0114b525578dc1cfe8f4e4fd6f01
1 change: 0 additions & 1 deletion datalab/datalab_session/tests/test_operations.py
Original file line number Diff line number Diff line change
@@ -335,7 +335,6 @@ def test_operate(self, mock_create_jpgs, mock_save_fits_and_thumbnails, mock_get

# test that the output file (self.temp_stacked_path) is a blank image
output_hdul = fits.open(self.temp_stacked_path)
print(output_hdul['SCI'].data)
self.assertTrue(np.sum(output_hdul['SCI'].data == 0))

def test_not_enough_files(self):
Loading