doris

所属分类:图形图象
开发工具:Visual C++
文件大小:3101KB
下载次数:121
上传日期:2009-12-17 12:36:04
上 传 者braveheart8610
说明:  Doris整个工程文件,包括利用Doris进行影像配准,干涉图生成,DEM生成,是对SAR影像干涉处理的绝佳代码
(Doris whole project documents, including the use of Doris for image registration, interferogram generation, DEM generation, is an excellent SAR image processing code for intervention)

文件列表:
doris\bk_baseline.h (26890, 2008-01-13)
doris\bk_messages.h (13822, 2008-01-13)
doris\configure (25056, 2008-01-13)
doris\constants.h (22675, 2008-01-13)
doris\COPYING (18006, 2008-01-13)
doris\coregistration.c (162988, 2008-01-13)
doris\coregistration.cpp (166665, 2008-01-13)
doris\coregistration.h (6505, 2008-01-13)
doris\doris\Debug\doris.obj (22868, 2009-08-24)
doris\doris\Debug\doris.pch (6876788, 2009-08-24)
doris\doris\Debug\doris.res (7244, 2009-08-24)
doris\doris\Debug\doris.sbr (5674, 2009-08-24)
doris\doris\Debug\dorisDoc.obj (14644, 2009-08-24)
doris\doris\Debug\dorisDoc.sbr (2704, 2009-08-24)
doris\doris\Debug\dorisView.obj (19557, 2009-08-24)
doris\doris\Debug\dorisView.sbr (4459, 2009-08-24)
doris\doris\Debug\MainFrm.obj (19891, 2009-08-24)
doris\doris\Debug\MainFrm.sbr (3269, 2009-08-24)
doris\doris\Debug\StdAfx.obj (105610, 2009-08-24)
doris\doris\Debug\StdAfx.sbr (1374965, 2009-08-24)
doris\doris\Debug\vc60.idb (205824, 2009-08-31)
doris\doris\Debug\vc60.pdb (364544, 2009-08-24)
doris\doris\doris.aps (28592, 2009-08-25)
doris\doris\doris.clw (2175, 2009-08-31)
doris\doris\doris.cpp (4191, 2009-08-24)
doris\doris\doris.dsp (6997, 2009-08-31)
doris\doris\doris.dsw (535, 2009-08-24)
doris\doris\doris.h (1345, 2009-08-24)
doris\doris\doris.ncb (197632, 2009-12-17)
doris\doris\doris.opt (224256, 2009-08-31)
doris\doris\doris.plg (9685, 2009-08-31)
doris\doris\doris.rc (10536, 2009-08-24)
doris\doris\dorisDoc.cpp (1722, 2009-08-24)
doris\doris\dorisDoc.h (1464, 2009-08-24)
doris\doris\dorisView.cpp (2549, 2009-08-24)
doris\doris\dorisView.h (1875, 2009-08-24)
doris\doris\MainFrm.cpp (2506, 2009-08-24)
doris\doris\MainFrm.h (1581, 2009-08-24)
doris\doris\res\doris.ico (1078, 2009-08-24)
... ...

-------------------------------------------------------------------- CONTENTS: 1. Welcome message. 2. Please acknowledge the usage of Doris in your publications. 3. List of files. -------------------------------------------------------------------- Congratulations! If you are reading this message you have managed to unzip and untar the C++ source code for the Doris radar interferometric software. This directory is the one from where the core of Doris is compiled and installed. The Doris InSAR software (Delft University of Technology) can be freely used for non-commercial applications. It is released under the GPL, see the file "COPYRIGHT". For up-to-date information, see "http://enterprise.geo.tudelft.nl/doris/". To install Doris, please refer to the file "INSTALL" in the root directory! The following is a summary which may be useful if the information in the INSTALL file is not enough. To install Doris, first create a "Makefile" for compilation of the source. This can be done by running the interactive csh script "configure". If you experience trouble running this script, try changing the first line to tcsh (e.g., on Cygwin systems, there is tcsh but no csh.) Please follow the instructions on the screen after the Makefile has been created. (The "Makefile" is used for convenient compilation of the source code. Basicaly execute the commands: "make", and, when compiled successfully, "make install".) Doris should compile on all (Unix like) platforms without difficulty. It has been installed on, e.g., HP-UX, SUN solaris, Linux, Windows XP running Cygwin. The GNU g++ (gcc) compiler is best used (e.g., version 2.95.2). Please consult the trouble shoot section of the manual in case of trouble. One can also send an email to the doris users email list with problems on compilation. (And later with questions on processing.) See our website how to join this email list. As said, a Makefile should be generated by typing "./configure". If this however somehow fails, I also provided some example Makefiles. The Makefile I used on our system ("Makefile.sun") is for big endian, not using any libraries. The "Makefile.linux" is the result of the "configure" script for a little endian PC w/o the FFTW, Lapack, and Veclib libraries. These examples may be outdated, they only serve as examples to extend on. Then, also compile the programs in SARtools and ENVISAT_TOOLS sub directories. Perform a "make install" in all three directories to install the software. The executable (named "doris") can be tested with the test dataset that is provided on our web page (download area). Data for both big and little endian machines are available. Interferometric data processing with Doris is simplified by using the script "run" in the "bin" directory. (This utility is copied to the INSTALLDIR after "make install" is performed. Make sure the INSTALLDIR is in your path. Possibly you have to open a new terminal, or give the command "rehash" to find it.) You can test correct installation by typing "run -h", which should explain its usage. It uses the environment variables EDITOR and PAGER. Please set them to appropriate values, for example in csh add the lines setenv PAGER more setenv EDITOR nedit to your "~/.cshrc" csh resource file. Help on the keywords can be found in the manual, or by typing the command "helpdoris". Optionally a debug version can be compiled, by editing the CFLAGS variable in the Makefile. Please do this before reporting errors, and in this way try to find out more information where the error originates from. Also, a matrixclass test program can be compiled. If you are interested in using this matrix class in C++ programs of your own, it is recommended to have a look at this example program. Please also install the utility programs in the SARtools archive. With these programs you can for example view the output of Doris, and the PREVIEW card relies on proper installation of the program "cpxfiddle". It is highly recommended to install the GMT tools. Doris uses GMT for plotting the estimated offset vectors and coregistration errors. Also, the geocoded matrices latitude/longitude/height can be interpolated to a regular grid with these tools. I appreciate a message that you are using Doris, for example by sending an email to the doris_users list describing the system you compiled Doris on, and with which compiler. Please acknowledge the usage of Doris by citing the paper Bert Kampes, Ramon Hanssen and Zbigniew Perski. "Radar Interferometry with Public Domain Tools". Proceedings of FRINGE 2003, December 1-5, Frascati, Italy, 2003. Have fun! Bert Kampes, 24-Aug-2000 Bert Kampes, 03-Feb-2002 Bert Kampes, 16-Jun-2003 Bert Kampes, 24-Jun-2004 Bert Kampes, 14-Jul-2004 b.m.kampes@lr.tudelft.nl ------------------------ filelist: ------------------------ -rw-r--r-- 11331/700 6877 Jun 16 08:59 2003 src/Makefile -r--r--r-- 11331/700 6868 Jun 16 08:57 2003 src/Makefile.cygwin -r--r--r-- 11331/700 6868 Jun 16 08:57 2003 src/Makefile.sun -r--r--r-- 11331/700 5500 Jun 16 08:57 2003 src/README -r--r--r-- 11331/700 1551 Jun 16 08:57 2003 src/TODO -r--r--r-- 11331/700 12011 Jun 16 08:57 2003 src/bk_messages.h -r-xr-xr-x 11331/700 20952 Jun 16 08:57 2003 src/configure -r--r--r-- 11331/700 8430 Jun 16 08:57 2003 src/constants.h -r--r--r-- 11331/700 8390 Jun 16 08:57 2003 src/conversion.cc -r--r--r-- 11331/700 2729 Jun 16 08:57 2003 src/conversion.h -r--r--r-- 11331/700 130***8 Jun 16 08:57 2003 src/coregistration.cc -r--r--r-- 11331/700 3***1 Jun 16 08:57 2003 src/coregistration.h -r--r--r-- 11331/700 107055 Jun 16 08:57 2003 src/filtering.cc -r--r--r-- 11331/700 3934 Jun 16 08:57 2003 src/filtering.h -r--r--r-- 11331/700 60535 Jun 16 08:58 2003 src/geocode.cc -r--r--r-- 11331/700 2136 Jun 16 08:58 2003 src/geocode.h -r--r--r-- 11331/700 81656 Jun 16 08:58 2003 src/ioroutines.cc -r--r--r-- 11331/700 4762 Jun 16 08:58 2003 src/ioroutines.h -r--r--r-- 11331/700 59074 Jun 16 08:58 2003 src/matrixbk.cc -r--r--r-- 11331/700 25818 Jun 16 08:58 2003 src/matrixbk.h -r--r--r-- 11331/700 4337 Jun 16 08:58 2003 src/matrixbk_test.cc -r--r--r-- 11331/700 81055 Jun 16 08:58 2003 src/matrixspecs.cc -r--r--r-- 11331/700 5147 Jun 16 08:58 2003 src/newsincev2.4 -r--r--r-- 11331/700 44025 Jun 16 08:58 2003 src/orbitbk.cc -r--r--r-- 11331/700 6303 Jun 16 08:58 2003 src/orbitbk.h -r--r--r-- 11331/700 90589 Jun 16 08:58 2003 src/processor.cc -r--r--r-- 11331/700 12824 Jun 16 08:58 2003 src/productinfo.cc -r--r--r-- 11331/700 2792 Jun 16 08:58 2003 src/productinfo.h -r--r--r-- 11331/700 81544 Jun 16 08:58 2003 src/products.cc -r--r--r-- 11331/700 2685 Jun 16 08:58 2003 src/products.h -r--r--r-- 11331/700 169486 Jun 16 08:58 2003 src/readinput.cc -r--r--r-- 11331/700 18603 Jun 16 08:58 2003 src/readinput.h -r--r--r-- 11331/700 54536 Jun 16 08:58 2003 src/referencephase.cc -r--r--r-- 11331/700 2392 Jun 16 08:58 2003 src/referencephase.h -r--r--r-- 11331/700 1087 Jun 16 08:58 2003 src/refsystems.h -r--r--r-- 11331/700 22908 Jun 16 08:58 2003 src/slcimage.cc -r--r--r-- 11331/700 3594 Jun 16 08:58 2003 src/slcimage.h -r--r--r-- 11331/700 80748 Jun 16 08:58 2003 src/step1routines.cc -r--r--r-- 11331/700 1160 Jun 16 08:58 2003 src/step1routines.h -r--r--r-- 11331/700 27879 Jun 16 08:58 2003 src/tmp_strptime.cc -r--r--r-- 11331/700 2***24 Jun 16 08:58 2003 src/unwrap.cc -r--r--r-- 11331/700 1246 Jun 16 08:58 2003 src/unwrap.h -r--r--r-- 11331/700 43970 Jun 16 08:58 2003 src/utilities.cc -r--r--r-- 11331/700 8071 Jun 16 08:58 2003 src/utilities.h -r-xr-xr-x 11331/700 2282 Jun 16 09:04 2003 bin/baseline.doris -r-xr-xr-x 11331/700 11108 Jun 16 09:04 2003 bin/coregpm.doris -r-xr-xr-x 11331/700 20028 Jun 16 09:04 2003 bin/cpx2ps -r-xr-xr-x 11331/700 26217 Jun 16 09:04 2003 bin/helpdoris -r-xr-xr-x 11331/700 5484 Jun 16 09:05 2003 bin/phasefilt.doris -r-xr-xr-x 11331/700 3846 Jun 16 09:03 2003 bin/philamh2ps -r-xr-xr-x 11331/700 14354 Jun 16 09:05 2003 bin/plotcpm -r-xr-xr-x 11331/700 13832 Jun 16 09:05 2003 bin/plotoffsets -r-xr-xr-x 11331/700 46075 Jun 16 09:05 2003 bin/run -r-xr-xr-x 11331/700 2865 Jun 16 09:05 2003 bin/viewanddel -r--r--r-- 11331/700 3582 Apr 14 18:15 2003 SARtools/Makefile -r--r--r-- 11331/700 12312 Apr 14 08:30 2003 SARtools/bkconvert.cc -r--r--r-- 11331/700 80779 Apr 14 08:31 2003 SARtools/cpxfiddle.cc -r--r--r-- 11331/700 5040 Apr 14 08:30 2003 SARtools/cpxmult.cc -r--r--r-- 11331/700 4680 Apr 14 08:30 2003 SARtools/flapjack.cc -r--r--r-- 11331/700 3545 Apr 14 08:30 2003 SARtools/floatmult.cc -r--r--r-- 11331/700 4789 Apr 14 08:30 2003 SARtools/rasterheader.cc -r--r--r-- 11331/700 4425 Apr 14 08:30 2003 SARtools/readrasterheader.cc -r--r--r-- 11331/700 5029 Apr 14 08:30 2003 SARtools/wrap.cc -r--r--r-- 11331/700 2490 Jun 16 09:14 2003 ./ENVISAT_TOOLS/Makefile -r--r--r-- 11331/700 5032 Jun 16 09:13 2003 ./ENVISAT_TOOLS/envisat_dump_data.c -r--r--r-- 11331/700 3655 Jun 16 09:13 2003 ./ENVISAT_TOOLS/envisat_dump_header.c -r--r--r-- 11331/700 836 Jun 16 09:14 2003 ./ENVISAT_TOOLS/README -r--r--r-- 11331/700 4528 Jun 13 18:36 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/CHANGELOG.txt -r--r--r-- 11331/700 15439 Jun 13 18:36 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/LICENSE.txt -r--r--r-- 11331/700 6794 Jun 13 18:36 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/README.txt -r--r--r-- 11331/700 17 Jun 13 18:36 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/VERSION.txt -r--r--r-- 11331/700 4022 Jun 15 16:54 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_api.c -r--r--r-- 11331/700 48996 Jun 14 14:59 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_api.h -r--r--r-- 11331/700 ***026 Jun 15 16:54 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_band.c -r--r--r-- 11331/700 11740 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_band.h -r--r--r-- 11331/700 29518 Jun 15 16:54 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_bitmask.c -r--r--r-- 11331/700 15202 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_bitmask.h -r--r--r-- 11331/700 12251 Jun 15 16:54 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_core.c -r--r--r-- 11331/700 8473 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_core.h -r--r--r-- 11331/700 10***5 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dataset.c -r--r--r-- 11331/700 1723 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dataset.h -r--r--r-- 11331/700 527553 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dddb.c -r--r--r-- 11331/700 2322 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dddb.h -r--r--r-- 11331/700 22176 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dsd.c -r--r--r-- 11331/700 2922 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dsd.h -r--r--r-- 11331/700 7271 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_dump.c -r--r--r-- 11331/700 9326 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_field.c -r--r--r-- 11331/700 2131 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_field.h -r--r--r-- 11331/700 19287 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_msph.c -r--r--r-- 11331/700 1527 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_msph.h -r--r--r-- 11331/700 6174 Jun 15 16:55 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_param.c -r--r--r-- 11331/700 1***6 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_param.h -r--r--r-- 11331/700 14552 Jun 14 14:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_product.c -r--r--r-- 11331/700 3357 Jun 14 14:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_ptrarray.c -r--r--r-- 11331/700 3957 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_ptrarray.h -r--r--r-- 11331/700 12815 Jun 15 16:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_record.c -r--r--r-- 11331/700 2478 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_record.h -r--r--r-- 11331/700 8945 Jun 15 16:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_string.c -r--r--r-- 11331/700 2030 Jun 14 15:00 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_string.h -r--r--r-- 11331/700 6370 Jun 15 16:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_swap.c -r--r--r-- 11331/700 1400 Jun 14 15:01 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_swap.h -r--r--r-- 11331/700 29212 Jun 15 16:56 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/epr_typconv.c -r--r--r-- 11331/700 553 Jun 15 19:38 2003 ./ENVISAT_TOOLS/epr_api-2.0.1/src/Makefile -r-xr-xr-x 11331/700 7316 Jun 16 09:13 2003 ./ENVISAT_TOOLS/envisat_dump_header2doris.csh

近期下载者

相关文件


收藏者