-
Notifications
You must be signed in to change notification settings - Fork 20
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
issue/627/testskypixelcoords: New notebook to test coordinate system effects with instructions to use example data #629
Conversation
…_components and _compute_lensing_angles functions
…ngles_flatsky function
…astropy function and fix bug in coordinate system conversion bug in compute_lensing_angles_astropy
Changes unknown |
…uster.py and test_mockdata.py
…eed to incorporate Caio's added functionality for sky vs. pixel coordinates in CLMM
…lation of HSCY3 cluster without CLMM, but need to change colossus dependency because it is not easy to install on NERSC
…y dependency in notebook to the astropy one so this is easier to run on NERSC
…re-installing latest CLMM with Caio's added coordinate_system kwargs
… in _compute_lensing_angles_flatsky and updated tests
… systems in _compute_lensing_angles_flatsky and updated tests" This reverts commit 4a1faa6.
…ate system in Tomomi's notebook
Hi @cavestruz, for some reason the latest version of this branch doesn't have the current version of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove outputs from notebook
…ile paths and removing comments or redundant text in the markdown
…anges to the file in this branch that should not have been committed
…on as noted by Caio
…will get the checks passed
examples/demo_mock_cluster.ipynb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the extra cells were added again 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, outdated version
"ax.grid(which=\"minor\", lw=0.1)\n", | ||
"plt.legend(fontsize=20)\n", | ||
"plt.show()\n", | ||
"plt.savefig('clmm_hsc_cluster.png')\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we shouldn't save the figure.
…cessarily expect a strong signal in center regions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great - thank you for making these modifications with the black formatter.
…effects with instructions to use example data (#629) * new notebook to test coordinate systems and shear measurements * editing README for the data availability * Added option to choose coordinate system for generated mock catalog * Added ellipticity coordinate system conversion tests to test_galaxycluster.py and test_mockdata.py * Added documentation to other test cases in Tomomi's notebook. Still need to incorporate Caio's added functionality for sky vs. pixel coordinates in CLMM * starting to work through and document example of lensing signal calculation of HSCY3 cluster without CLMM, but need to change colossus dependency because it is not easy to install on NERSC * added kwargs to GalaxyCluster instance definition in preparation for re-installing latest CLMM with Caio's added coordinate_system kwargs * test_coordinate.ipynb now runs from top to bottom using Caio's coordinate system implementation! * modified the Oguri example to also show incorrect coordinate assumption as noted by Caio * added a note for the CosmoDC2 clusters so the user is aware to not necessarily expect a strong signal in center regions * clarified why there might be less signal in the TXPipe outputted CosmoDC2 thing --------- Co-authored-by: Caio Lima de Oliveira <[email protected]> Co-authored-by: Camille Avestruz <[email protected]> Co-authored-by: Marina Ricci <[email protected]>
No description provided.