We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what we want for curvelets repository:
These source directories should contain the minimum amount of stuff so that all we need to do is:
mcc -m -a ./ CurveAlign.m
mcc -m -a ./ ctFIRE.m
or for headless executables we use goCTFK.m or goCAK.m
goCTFK.m
goCAK.m
So we can document this in a README.md
The text was updated successfully, but these errors were encountered:
@yuminguw I can work on this with you after any required branches have been merged
Sorry, something went wrong.
@hinerm Once we have this stuff working, I presume you want a Jenkins job for it as well? 😉
@ctrueden yep!
@hinerm 😂
No branches or pull requests
what we want for curvelets repository:
These source directories should contain the minimum amount of stuff so that all we need to do is:
mcc -m -a ./ CurveAlign.m
ormcc -m -a ./ ctFIRE.m
or for headless executables we use
goCTFK.m
orgoCAK.m
So we can document this in a README.md
The text was updated successfully, but these errors were encountered: