Skip to content

Commit

Permalink
Added a command-line switch to 'fo' to allow specification of which o…
Browse files Browse the repository at this point in the history
…bject(s) are to be processed
  • Loading branch information
Bill-Gray committed Apr 27, 2023
1 parent f5e8e4a commit f32bd2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ObsCodes.htm
Expand Up @@ -2021,6 +2021,7 @@
M49 16.361720.919630-0.392206IAS Remote Observatory, Hakos
M50 11.563750.738663+0.671862Virtual Telescope Project, Manciano
M51 9.226970.655500+0.752709Robert Mayer Sternwarte, Heilbronn
M52 8.578500.758941+0.649052Sassari
M90 65.4286 0.54672 +0.83452 Chervishevo
N27 73.7253 0.57847 +0.81298 Omsk-Yogik Observatory
N30 74.3694 0.85369 +0.51909 Zeds Astronomical Observatory, Lahore
Expand Down
7 changes: 7 additions & 0 deletions fo.cpp
Expand Up @@ -591,6 +591,13 @@ int main( int argc, const char **argv)
case 'n':
starting_object = atoi( arg);
break;
case 'N':
{
extern const char *desig_pattern;

desig_pattern = arg;
}
break;
case 'O': /* write output files to specified dir */
{
extern const char *output_directory;
Expand Down

0 comments on commit f32bd2a

Please sign in to comment.