|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| bool | NotInLatLonRange (double lat, double lon, double minlat, double maxlat, double minlon, double maxlon) |
| Checks for correct lat/lon range, handling the meridian correctly. | |
| void | WriteCubeOutList (ControlNet cnet, map< iString, iString > sn2file) |
| Finds and writes all input cubes contained within the given Control Network to the output file list. | |
| void | IsisMain () |
| bool NotInLatLonRange | ( | double | lat, | |
| double | lon, | |||
| double | minlat, | |||
| double | maxlat, | |||
| double | minlon, | |||
| double | maxlon | |||
| ) |
Checks for correct lat/lon range, handling the meridian correctly.
| lat | The latitude to check | |
| lon | The longitude to check | |
| minlat | Minimum Latitude Minimum valid latitude | |
| maxlat | Maximum Latitude Maximum valid latitude | |
| minlon | Minimum Longitude Minimum valid longitude | |
| maxlon | Maximum Longitude Maximum valid longitude |
Definition at line 433 of file cnetextract.cpp.
| void WriteCubeOutList | ( | ControlNet | cnet, | |
| map< iString, iString > | sn2file | |||
| ) |
Finds and writes all input cubes contained within the given Control Network to the output file list.
| cnet | The Control Network to list the filenames contained within | |
| sn2file | The map for converting the Control Network's serial numbers to filenames |
Definition at line 465 of file cnetextract.cpp.
| void IsisMain | ( | ) |
Definition at line 27 of file cnetextract.cpp.