Input & Outputs
In this section we describe what kinds of file can be ingested by iDaVIE and what files and formats are saved as data products of iDaVIE.
Inputs
Standard Real*4 (32-bit) FITS cubes for both the data and the (optional) mask. There should be three axes, as defined by NAXIS1, NAXIS2, and NAXIS3 in the header. If the third visual dimension is in NAXIS4 (e.g., some ASKAP cubes), the user can choose which axis to use as the third (z) dimension. Multiple catalogs can also be loaded if in VOTable format.
Outputs
iDaVIE provides:
PNG Screenshots and moment maps exported as PNG files, stored in
Output/CameraandOutput/MomentMapsrespectively.VOTable Catalog exported from an edited or created mask, stored in
Output/Catalogs.iDaVIE outputs the following columns:
Column name |
Description |
|---|---|
|
The unique number (in this catalogue) associated with the source. |
|
The x-position of the source’s centre. |
|
The y-position of the source’s centre. |
|
The z-position of the source’s centre. |
|
The lowest x-value of the source’s bounds. |
|
The highest x-value of the source’s bounds. |
|
The lowest y-value of the source’s bounds. |
|
The highest y-value of the source’s bounds. |
|
The lowest z-value of the source’s bounds. |
|
The highest z-value of the source’s bounds. |
|
The right ascension of the source’s position. |
|
The declination of the source’s position. |
|
The physical coordinate of the z-axis (i.e. velocity, frequency, redshift, etc.). The name of the column will depend on the header of the cube. |
|
The user-defined flag attached to the source when the table is saved. |
|
Other columns may be included as well, depending on the type of source list being exported. For example, masked sources will have columns pertaining to the calculated mask statistics that are viewable in the Source Info Window while imported sources will include the imported columns that were selected in the SOURCES tab. |
log Debug files created by iDaVIE, stored in
Output/Logs. Used for error reporting and should be attached when reporting issues.CSV Spectral profiles calculated from masked sources in the VR Plots Window can be exported as CSV files, stored in
Output/SpectralProfiles.FITS Created or modified masks, or moment maps exported as FITS files:
If a mask is loaded and modified in VR then it can be saved either overwriting the original mask or as a copy. In the former case the mask will be saved with the same name of the original mask and in the same directory, in the latter case the suffix
-copy.fitswill be added to the original mask name and the edited mask will be saved in the same directory as the original mask (e.g. the edited mask file name will then beoriginalmaskname-copy.fits).If no mask is provided in input, but one is created in iDaVIE, then the created mask is saved in the same directory of the data cube and a suffix
-mask.fitswill be addedd to the cube name to indicate the maks file (e.g. the created mask file name will then beoriginalcubename-mask.fits).Moment maps are saved to
Output/MomentMaps/Moment_map_[0/1]_yyyyMMdd_Hmmss.png, whereyyyyMMdd_Hmmssis the timestamp when the files are saved.