forked from cositools/cosipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the image deconvolution notebooks
- Loading branch information
Showing
12 changed files
with
8,323 additions
and
9,270 deletions.
There are no files selected for viewing
3,345 changes: 1,895 additions & 1,450 deletions
3,345
...rials/image_deconvolution/511keV/GalacticCDS/511keV-DC2-Galactic-ImageDeconvolution.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 27 additions & 19 deletions
46
...utorials/image_deconvolution/511keV/GalacticCDS/imagedeconvolution_parfile_gal_511keV.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
author: Hiroki Yoneda | ||
date: 2024-01-23 | ||
model_property: | ||
coordinate: "galactic" | ||
nside: 16 | ||
scheme: "ring" | ||
energy_edges: [509.0, 513.0] | ||
model_initialization: | ||
algorithm: "flat" # more methods, e.g., simple-backprojection, user-defined, would be implemented. | ||
parameter_flat: | ||
values: [ 1e-4 ] #cm-2 s-1 sr-1, the number of these values should be the same as "the number of energy_edges - 1". | ||
date: 2024-06-12 | ||
model_definition: | ||
class: "AllSkyImage" | ||
property: | ||
coordinate: "galactic" | ||
nside: 16 | ||
scheme: "ring" | ||
energy_edges: # shoud be the same as the response matrix | ||
value: [509.0, 513.0] | ||
unit: "keV" | ||
unit: "cm-2 s-1 sr-1" # do not change it as for now | ||
initialization: | ||
algorithm: "flat" # more methods, e.g., simple-backprojection, user-defined, would be implemented. | ||
parameter: | ||
value: [1e-4] #the number of these values should be the same as "the number of energy_edges - 1". | ||
unit: "cm-2 s-1 sr-1" # do not change it as for now | ||
deconvolution: | ||
algorithm: "RL" | ||
parameter_RL: | ||
iteration: 10 | ||
parameter: | ||
iteration_max: 10 | ||
acceleration: True | ||
alpha_max: 10.0 | ||
save_results_each_iteration: False | ||
response_weighting: True | ||
response_weighting: True | ||
response_weighting_index: 0.5 | ||
smoothing: True | ||
smoothing_FWHM: 2.0 #deg | ||
# stopping_criterion: "TBD" | ||
background_normalization_fitting: False | ||
background_normalization_range: [0.01, 10.0] | ||
smoothing: True | ||
smoothing_FWHM: | ||
value: 2.0 | ||
unit: "deg" | ||
background_normalization_optimization: True | ||
background_normalization_range: {"albedo": [0.01, 10.0]} | ||
save_results: False | ||
save_results_directory: "./results" |
2,368 changes: 1,145 additions & 1,223 deletions
2,368
...torials/image_deconvolution/511keV/ScAttBinning/511keV-DC2-ScAtt-ImageDeconvolution.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,704 changes: 1,086 additions & 618 deletions
1,704
docs/tutorials/image_deconvolution/511keV/ScAttBinning/511keV-DC2-ScAtt-Upsampling.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 27 additions & 19 deletions
46
...rials/image_deconvolution/511keV/ScAttBinning/imagedeconvolution_parfile_scatt_511keV.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
author: Hiroki Yoneda | ||
date: 2024-01-23 | ||
model_property: | ||
coordinate: "galactic" | ||
nside: 16 | ||
scheme: "ring" | ||
energy_edges: [509.0, 513.0] | ||
model_initialization: | ||
algorithm: "flat" # more methods, e.g., simple-backprojection, user-defined, would be implemented. | ||
parameter_flat: | ||
values: [ 1e-4 ] #cm-2 s-1 sr-1, the number of these values should be the same as "the number of energy_edges - 1". | ||
date: 2024-06-12 | ||
model_definition: | ||
class: "AllSkyImage" | ||
property: | ||
coordinate: "galactic" | ||
nside: 16 | ||
scheme: "ring" | ||
energy_edges: # shoud be the same as the response matrix | ||
value: [509.0, 513.0] | ||
unit: "keV" | ||
unit: "cm-2 s-1 sr-1" # do not change it as for now | ||
initialization: | ||
algorithm: "flat" # more methods, e.g., simple-backprojection, user-defined, would be implemented. | ||
parameter: | ||
value: [1e-4] #the number of these values should be the same as "the number of energy_edges - 1". | ||
unit: "cm-2 s-1 sr-1" # do not change it as for now | ||
deconvolution: | ||
algorithm: "RL" | ||
parameter_RL: | ||
iteration: 10 | ||
parameter: | ||
iteration_max: 10 | ||
acceleration: True | ||
alpha_max: 10.0 | ||
save_results_each_iteration: False | ||
response_weighting: True | ||
response_weighting: True | ||
response_weighting_index: 0.5 | ||
smoothing: True | ||
smoothing_FWHM: 2.0 #deg | ||
# stopping_criterion: "TBD" | ||
background_normalization_fitting: False | ||
background_normalization_range: [0.01, 10.0] | ||
smoothing: True | ||
smoothing_FWHM: | ||
value: 2.0 | ||
unit: "deg" | ||
background_normalization_optimization: True | ||
background_normalization_range: {"albedo": [0.01, 10.0]} | ||
save_results: False | ||
save_results_directory: "./results" |
Oops, something went wrong.