From deda3944fad746f5c0c79e9d415e8f6e88b011dc Mon Sep 17 00:00:00 2001 From: Annie Hughes Date: Fri, 4 Nov 2022 09:30:16 +1030 Subject: [PATCH] cosmetic hanges to inline help --- src/idl/dustem_compute_ext.pro | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/src/idl/dustem_compute_ext.pro b/src/idl/dustem_compute_ext.pro index ba37ac7..b402950 100755 --- a/src/idl/dustem_compute_ext.pro +++ b/src/idl/dustem_compute_ext.pro @@ -1,33 +1,49 @@ FUNCTION dustem_compute_ext,p_dim,$ - st=st,$ - EXT_spec=EXT_spec,$ - help=help + st=st,$ + EXT_spec=EXT_spec,$ + help=help ;+ ; NAME: ; dustem_compute_ext +; ; PURPOSE: ; Computes Extinction in units of optical depth for a given Dustem spectrum +; ; CATEGORY: -; Dustem +; DustEMWrap, Mid-level, Distributed +; ; CALLING SEQUENCE: ; ext=dustem_compute_ext(p_dim[,st=][,ext_spec=][,/help]) +; ; INPUTS: ; p_dim = parameter values +; ; OPTIONAL INPUT PARAMETERS: ; st = Dustem output structure +; ; OUTPUTS: -; ext = computed EXT for spectrum points in !dustem_data +; ext_spec = computed EXT for spectrum points in !dustem_data +; ; OPTIONAL OUTPUT PARAMETERS: -; st = Dustem output structure + ; st = Dustem output structure +; ; ACCEPTED KEY-WORDS: ; help = If set, print this help +; ; COMMON BLOCKS: ; None +; ; SIDE EFFECTS: ; None +; ; RESTRICTIONS: -; The dustem idl wrapper must be installed +; The DustEMWrap IDL code must be installed +; +; MODIFICATION HISTORY: +; Written ? +; Evolution details on the DustEMWrap gitlab +; See http://dustemwrap.irap.omp.eu/ for FAQ and help. ;- IF keyword_set(help) THEN BEGIN -- libgit2 0.21.2