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

Building of downsampled stack failed #1

Closed
raacampbell opened this issue Jan 4, 2017 · 2 comments
Closed

Building of downsampled stack failed #1

raacampbell opened this issue Jan 4, 2017 · 2 comments
Assignees
Labels

Comments

@raacampbell
Copy link
Collaborator

Attempted to build downsampled stack for sample YH297_161224. The downsampling appeared to proceed just fine but when it finished I got the following error and no downsampled stack was produced.

Error using saveTiffStack
Too many input arguments.

Error in masivStack/writeStackToDisk (line 255)
            saveTiffStack(obj.I, tempFileName, 'g', tagList);

Error in selectMasivStack/newButtonClick (line 163)
                a.writeStackToDisk; %Write the downsampled stack to disk
 
Error using uiwait (line 81)
Error while evaluating UIControl Callback
@raacampbell raacampbell added the bug label Jan 4, 2017
@raacampbell raacampbell self-assigned this Jan 4, 2017
@raacampbell
Copy link
Collaborator Author

This looks like a namespace clash. I will fix this by starting work on Issue #2 and placing saveTiffStack in a package.

@raacampbell
Copy link
Collaborator Author

Fixed in ffca49d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant