/****************************************************************************** * main.h * * --------------------------- * * start : May 18th-2009 * * author : Lars Stenseng * * email : stenseng@space.dtu.dk * * last update : May 18th-2009 * ******************************************************************************/ #include "L1b_file.h" #include "gravsoftGrid.h" #include #include #include #include using namespace std; int main(int argc, char *argv[]) { QString inputFileName, geoideFileName; bool outputAll=false, useGeoide=false; if(argc<2) { cerr << "Usage: Asiras_L1b_info [-g geoide_file] [-a] asiras_l1b_file"; exit(1); } else { for(int i=1; i