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 | FUNCTION dustem_compute_ext,p_dim,$ | 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 | ; NAME: | 7 | ; NAME: |
8 | ; dustem_compute_ext | 8 | ; dustem_compute_ext |
9 | +; | ||
9 | ; PURPOSE: | 10 | ; PURPOSE: |
10 | ; Computes Extinction in units of optical depth for a given Dustem spectrum | 11 | ; Computes Extinction in units of optical depth for a given Dustem spectrum |
12 | +; | ||
11 | ; CATEGORY: | 13 | ; CATEGORY: |
12 | -; Dustem | 14 | +; DustEMWrap, Mid-level, Distributed |
15 | +; | ||
13 | ; CALLING SEQUENCE: | 16 | ; CALLING SEQUENCE: |
14 | ; ext=dustem_compute_ext(p_dim[,st=][,ext_spec=][,/help]) | 17 | ; ext=dustem_compute_ext(p_dim[,st=][,ext_spec=][,/help]) |
18 | +; | ||
15 | ; INPUTS: | 19 | ; INPUTS: |
16 | ; p_dim = parameter values | 20 | ; p_dim = parameter values |
21 | +; | ||
17 | ; OPTIONAL INPUT PARAMETERS: | 22 | ; OPTIONAL INPUT PARAMETERS: |
18 | ; st = Dustem output structure | 23 | ; st = Dustem output structure |
24 | +; | ||
19 | ; OUTPUTS: | 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 | ; OPTIONAL OUTPUT PARAMETERS: | 28 | ; OPTIONAL OUTPUT PARAMETERS: |
22 | -; st = Dustem output structure | 29 | + ; st = Dustem output structure |
30 | +; | ||
23 | ; ACCEPTED KEY-WORDS: | 31 | ; ACCEPTED KEY-WORDS: |
24 | ; help = If set, print this help | 32 | ; help = If set, print this help |
33 | +; | ||
25 | ; COMMON BLOCKS: | 34 | ; COMMON BLOCKS: |
26 | ; None | 35 | ; None |
36 | +; | ||
27 | ; SIDE EFFECTS: | 37 | ; SIDE EFFECTS: |
28 | ; None | 38 | ; None |
39 | +; | ||
29 | ; RESTRICTIONS: | 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 | IF keyword_set(help) THEN BEGIN | 49 | IF keyword_set(help) THEN BEGIN |