DP3
Public Attributes | List of all members
FixtureSkyModel::Arguments Struct Reference

#include <fSkyModel.h>

Public Attributes

std::string sky_model_contents
 The contents of the skymodel file to be written to the disc. More...
 
std::string sky_model_name
 

Detailed Description

The constructor arguments.

A fixture can have only one argument. Using this helper struct works around the limitation.

Member Data Documentation

◆ sky_model_contents

std::string FixtureSkyModel::Arguments::sky_model_contents
Initial value:
=
R"(FORMAT = Name, Type, Ra, Dec, I, MajorAxis, MinorAxis, PositionAngle, ReferenceFrequency='134e6', SpectralIndex='[0.0]'
center, POINT, 16:38:28.205000, +63.44.34.314000, 1, , , , ,
ra_off, POINT, 16:58:28.205000, +63.44.34.314000, 0.5, , , , ,
radec_off, POINT, 16:38:28.205000, +65.44.34.314000, 0.25, , , , ,
)"

The contents of the skymodel file to be written to the disc.

◆ sky_model_name

std::string FixtureSkyModel::Arguments::sky_model_name

The filename of the skymodel file.

This argument must contain an non-empty string.


The documentation for this struct was generated from the following file: