Blame view

README.txt 3.22 KB
632f54bd   Annie Hughes   minor updates to ...
1
**************************
427f1205   Jean-Michel Glorian   version 4.2 merged
2
Readme File for DustemWrap
4483c64a   Annie Hughes   Revised Readme, s...
3
**************************
427f1205   Jean-Michel Glorian   version 4.2 merged
4

4483c64a   Annie Hughes   Revised Readme, s...
5
0. What is this?
632f54bd   Annie Hughes   minor updates to ...
6
****************
427f1205   Jean-Michel Glorian   version 4.2 merged
7

632f54bd   Annie Hughes   minor updates to ...
8
This package contains the DustEMWrap software, developed and maintained at the Institute of Research in Astrophysics and Planetology (IRAP).
4483c64a   Annie Hughes   Revised Readme, s...
9

632f54bd   Annie Hughes   minor updates to ...
10
DustemWrap requires the fortran code DUSTEM, which is developed and maintained at the Institute of Space Astrophysics (IAS). The DUSTEM fortran code must be downloaded separately (see the DustEMWrap Users' Guide for instructions about obtaining and installing DUSTEM.) 
4483c64a   Annie Hughes   Revised Readme, s...
11

632f54bd   Annie Hughes   minor updates to ...
12
A static version of the DustemWrap Users' Guide corresponding to this distribution is provided in Docs/DustEMWrap_UG.pdf
4483c64a   Annie Hughes   Revised Readme, s...
13
14
15

The Users' Guide contains: 
* instructions for obtaining DUSTEM
632f54bd   Annie Hughes   minor updates to ...
16
17
* installation instructions for the current releases of DustEMWrap and DUSTEM
* an overview of how DustEMWrap works, including how it interacts with the underlying DUSTEM fortran code
4483c64a   Annie Hughes   Revised Readme, s...
18
* format requirements for user input 
632f54bd   Annie Hughes   minor updates to ...
19
20
21
22
23
24
* a description of how color corrections and plugins are implemented in DustEMWrap
* a description of the individual DustEMWrap routines
* usage examples (see also the files in the Docs/examples/ subdirectory)

A continuously updated version of the Users' Guide, a FAQ and list of known current issues, can be accessed via the DustEMWrap website at the following URL:
http://dustemwrap.irap.omp.eu/
4483c64a   Annie Hughes   Revised Readme, s...
25

4483c64a   Annie Hughes   Revised Readme, s...
26
27
28
29

1. Directory Structure and Files 
********************************

632f54bd   Annie Hughes   minor updates to ...
30
The DustEMWrap directory is organized as follows:
4483c64a   Annie Hughes   Revised Readme, s...
31
32

- Data
632f54bd   Annie Hughes   minor updates to ...
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

This directory contains data files that may be read by DustEMWrap. It contains the following subdirectories:
 
  -- EXTs
    
Dust extinction curves (Stokes I)
 
  -- FILTERS

Filter transmission information

  -- POLEXTs
  
Dust extinction curves (Stokes QU)

-- SEDs

Dust emission SEDs (Stokes IQU)
4483c64a   Annie Hughes   Revised Readme, s...
51
52
53

- Docs

632f54bd   Annie Hughes   minor updates to ...
54
55
56
57
58
Documentation relating to DustEMWrap, including the Users' Guide and some simple usage examples. Other files in this directory contain more detailed information about the code structure that may be of interest to developers and expert users who wish to contribute plugins.

- README.txt

This file.
4483c64a   Annie Hughes   Revised Readme, s...
59
60
61

- instrument_description.xcat

632f54bd   Annie Hughes   minor updates to ...
62
63
64
A keyfile describing the instruments and filters that are known to the DustEMWrap code. 
For new users, we recommend contacting the DustEMWrap team if there are instruments and/or filters that you would like implemented.

4483c64a   Annie Hughes   Revised Readme, s...
65
66
- plugins_description.xcat

632f54bd   Annie Hughes   minor updates to ...
67
68
69
A keyfile describing the plugins that are known to the DustEMWrap code.  
Plugins can be defined by the user. See the Users' Guide and other documentation for a description of how plugins are called and understood by the DustEMWrap code. 

4483c64a   Annie Hughes   Revised Readme, s...
70
71
- src

632f54bd   Annie Hughes   minor updates to ...
72
73
74
75
76
77
78
79
80
81
82
This directory contains the IDL code. It contains the following subdirectories: 

  -- idl

The core DustEMWrap routines

  -- idl_misc

Routines from external libraries that are used by DustEMWrap. They  are provided in case of conflicts/installation issues with the required external libraries. 
See the Users' Guide for instructions about modifying your path so that the routines in idl_misc are given precedence. 

4483c64a   Annie Hughes   Revised Readme, s...
83
84
85
86
87
2. Getting Help 
***************

The DustemWrap maintainers can be contacted by email: dustemwrap@irap.omp.eu

632f54bd   Annie Hughes   minor updates to ...
88
To be added to the DustemWrap mailing list and be informed of new releases and any major bug fixes, please email dustemwrap@irap.omp.eu with the subject 'SUBSCRIBE'.