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

Atlas smooth parameters #49

Open
Whiteglad opened this issue Jun 15, 2021 · 1 comment
Open

Atlas smooth parameters #49

Whiteglad opened this issue Jun 15, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Whiteglad
Copy link

Hi, I used this tool to smooth our atlas, which caused excessive smoothing, so we want to modify the parameters of smoothing. I found a paragraph in your paper. Is ‘atlas_profile’ the parameter to control the smoothing?How can I modify it to set refinement in my own atlas?
image

@yoda-vid
Copy link
Collaborator

Thanks for asking, @Whiteglad! Yes, you can use the atlas_profile argument to load a profile that adjusts the smoothing.

For example, if you save this in a new profile file named atlas_lowsmoothing.yaml:

smooth: 1

you can load the profile by adding it to the above command:

python run.py --img ADMBA-E18pt5 --register import_atlas --plane xz --atlas_profile abae18pt5,atlas_lowsmoothing.yaml

I replaced the nosmooth profile here since the new one replaces its smoothing value. The atlas import should then run with the lower smoothing value of 1 from the profile you created.

Alternatively, you could edit the smooth parameter in the aba18pt5 profile (or the one that you are using):

to reduce the smoothing value to a smaller filter size such as 1 (also exclude the nosmooth profile so it doesn't turn off smoothing).

Hope that helps, let me know if you have any questions!

@yoda-vid yoda-vid added the documentation Improvements or additions to documentation label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants