Commit 0ed9240aaf39e0040ec9b301e3d685123a0065b6

Authored by Annie Hughes
1 parent 5deeb77c
Exists in master

updated help

Showing 1 changed file with 20 additions and 4 deletions   Show diff stats
src/idl/dustem_plugin_mbbdy_isrf.pro
... ... @@ -2,36 +2,52 @@ FUNCTION dustem_plugin_mbbdy_isrf, key=key,val=val,scope=scope,paramtag=paramtag
2 2  
3 3 ;+
4 4 ; NAME:
5   -; dustem_plugin_mbbdy
  5 +; dustem_plugin_mbbdy_isrf
  6 +;
6 7 ; PURPOSE:
7 8 ; DUSTEM plugin to compute modified black-body emission
  9 +;
8 10 ; CATEGORY:
9   -; DUSTEM Wrapper
  11 +; DUSTEM Wrapper, Plugins, Lowlevel
  12 +;
10 13 ; CALLING SEQUENCE:
11 14 ; output=dustem_plugin_mbbdy([,key=][,val=])
  15 +;
12 16 ; INPUTS:
13 17 ; None
  18 +;
14 19 ; OPTIONAL INPUT PARAMETERS:
15 20 ; key = input parameter number
16 21 ; val = input parameter value
  22 +;
17 23 ; OUTPUTS:
18 24 ; output = MBB spectrum (on dustem wavelengths) (output[*,0] is Stokes I, output[*,1] Stokes Q and output[*,2] Stokes U)
  25 +;
19 26 ; OPTIONAL OUTPUT PARAMETERS:
20 27 ; None
  28 +;
21 29 ; ACCEPTED KEY-WORDS:
22 30 ; help = if set, print this help
  31 +;
23 32 ; COMMON BLOCKS:
24 33 ; None
  34 +;
25 35 ; SIDE EFFECTS:
26 36 ; None
  37 +;
27 38 ; RESTRICTIONS:
28   -; None
  39 +; The DustEM fortran code must be installed
  40 +; The DustEMWrap idl code must be installed
  41 +;
29 42 ; PROCEDURE:
30 43 ; This is a dustem plugin
31   -; EXAMPLES
  44 +;
  45 +; EXAMPLES:
32 46 ;
33 47 ; MODIFICATION HISTORY:
34 48 ; Written by JPB
  49 +; Evolution details on the DustEMWrap gitlab.
  50 +; See http://dustemwrap.irap.omp.eu/ for FAQ and help.
35 51 ;-
36 52  
37 53 IF keyword_set(help) THEN BEGIN
... ...