Groups

axis

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'axis_t'.

REVISION

attribute

integer

literal 1.

label

attribute

character

label.

x

dataset

real(:)

abscissa values.

comp_range

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'comp_range_t'.

REVISION

attribute

integer

literal 1.

n_ranges

dataset

integer

number of sub-ranges.

ranges[i]

group

lin_range | log_range | tab_range | comp_range

sub-ranges (i = 1, ..., n_ranges).

cubint

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'cubint_t'.

REVISION

attribute

integer

literal 1.

n

attribute

integer

number of points.

x

dataset

real(n)

abscissa values.

f

dataset

real(n)

ordinate values.

df_dx

dataset

real(n)

derivative values.

limb

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'limb_t'.

REVISION

attribute

integer

literal 1.

law

attribute

character

limb-darkening law (see here for a list of options).

limb_photint

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'limb_photint_t'.

REVISION

attribute

integer

literal 1.

precise

attribute

logical

precision of data (.TRUE. for 64-bit, .FALSE. for 32-bit).

c

dataset

real(:)

intensity coefficients (/sr).

limb

group

limb

limb-darkening law.

limb_specint

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'limb_specint_t'.

REVISION

attribute

integer

literal 1.

lam_min

attribute

real

minimum wavelength (Å).

lam_max

attribute

real

maximum wavelength (Å).

precise

attribute

logical

storage precision of c (true for H5T_IEEE_F64LE, false for H5T_IEEE_F32LE).

c

dataset

real(:,:)

intensity coefficients (erg/cm^2/s/Å/sr).

range

group

lin_range | log_range | tab_range | comp_range

wavelength grid (Å).

limb

group

limb

limb-darkening law.

lin_range

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'lin_range_t'.

REVISION

attribute

integer

literal 1.

x_0

attribute

real

abscissa start value.

dx

attribute

real

abscissa spacing.

n

attribute

integer

number of points.

log_range

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'log_range_t'.

REVISION

attribute

integer

literal 1.

logx_0

attribute

real

logarithm of abscissa start value.

dlogx

attribute

real

abscissa logarithmic spacing.

n

attribute

integer

number of points.

passband

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'passband_t'.

REVISION

attribute

integer

literal 1.

F_0

attribute

real

normalizing flux (erg/cm^2/s).

cubint

group

cubint

filter interpolant.

photgrid

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'photgrid_t'.

REVISION

attribute

integer

literal 1.

photsource/n

attribute

integer

number of photints.

photsource/photints[i]

group

limb_photint

grid photints (i = 1, ..., n).

vgrid

group

vgrid

virtual grid.

specgrid

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'specgrid_t'.

REVISION

attribute

integer

literal 1.

specsource/n

attribute

integer

number of specints.

specsource/lam_min

attribute

real

minimum wavelength (Å).

specsource/lam_max

attribute

real

maximum wavelength (Å).

specsource/specints[i]

group

limb_specint

grid specints (i = 1, ..., n).

vgrid

group

vgrid

virtual grid.

tab_range

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'tab_range_t'.

REVISION

attribute

integer

literal 1.

x

dataset

real(:)

abscissa values.

vgrid

Item

Object Type

Data Type

Definition

TYPE

attribute

character

literal 'vgrid_t'.

REVISION

attribute

integer

literal 2.

shape

attribute

integer(rank)

shape of grid.

rank

attribute

integer

rank of grid.

axes[i]

group

axis

grid axes (i = 1, ..., rank).