Skip to content

Commit

Permalink
more refinements to the example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarwin committed Nov 1, 2024
1 parent f280b1d commit b3877c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"source": [
"# Detector response file\n",
"# Make sure to unzip file after downloading!\n",
"fetch_wasabi_file('COSI-SMEX/DC2/Responses/SMEXv12.Continuum.HEALPixO3_10bins_log_flat.binnedimaging.imagingresponse.nonsparse_nside8.area.good_chunks_unzip.h5.zip')"
"fetch_wasabi_file('COSI-SMEX/DC2/Responses/SMEXv12.Continuum.HEALPixO3_10bins_log_flat.binnedimaging.imagingresponse.nonsparse_nside8.area.good_chunks_unzip.earthocc.h5.zip')"
]
},
{
Expand Down Expand Up @@ -401,7 +401,9 @@
"id": "25c9e430-05c7-4119-bc05-ec025223c237",
"metadata": {},
"source": [
"Now let's calculate the estimated background. To make a short example, we'll only consider 1 Em bin and 2 Phi bins, as specified by the optional keywords e_loop and s_loop, respectively. We'll also make plots here for demonstrational purposes. "
"Now let's calculate the estimated background. To make a short example, we'll only consider 1 Em bin and 2 Phi bins, as specified by the optional keywords e_loop and s_loop, respectively. We'll also make plots here for demonstrational purposes. \n",
"\n",
"Note that the current code has not yet been optimized for speed, as it uses a simple nested for loop. The time required to generate the estimated background using all bins is roughyly 4 hours. The option to use a subset of the Em bins and/or Phi bins may be useful for analyses that also use a given subset, but at this point the main motivation for this option is for demonstrational purposes, and when using this option, nothing is done with the other bins. "
]
},
{
Expand Down

0 comments on commit b3877c3

Please sign in to comment.