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

Rescale edge-aligner to enable registering images of different scales #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yu-AnChen
Copy link
Collaborator

Add an optional --scale argument in the CLI to allow user specify relative resolution scales for each cycle. Current implementation only downscale images and add fixed filename prefixes when there are multiple scales.

Add an optional --scale argument in the CLI to allow user specify relative resolution scale for each cycle. Current implementation only downscale images and add fixed filename prefixes when there are multiple scales.
@Yu-AnChen Yu-AnChen requested a review from jmuhlich July 20, 2020 16:45
@Yu-AnChen
Copy link
Collaborator Author

A couple of things we should probably discuss

  1. Would use --cycle-pixel-sizes makes more sense than --scale in CLI?
  2. Maybe should allow custom naming prefixes as compared to the fixed scaled_X.XX-filename.tif
  3. The current implementation does not upscale images, so each output pyramid would have a different number of channels, I can see this becomes a problem if not handled properly in the computation workflow
  4. Output only a specific scale is not implemented, it may be a useful feature to add

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 this pull request may close these issues.

1 participant