Commit b7df125e03a00a9e53083b42696747317d94d7b2
1 parent
3b71def5
Exists in
master
First commit
Showing
1 changed file
with
24 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +To install DustemWrap on your machine: | ||
2 | + | ||
3 | +1/ If you do not have IDL, install GDL from https://github.com/gnudatalanguage/gdl | ||
4 | + | ||
5 | +2/ If not already done, download dustem4.3_wk (https://owncloud.ias.u-psud.fr/index.php/s/AoFA2bzBwcQzmEK) | ||
6 | + Note that 4/ assumes that you have put the above in $HOME/Soft_Libraries/dustem4.3_wk | ||
7 | + | ||
8 | +3/ set CHARACTER (len=100) :: data_path=โ/tmp/Dustem/โ in Fortran file $HOME/Soft_Libraries/dustem4.3_wk/src/DM_constants.f90 | ||
9 | + compile the fortran dustem : | ||
10 | + cd $HOME/Soft_Libraries/dustem4.3_wk/src | ||
11 | + make clean | ||
12 | + make | ||
13 | + | ||
14 | +3/ get the DustemWrap IDL/GDL code from https://gitlab.irap.omp.eu/OV-GSO-DC/dustem-wrapper_idl.git | ||
15 | + Note that 4/ assumes that you have installed the above in $HOME/Soft_Libraries/dustem-wrapper_idl | ||
16 | + | ||
17 | +4/ copy the files idl_startup and/or gdl_startup from $HOME/Soft_Libraries/dustem-wrapper_idl to your home directory | ||
18 | + (if you already have your own startup files, you may want to save those somewhere else) | ||
19 | + If your directory tree is different from described in 2/ and 3/ , modify idl_startup and/or gdl_startup accordingly. | ||
20 | + | ||
21 | +5/ open idl or gdl and type | ||
22 | + dustem_run_readme | ||
23 | + if successful type | ||
24 | + dustem_fit_sed_readme | ||
0 | \ No newline at end of file | 25 | \ No newline at end of file |