From a9404b264eed7edde5febbbabd10555f9f49dfa2 Mon Sep 17 00:00:00 2001 From: Annie Hughes Date: Wed, 12 Apr 2023 11:06:24 +0200 Subject: [PATCH] updated help --- src/idl/dustem_create_stext.pro | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/idl/dustem_create_stext.pro b/src/idl/dustem_create_stext.pro index 0fc4e56..9ea88f7 100644 --- a/src/idl/dustem_create_stext.pro +++ b/src/idl/dustem_create_stext.pro @@ -3,32 +3,49 @@ FUNCTION dustem_create_stext ,st, key=key, val=val, scope, help=help ;+ ; NAME: ; dustem_create_stext +; ; PURPOSE: ; Produces stokes extinction parameters (cross sections / optical depths) +; ; CATEGORY: -; DUSTEM Wrapper +; DUSTEM Wrapper, Plugin, Distributed +; ; CALLING SEQUENCE: ; dustem_create_stext(st,key=key,val=val) +; ; INPUTS: ; st (st = dustem_run(p_dim)) +; ; OPTIONAL INPUT PARAMETERS: ; key = input parameter number ; val = input parameter value +; ; OUTPUTS: ; out = array containing the extinction stokes parameters +; ; OPTIONAL OUTPUT PARAMETERS: ; None +; ; ACCEPTED KEY-WORDS: ; help = if set, print this help +; ; COMMON BLOCKS: ; None +; ; SIDE EFFECTS: ; None +; ; RESTRICTIONS: -; The dustem fortran code must be installed -; The dustem idl wrapper must be installed +; The DustEM fortran code must be installed +; The DustEMWrap IDL code must be installed +; ; PROCEDURE: ; This is a dustem plugin +; EXAMPLES +; +; MODIFICATION HISTORY: +; Evolution details on the DustEMWrap gitlab +; See http://dustemwrap.irap.omp.eu/ for FAQ and help. ;- IF keyword_set(help) THEN BEGIN @@ -64,4 +81,4 @@ scope=((*!dustem_scope).stext) return, out[1:*] the_end: -END \ No newline at end of file +END -- libgit2 0.21.2