Skip to content
Snippets Groups Projects

WIP: Add dirty association as used in previous experimentation -> needs rework...

Closed Timo Millenaar requested to merge basic_association into main
5 files
+ 547
43
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -14,7 +14,8 @@ from trap import source_extraction
)
def test_sources_from_fits_pyse(path, expected_nr_sources):
sources = source_extraction.sources_from_fits_pyse(path)
pyse_im = source_extraction.read_pyse_image(path)
sources = source_extraction.sources_from_fits_pyse(pyse_im)
expected_columns = [
"ra",
Loading