Skip to content

Commit

Permalink
extended help section
Browse files Browse the repository at this point in the history
  • Loading branch information
elgw committed Jan 29, 2024
1 parent 2c0f47b commit f3f2dc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nd2tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,10 @@ static void show_help(char * name)
printf(" --dry\n\t"
"Perform a dry run, i.e. do not write files or create folders\n");
printf(" --SpaceTx\n\t"
"Save one image per z-plane according to the SpaceTx convention.");
"Save one image per z-plane according to the SpaceTx convention.\n\t"
"<image_type>-f<fov_id>-r<round_label>-c<ch_label>-z<zplane_label>\n\t"
"<image_type> will be the name of the nd2file (without extension)\n\t"
"<round_label> will always be 0.\n\t");
printf("Raw meta data extraction to stdout:\n");
printf(" --meta\n\t all metadata.\n");
printf(" --meta-file\n\t Lim_FileGetMetadata JSON.\n");
Expand Down

0 comments on commit f3f2dc5

Please sign in to comment.