Adding a new XRISM-Xtend getting started notebook#150
Open
Adding a new XRISM-Xtend getting started notebook#150
Conversation
added 30 commits
November 19, 2025 16:08
…he template, as well as the necessary index entries. For issue #128
…ing-started-xrism-xtend.md. For issue #128
…ef introduction to the xtdpipeline, and a note about the relatively immature nature of XRISM's software and best practises. For issue #128
…the call to it, and the setting up of template file paths. For issue #128
…the getting-started-xrism-xtend.md notebook. For issue #128
…dpipeline in the getting-started-xrism-xtend.md. For issue #128
…ting-started-xrism-xtend.md. Also put in subsection heading for the 'generating new products' part. For issue #128
… gets angry if the outdir already exists, and I like to make sure my demos move INTO the out directory to work. As such there is a lower layer temporary outdir created which is where xtdpipeline can write files. All in getting-started-xrism-xtend.md. For issue #128
…y, as well as a demonstration of how to validate our assumed relation through looking at a pre-generated RMF. All in getting-started-xrism-xtend.md, for issue #128
… required for generating energy bound data products for XRISM-Xtend to the getting-started-xrism-xtend.md notebook. For issue #128
…nd images (gen_xrism_xtend_image) to the getting-started-xrism-xtend.md notebook. For issue #128
… make the image generation work. For issue #128
…-xtend.md notebook, and included some commentary. May add a bit about how to use an event list to find the size of the event pixels. For issue #128
…eration to the getting-started-xrism-xtend.md. For issue #128
…ion in the getting-started-xrism-xtend.md notebook. Seems to work fine, including spatial re-binning and creating different types of map. For issue #128
…tting-started-xrism-xtend.md notebook. For issue #128
…on to the getting-started-xrism-xtend.md notebook, for issue #128
…unction in the getting-started-xrism-xtend.md notebook. For issue #128
…tcurve, to control which light curve bins are thrown out because of fractional exposure. For issue #128
…second section of product generation (with spectra, as it will be source specific). Added a template variable for light curve outputs. All in getting-started-xrism-xtend.md, for issue #128
…getting-started-xrism-xtend.md notebook. Also indicated that N132D can be treated as a point source here, and extended source analysis will be handled in another notebook. For issue #128
…gion file to getting-started-xrism-xtend.md. For issue #128
…es source and background RA-DEC region files. They will be converted to sky coords for each observation, and possibly overlaid on every image from each observation. For issue #128
…ghtcurve' wrapper function for XRISM-Xtend light curve generation in the getting-started-xrism-xtend.md notebook. For issue #128
…ges from XRISM-Xtend data in the getting-started-xrism-xtend.md notebook. If those arguments are missing it seems that no sky-pixel WCS is written to the resulting images, which is obviously a problem. For issue #128
…arted-xrism-xtend.md notebook. Implemented for the light curve generation step at the moment. For issue #128
… getting-started-xrism-xtend.md notebook. For issue #128
…getting-started-xrism-xtend.md notebook. For issue #128.
… generates new spectra which calculates correct values of BACKSCAL for the source and background spectra. For issue #128
Collaborator
Author
|
Just ran this again on Fornax-internal, and it does go all the way through, but the trouble is that it takes nearly two hours aaaargh. No way that can happen on CircleCI. I don't really understand, as I swear I remember it going much faster at one point. Majority of the time is spent on the |
…se to see if it'll run in time on CircleCI. For PR #150
In an effort to get the XRISM notebook build to finish.
Collaborator
Author
|
Color-blindness accessibility isn't as bad as I thought, but I should change the line style of each of the regions, and mention the line style in the commentary text when referring to what each region is. |
Collaborator
Author
|
Need to ask XRISM Xtend team how bad it is that I've disabled individual dataclass GTI calculation as a speed-up, and how strongly I should encourage readers to turn it back on. |
…m-xtend.md notebook. Also collapsed the HEASoft version comparison cell.
added 2 commits
February 10, 2026 11:03
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HEASARC notebook review template
Critical review criteria
The author of the pull request should make an effort to go through these check points and ensure that their submission satisfies each point - reviewers will also compare to these checklists.
Science review checklist
Formatting checklist
Tech review checklist
try/exceptstatements that are narrow in scope?