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

Imaging: emitting regions #213

Open
ThomasCeulemans opened this issue Jul 5, 2023 · 0 comments
Open

Imaging: emitting regions #213

ThomasCeulemans opened this issue Jul 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ThomasCeulemans
Copy link
Collaborator

For creating models to compare with observations, it would be nice to have some indication of where the majority of emitted radiation (per pixel) comes from. Practically, I need to output source functions and optical depth increments on rays. Note: this is already somewhat impractically implemented in model::compute_image_for_point.

The main implementation challenge would then be to create a new image type for this 4D data (pixel (x,y), position on ray (z)), frequency) and coherently add it to the rest of the codebase (TODO: contemplate whether it is better to create a new class or subclass the existing Image class).

@ThomasCeulemans ThomasCeulemans added the enhancement New feature or request label Jul 5, 2023
@ThomasCeulemans ThomasCeulemans self-assigned this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant