Munipack's logo

Munipack

An astronomical image processing software

📘
Guide
📁
Documents

Artificial galaxy simulation format

This document describes the format of an input catalogue for a galaxy simulation in Artificial sky tool (manual).

Structure of the galaxy catalogue

The galaxy catalogue is FITS file with one or more table extensions. Every extension represents a galaxy class (type) like elliptical or spiral galaxy. Every row in the table describes parameters of a model for the class. Currently, only elliptical galaxies are implemented.

The first extension

The first extension is dummy. It is recommend to have set HDUNAME = 'ARTGALAXY', even it is not currently used.

ELLIPTICAL

This extension, identified by EXTNAME = 'ELLIPTICAL', contains parameters for specification of elliptical galaxies. Their profiles are based on Sérsic model.

ELLIPTICAL extension
ColumnDescriptionUnits
RAJ2000Right Ascension of the centredeg
DEJ2000Declination of the centredeg
MUEFFSurface magnitude in Reffmag/arcsec2
REFFEffective radius Reffdeg
PAPosition angle (top is zero)deg
EEccentricity b/a
SERSICSérsic exponent

See Also

Artificial sky tool, manual.

artgalaxy.lst is a template of a galaxy catalogue; run munipack fits --restore artgalaxy.lst to make FITS itself.