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

Custom refspace dimensions #47

Open
jankrepl opened this issue Aug 17, 2021 · 2 comments
Open

Custom refspace dimensions #47

jankrepl opened this issue Aug 17, 2021 · 2 comments

Comments

@jankrepl
Copy link
Contributor

We currently hardcode the respace to be (in microns). I guess because it is the canonical setup.

  refspace = (                                                                                                                                                                                                 
        ("coronal", (0, 13200),                                                                                                                                                                                                        
        ("transverse", (0, 8000),                                                                                                                                                                                                      
        ("sagittal",  (0, 11400),                                                                                                                                                                                                       
    )                    

The problem is that sometimes parts of images are cut off after synchronization. The cleanest solution is to just allow for dynamic resizing of the refspace. Something like.

  refspace = (                                                                                                                                                                                                 
        ("coronal", (c_max, c_min),                                                                                                                                                                                                        
        ("transverse", (t_min, t_max),                                                                                                                                                                                                      
        ("sagittal",  (s_min, s_max),                                                                                                                                                                                                       
    )                    
@jankrepl
Copy link
Contributor Author

See below a list of dataset_id that have the cutoff issue after synchronization (feel free to comment if you find others)

  • 717

@jankrepl
Copy link
Contributor Author

jankrepl commented Oct 7, 2021

There is a duplicate issue #25

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

No branches or pull requests

1 participant