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

Incorporate 3D fitting from Ahmed's masters project #217

Open
wants to merge 106 commits into
base: dev
Choose a base branch
from

Conversation

PaulHancock
Copy link
Owner

@PaulHancock PaulHancock commented Dec 10, 2024

This PR will add the functionality to address #40 (fitting across multiple images), by allowing Aegean to fit across multiple frequencies at once. Users will in put a cube with two spatial and one frequency dimension, and the sources that are returned will have been fit across all frequencies with a model that includes a spectral index.

These features are work in progress, and this PR will facilitate automated testing.

TODO:

  • Enable priorized fitting
  • Enable blind fitting
  • Figure out what to do about the data correlation across frequencies
  • Update BANE to work on / produce 3d bkg/rms maps
  • Allow users to have a psf that varies with frequency (define a data format)
  • Figure out what annotation files will look like

PaulHancock and others added 30 commits April 18, 2024 15:04
@PaulHancock
Copy link
Owner Author

BANE now handles image cubes as intended:

  • 2d images produce 2d bkg/rms maps
  • 3d cube produce 3d bkg/rms maps unless you specify --slice=N in which case you'll get a 2d bkg/rms from the N'th freq band

Aegean is able to use this functionality to auto generate 3d bkg/rms images if they are not found.

@PaulHancock
Copy link
Owner Author

Pulled in changes that address #220 and deleted branch aeres-3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants