Skip to content

Commit

Permalink
add lipari and navia colormaps for T1 and T2
Browse files Browse the repository at this point in the history
As they are recommended by the QMRI Study Group of the ISMRM
  • Loading branch information
hcmh committed Feb 28, 2024
1 parent bbdd419 commit 1ae7293
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/cfl2png.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ int main(int argc, char* argv[argc])
OPT_SELECT('R', enum mode_t, &mode, REAL, "real"),
OPT_SELECT('T', enum mode_t, &mode, MAGN_TURBO, "magnitude turbo"),
OPT_SELECT('F', enum mode_t, &mode, FLOW, "flow"),
OPT_SELECT('1', enum mode_t, &mode, LIPARI_T1, "lipari (T1, R1)"),
OPT_SELECT('2', enum mode_t, &mode, NAVIA_T2, "navia (T2, R2)"),
};

struct opt_s flipopt[] = {
Expand Down
Loading

0 comments on commit 1ae7293

Please sign in to comment.