geolocate_hawkeye path bug

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
daurin
Posts: 42
Joined: Thu Apr 22, 2010 8:06 am America/New_York
Answers: 0
Has thanked: 1 time

geolocate_hawkeye path bug

by daurin » Wed Jun 14, 2023 4:40 pm America/New_York

Was trying to look at the help for making GEO files for Hawkeye, and got this:

Code: Select all

$ geolocate_hawkeye -h
geolocate_hawkeye 0.772 (Nov 28 2022 12:23:08)
line 87 of /Users/dshea/ocssw/src/l1agen_hawkeye/geolocate_hawkeye.cpp: No such file or directory
Looks like a hardcoded path to Don's machine.

-Dirk

Tags:

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 259
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Been thanked: 2 times

Re: geolocate_hawkeye path bug

by OB SeaDAS - dshea » Thu Jun 15, 2023 12:56 pm America/New_York

geolocate_hawkeye does not take the normal command line parameters, it only has positional params. The error message you see is just an error message to the developer used to debug the problem. I have tired to get my name off of the source filename error printout, but I am the one who compiles the code.

All (almost) of our command line programs will print the usage if you give it no params:

Code: Select all

$ geolocate_hawkeye 
geolocate_hawkeye 0.772 (May 19 2023 14:54:23)

geolocate_hawkeye input_l1a_filename output_geo_filename

Post Reply