Skip to content
Snippets Groups Projects
Commit 4baab9f0 authored by Bas van der Tol's avatar Bas van der Tol
Browse files

Update documentation for comparison-oskar demo

parent 6ff89523
No related branches found
No related tags found
No related merge requests found
Pipeline #2358 passed
...@@ -7,11 +7,13 @@ Comparison plots can be generated by giving the following command in the build d ...@@ -7,11 +7,13 @@ Comparison plots can be generated by giving the following command in the build d
``` ```
make comparison make comparison
``` ```
The number of basefunctions can be set by the environment variable MAX_ORDER, for example This will generate a series of image files named basefunction*.png in the \<builddir\>/demo/comparison-oskar directory. The number of basefunctions depends on $L$, the maximum order, and is given by $N = 2(L+1)^2-2$.
The maximum order can be set by the environment variable MAX_ORDER, for example
``` ```
MAX_ORDER=3 make comparison-oskar MAX_ORDER=3 make comparison-oskar
``` ```
computes the basefunctions up to order 3. The number of basefunctions is $2(L+1)^2-2$, where L is the maximum order. computes the basefunctions up to order 3, generating 30 image files.
The application of the 'transpose' can be activated by the APPLY_TRANSPOSE environment variable, for example The application of the 'transpose' can be activated by the APPLY_TRANSPOSE environment variable, for example
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment