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

Create Specify Dimension Function for Bahar #6

Open
jaywarrick opened this issue Jun 1, 2015 · 2 comments
Open

Create Specify Dimension Function for Bahar #6

jaywarrick opened this issue Jun 1, 2015 · 2 comments

Comments

@jaywarrick
Copy link
Owner

We need a function to "add" a dimension of length 1 to any object. So the args would be dimension name and dimension value.

We'd open the object. Read it in with the reader into a TreeMap. Create a new TreeMap with updated dimension information. Re-save the object with the writer and return.

@ctrueden
Copy link
Collaborator

ctrueden commented Jun 1, 2015

In ImgLib2 terms, you can do this using the net.imglib2.view.Views.addDimension methods. But I'm not sure what you mean by "objects" here...

@jaywarrick
Copy link
Owner Author

Thanks @ctrueden, talking about the JEX Database model. The basic object type, kind of like ImageJ "Dataset", generic to the type of data it holds (e.g., movies, tables, images etc). :-). Thanks for the idea.

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

3 participants