Commit deda3944fad746f5c0c79e9d415e8f6e88b011dc
1 parent
362c0f7b
Exists in
master
cosmetic hanges to inline help
Showing
1 changed file
with
23 additions
and
7 deletions
Show diff stats
src/idl/dustem_compute_ext.pro
1 | 1 | FUNCTION dustem_compute_ext,p_dim,$ |
2 | - st=st,$ | |
3 | - EXT_spec=EXT_spec,$ | |
4 | - help=help | |
2 | + st=st,$ | |
3 | + EXT_spec=EXT_spec,$ | |
4 | + help=help | |
5 | 5 | |
6 | 6 | ;+ |
7 | 7 | ; NAME: |
8 | 8 | ; dustem_compute_ext |
9 | +; | |
9 | 10 | ; PURPOSE: |
10 | 11 | ; Computes Extinction in units of optical depth for a given Dustem spectrum |
12 | +; | |
11 | 13 | ; CATEGORY: |
12 | -; Dustem | |
14 | +; DustEMWrap, Mid-level, Distributed | |
15 | +; | |
13 | 16 | ; CALLING SEQUENCE: |
14 | 17 | ; ext=dustem_compute_ext(p_dim[,st=][,ext_spec=][,/help]) |
18 | +; | |
15 | 19 | ; INPUTS: |
16 | 20 | ; p_dim = parameter values |
21 | +; | |
17 | 22 | ; OPTIONAL INPUT PARAMETERS: |
18 | 23 | ; st = Dustem output structure |
24 | +; | |
19 | 25 | ; OUTPUTS: |
20 | -; ext = computed EXT for spectrum points in !dustem_data | |
26 | +; ext_spec = computed EXT for spectrum points in !dustem_data | |
27 | +; | |
21 | 28 | ; OPTIONAL OUTPUT PARAMETERS: |
22 | -; st = Dustem output structure | |
29 | + ; st = Dustem output structure | |
30 | +; | |
23 | 31 | ; ACCEPTED KEY-WORDS: |
24 | 32 | ; help = If set, print this help |
33 | +; | |
25 | 34 | ; COMMON BLOCKS: |
26 | 35 | ; None |
36 | +; | |
27 | 37 | ; SIDE EFFECTS: |
28 | 38 | ; None |
39 | +; | |
29 | 40 | ; RESTRICTIONS: |
30 | -; The dustem idl wrapper must be installed | |
41 | +; The DustEMWrap IDL code must be installed | |
42 | +; | |
43 | +; MODIFICATION HISTORY: | |
44 | +; Written ? | |
45 | +; Evolution details on the DustEMWrap gitlab | |
46 | +; See http://dustemwrap.irap.omp.eu/ for FAQ and help. | |
31 | 47 | ;- |
32 | 48 | |
33 | 49 | IF keyword_set(help) THEN BEGIN | ... | ... |