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

Printing/saving total number of counts used for imaging #94

Open
paolomassa opened this issue Apr 25, 2024 · 0 comments
Open

Printing/saving total number of counts used for imaging #94

paolomassa opened this issue Apr 25, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@paolomassa
Copy link
Contributor

paolomassa commented Apr 25, 2024

I think it would be nice to have this information printed and saved somewhere, like it is done in the IDL version. We use it a lot to have an idea about the reliability of the reconstructions. Maybe we could print this information here

def create_meta_pixels(pixel_data, time_range, energy_range, phase_center, no_shadowing=False):
r"""
Create meta-pixels by summing data with in given time and energy range.
Parameters
----------
pixel_data
Input pixel data
time_range :
Start and end times
energy_range
Start and end energies
phase_center
The coordinates of the phase center
no_shadowing : bool optional
If set to True turn grid shadowing correction off
Returns
-------
`dict`
Visibility data and sub-collimator information
"""

@paolomassa paolomassa added the enhancement New feature or request label Apr 25, 2024
@paolomassa paolomassa added this to the v0.2.0 milestone Apr 25, 2024
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
Status: Todo
Development

No branches or pull requests

1 participant