Commit ea4bdd98ddbf3aa6a990487f5c6e1d2535f82049

Authored by Annie Hughes
1 parent b4e8a0f5
Exists in master

minor/cant remember

Showing 1 changed file with 14 additions and 0 deletions   Show diff stats
src/idl/dustem_fill_sed_dependent_columns.pro
... ... @@ -3,32 +3,46 @@ FUNCTION dustem_fill_sed_dependent_columns,sed,help=help
3 3 ;+
4 4 ; NAME:
5 5 ; dustem_fill_sed_dependent_columns
  6 +;
6 7 ; PURPOSE:
7 8 ; fill up columns of a DustEMWrap SED that are depednent on I,Q,U and associated (co-)variances
  9 +;
8 10 ; CATEGORY:
9 11 ; DustEMWrap, Distributed, High-Level, User-convenience
  12 +;
10 13 ; CALLING SEQUENCE:
11 14 ; output=dustem_fill_sed_dependent_columns(sed[,/help])
  15 +;
12 16 ; INPUTS:
13 17 ; sed : a valid dustemwrap sed
  18 +;
14 19 ; OPTIONAL INPUT PARAMETERS:
15 20 ; None
  21 +;
16 22 ; OUTPUTS:
17 23 ; None
  24 +;
18 25 ; OPTIONAL OUTPUT PARAMETERS:
19 26 ; None
  27 +;
20 28 ; ACCEPTED KEY-WORDS:
21 29 ; help = If set print this help
  30 +;
22 31 ; COMMON BLOCKS:
23 32 ; None
  33 +;
24 34 ; SIDE EFFECTS:
25 35 ; None
  36 +;
26 37 ; RESTRICTIONS:
27 38 ; The DustEMWrap IDL code must be installed
  39 +;
28 40 ; PROCEDURE:
29 41 ; None
  42 +;
30 43 ; EXAMPLES
31 44 ; filled_sed=dustem_fill_sed_dependent_columns(sed)
  45 +;
32 46 ; MODIFICATION HISTORY:
33 47 ; Written by JPB June-2022
34 48 ; Evolution details on the DustEMWrap gitlab.
... ...