Skip to content

Commit

Permalink
updated the image deconvolution notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyoneda committed Jun 12, 2024
1 parent a712652 commit 0067877
Show file tree
Hide file tree
Showing 12 changed files with 8,323 additions and 9,270 deletions.

Large diffs are not rendered by default.

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"

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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"
Loading

0 comments on commit 0067877

Please sign in to comment.