// // C++ Implementation: test_caliopfiledata // // Description: // // // Author: Nicolas PASCAL , (C) 2008 // // Copyright: See COPYING file that comes with this distribution // // #include "caliopfiledata.h" int main(int argc, char *argv[]) { string fname("/DATA/LIENS/CALIOP/05kmCPro.v3.01/2009/2009_01_01/CAL_LID_L2_05kmCPro-Prov-V3-01.2009-01-01T00-07-47ZN.hdf"); CALIOPFileData fd(fname); /* print out some informations */ cout<<"Product "< > v(0); // // float lat = -80.; // float lon = -42.85; // float tolerance = 0.1; // cfd.get_vindex( v, lat, lon, tolerance ); return 0; }