Skip to content
Snippets Groups Projects
Commit a3330a6e authored by Robert Butora's avatar Robert Butora
Browse files

vlkb: cosmetic: (usage text for cutout said overlap)

parent bc80a7f1
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ int cmd_cutout(int argc, char * argv[]) ...@@ -258,7 +258,7 @@ int cmd_cutout(int argc, char * argv[])
if (argc != 4) if (argc != 4)
{ {
std::cerr std::cerr
<< "Usage: overlap <filename.fits> <extnum> <region>\n" << "Usage: cutout <filename.fits> <extnum> <region>\n"
<< "\n" << "\n"
<< "Calculate overlap between HDU in file and region.\n\nregion in JSON form of VO-SODA params. For example 'POS=CIRCLE 21.4458 -1.373 0.1' :\n" << "Calculate overlap between HDU in file and region.\n\nregion in JSON form of VO-SODA params. For example 'POS=CIRCLE 21.4458 -1.373 0.1' :\n"
" \'{\"pos\":{\"circle\":{\"lat\":-1.373,\"lon\":21.4458,\"radius\":0.1},\"system\":\"ICRS\"},\"service\":\"SUBIMG\"}\'\n"; " \'{\"pos\":{\"circle\":{\"lat\":-1.373,\"lon\":21.4458,\"radius\":0.1},\"system\":\"ICRS\"},\"service\":\"SUBIMG\"}\'\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment