Conversation
… redshift CSV Small 5-member cluster + standalone NFWMCRLudlow host halo + 2 multiply-imaged point sources at z=1.0. Writes per-source JSONs and a combined point_datasets.csv carrying the new `redshift` column (PyAutoLens #465), so the CSV is the canonical hand-editable cluster input. Removes the `cluster/simulator` entry from no_run.yaml so the script runs in test mode and the release build. Co-Authored-By: Claude Opus 4.7 <[email protected]>
This was referenced Apr 20, 2026
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.
Summary
Rewrites
scripts/cluster/simulator.pyas a small 5-member cluster with anNFWMCRLudlowSphdark matter host halo and 2 multiply-imaged point sources at a shared redshift. The simulator writes per-source JSONs and a single combinedpoint_datasets.csvcarrying theredshiftcolumn (new optional field from PyAutoLens #465), making the CSV the canonical hand-editable cluster input.Scripts Changed
scripts/cluster/simulator.py— full rewrite. 5 main lens galaxies (SersicSph+dPIEMassSph), standaloneNFWMCRLudlowSphhost halo atmass_at_200 = 10^15.3, 2 source galaxies (SersicCore+Point) atz=1.0. Produces 3 multiple images per source. Writesmain_lens_centres.json,host_halo_centre.json,source_centres.json,tracer.json,point_dataset_{0,1}.json, combinedpoint_datasets.csvwithredshiftcolumn, and full-grid imaging/PSF/noise FITS. Docstring section "Manual CSV Editing" explains the spreadsheet workflow.config/build/no_run.yaml— removedcluster/simulatorentry; script now runs in test mode and the release build.Upstream PR
PyAutoLabs/PyAutoLens#465
Test Plan
🤖 Generated with Claude Code