Skip to content

Comments

first pass at adding gator module to mcmicro#491

Draft
ajitjohnson wants to merge 2 commits intolabsyspharm:masterfrom
ajitjohnson:gator
Draft

first pass at adding gator module to mcmicro#491
ajitjohnson wants to merge 2 commits intolabsyspharm:masterfrom
ajitjohnson:gator

Conversation

@ajitjohnson
Copy link

No description provided.

modules/gator.nf Outdated


// Apply the process to each (image, sft) pair
id_imgs.combine(id_sfts, by:0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try this:

id_imgs.combine(id_masks, by:0).combine(id_sfts, by:0)

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.

3 participants