Skip to content
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

Working version of the morphology pipeline for SOAP output #10

Merged
merged 4 commits into from
May 7, 2024

Conversation

EvgeniiChaikin
Copy link
Collaborator

@EvgeniiChaikin EvgeniiChaikin commented May 2, 2024

Running morphology pipeline before this update, using VR catalogues: https://swift.dur.ac.uk/COLIBREPlots/chaikin/individual_runs/YEAR2023/z0.0_M_L12N188_new_pipeline/

Running morphology pipeline after this update, using only SOAP output: https://swift.dur.ac.uk/COLIBREPlots/chaikin/individual_runs/YEAR2023/z0.0_M_L12N188_new_pipeline_soap/

TODO

  • For a given halo, load only a fraction of the particle data from the snapshot, containing only those particles that are close to the halo (currently all snapshot data is loaded)

[halo_z - r_size, halo_z + r_size],
]

swift_mask.constrain_spatial(spatial_mask)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This spatial mask is intended to be used. However, currently I cannot use it because otherwise, I cannot match particle IDs from the snapshot and the soap membership file.

Copy link
Collaborator

@robjmcgibbon robjmcgibbon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than my comments about unyt, this looks good to me. I was able to run the pipeline and generate the webpage.

@EvgeniiChaikin
Copy link
Collaborator Author

Thanks for the comments @robjmcgibbon. I have pushed an update addressing them and unless you have further comments, I am not planning to make any further changes in this PR.

As agreed, the optimization will be handled in another PR.

Copy link
Collaborator

@robjmcgibbon robjmcgibbon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@EvgeniiChaikin EvgeniiChaikin changed the title Draft: working version of the morphology pipeline for SOAP output Working version of the morphology pipeline for SOAP output May 6, 2024
Copy link
Collaborator

@robjmcgibbon robjmcgibbon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approval v2

@robjmcgibbon robjmcgibbon merged commit ad2d23a into master May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants