SSE switchlogΒΆ
Default record definition for the SSE SwitchLog log file:
const ANY_PROPERTY_VECTOR SSE_SWITCH_LOG_REC = {
STAR_PROPERTY::RANDOM_SEED,
STAR_PROPERTY::TIME
};
The default record specification can be modified at runtime via a logfile record specifications file (program option --logfile-definitions
).
See Standard log file record specification for details.
Note that the SSE SwitchLog file has the following columns automatically appended to each record:
The stellar type from which the star is switching.
The stellar type to which the star is switching.
SWITCHING_FROM
Data type: |
INT |
COMPAS variable: |
derived from |
Description: |
The stellar type of the star immediately prior to the switch. |
Header String: |
"SWITCHING_FROM" |
SWITCHING_TO
Data type: |
INT |
COMPAS variable: |
Not applicable |
Description: |
The stellar type to which the star will switch (i.e. the stellar type immediately following the switch). |
Header String: |
"SWITCHING_TO" |
These columns will always be automatically appended to each SSE Switch Log record: they cannot be removed via the log file record specifications file.