Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- Dec 5, 2011, 3:23:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 11 11 == Installation == 12 12 13 === Linux/MacOS automated installation === 14 15 The procedure under linux and MacOs requires the svn and wget commands from a shell. 16 See LinuxInstallation. 17 18 === LEGI Cluster Installation === 19 20 If you wish to install UVMAT on your home of the LEGI cluster, please see LegiClusterInstallation. 21 22 === Windows installation === 23 13 24 Before downloading the latest version of UVMAT, extract one of the following archives depending on your architecture 14 25 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits] 15 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_empty_mac32.tgz mac 32 bits]16 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux32.tgz linux 32 bits]17 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz linux 64 bits]18 26 19 Then perform a checkout in this directory .27 Then perform a checkout in this directory using Tortoise SVN. 20 28 21 29 {{{svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/ .}}} 22 30 23 For more specific intstallations see : 24 * LegiClusterInstallation 25 * LinuxInstallation 31 === CIV developper installation (advanced users) === 32 33 If you also wish to have the last version of CIV and compile it on your machine, please see UvmatCIVInstallation 34 35 Requirements : gfortran 26 36 27 37 == Help and documentation == … … 31 41 [http://coriolis.legi.grenoble-inp.fr/spip.php?article72] 32 42 33 == Contents ==34 35 The following file structure should be obtained after a correct installation :36 37 38 * '''bin'''39 * calc_field.m40 * cell2tab.m41 * check_field_structure.m42 * check_functions.m43 * civ_3D.fig44 * civ_3D.m45 * civ.fig46 * civ.m47 * close_fig.m48 * copyfields.m49 * create_grid.fig50 * create_grid.m51 * dataview.fig52 * dataview.m53 * delete_object.m54 * editxml.fig55 * editxml.m56 * find_field_indices.m57 * geometry_calib.fig58 * geometry_calib.m59 * '''get_field'''60 * get_field.fig61 * get_field.m62 * get_plot_handles.m63 * griddata_uvmat.m64 * hist_update.m65 * imadoc2struct.m66 * interp2_uvmat.m67 * keyboard_callback.m68 * !ListDir.m69 * mouse_down.m70 * mouse_motion.m71 * mouse_up.m72 * msgbox_uvmat.fig73 * msgbox_uvmat.m74 * name2display.m75 * name_generator.m76 * nc2struct.m77 * nc2struct_toolbox.m78 * nomtype2pair.m79 * num2stra.m80 * PARAM.xml81 * peaklock.m82 * plot_field.m83 * plot_object.m84 * proj_field.m85 * proj_grid.m86 * px_XYZ.m87 * read_civxdata.m88 * read_geometry_calib.m89 * read_get_field.m90 * read_imatext.m91 * README_INSTALL.txt92 * read_plot_param.m93 * read_set_object.m94 * read_xls.m95 * reinit.m96 * rotate_points.fig97 * rotate_points.m98 * RUN_FIX.m99 * RUN_STLIN.m100 * '''series'''101 * series.fig102 * series.m103 * set_col_vec.m104 * set_grid.fig105 * set_grid.m106 * set_object.fig107 * set_object.m108 * stra2num.m109 * struct2nc.m110 * struct2nc_toolbox.m111 * struct2xml.m112 * sub_field.m113 * test_netcdf.m114 * '''toolbox_calib'''115 * '''transform_field'''116 * translate_points.fig117 * translate_points.m118 * update_imadoc.m119 * update_menu.m120 * update_obj.m121 * update_waitbar.m122 * uvmat_doc123 * uvmat.fig124 * uvmat.m125 * view_field.fig126 * view_field.m127 * write_plot_param.m128 * '''XML_SCHEMAS'''129 * '''@xmltree'''130 131 132 133 Louis Gostiaux