The manual version of FMNEAR is openly distributed to anyone interested
For additional information, or to report any issues or bugs, contact Bertrand DELOUIS delouis@geoazur.unice.fr
=============================================================================
****** UPDATE: 11 August 2025 ******
=============================================================================
New version of the FMNEAR manual version codes (joint inversion of waveforms and polarities).
With respect to the version provided in the virtual machine (VM, https://sites.google.com/view/fmnear/full-virtual-machine-fmnear-manual-version?authuser=0 ) some few bugs have been corrected and procedure has been slightly optimized. There is a new program helping entering the filtering frequencies without using a text editor (can be faster in some cases).
==== DOWNLODING AND UPDATING THE FMNEAR manual version codes in the FMNEAR virtual machine ========
In the home directory /home/fmnear, you should first rename the older version of the manual inversion:
mv prog_proc prog_proc_older
mv FMNEARpol_manual_inversion FMNEARpol_manual_inversion_older
Then follow the these steps:
mkdir FMNEARpol_manual_inversion
cd FMNEARpol_manual_inversion
wget "https://www.dropbox.com/scl/fo/nwfqk5fbwqla9iwlyidpz/ALNziX5snR0O_-N_MzWudT0?rlkey=r9eq0fwt6iam1nfgl7llwicts&st=2ynqc0ka&dl=1" -O dossier2_dropbox.zip
unzip dossier2_dropbox.zip
cd MWFMNEAR
./compil.x calMwandFM
cd FMNEAR/prog_proc
sh recompil.x
In the home directory:
mkdir prog_proc
cd prog_proc
wget "https://www.dropbox.com/scl/fo/0wnc3epyjlipxlia35wdc/AI57D04bGlv811uTJ1n2fPU?rlkey=oi4930iucrxdx9kavsww64ge9&st=irc7sb32&dl=1" -O dossier3_dropbox.zip
unzip dossier3_dropbox.zip
sh recompile_all.x
("collect2: error:..." is not an concern)
It should be ok.