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

Force reconstructed file name to be 4 digits #52

Closed
JeanBilheux opened this issue Jul 21, 2016 · 1 comment · Fixed by #96
Closed

Force reconstructed file name to be 4 digits #52

JeanBilheux opened this issue Jul 21, 2016 · 1 comment · Fixed by #96
Milestone

Comments

@JeanBilheux
Copy link
Contributor

currently, output is

  • recon_50.tiff

and should be

  • recon_0050.tiff

This will allow programs such as python, VGstudio to sort them the right way.

@yxqd yxqd modified the milestone: Version 0.1 Jul 21, 2016
@yxqd
Copy link
Member

yxqd commented Jan 6, 2018

Need to change filename template. For example:

filename_template = filename_template or "reconstructed_%i.tiff"

yxqd added a commit that referenced this issue Jan 12, 2018
@yxqd yxqd closed this as completed in #96 Jan 12, 2018
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 a pull request may close this issue.

2 participants