-
Notifications
You must be signed in to change notification settings - Fork 42
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
[POC] Report #569
Comments
This ticket is a proposal and is open for discussion. |
Looks all good to me! For the format: I really like the On the statistics, I agree on having less default columns as we mentioned in the call. |
Hi @rhugonnet, It's great that we can generalize the plots ! About the statisitics, I think we will discuss how to show them after having them implementing for the CLI. But i keep your remarks in mind. |
Context
Now that we've created a CLI with coregistration and terrain attribute calculation steps, we can begin generating a report. For this, we'll take inspiration from what's done in
demcompare
and the README of demcoreg.Configuration
What the user chooses to save or display will be specified in the configuration. For the report, we will try to generate it without saving the data.
Code
Add parameter validation.
In the
run
for saving results:For plotting, wait for the merge of the new coregistration features.
Report Creation
The report should include:
Code
We are using sphinx. This functions may help :
estimation
3d
The text was updated successfully, but these errors were encountered: