Skip to content

Radio data and its analytical scripts for authored works studying radio emission from the ionised jets of young stellar objects

Notifications You must be signed in to change notification settings

SimonP2207/RadioJetsFromYSOs

Repository files navigation

Radio Jets from Young Stellar Objects

The primary purpose of this repository is to store data, images and scripts pertaining to publications studying the radio emission associated with the ionised jets of young stellar objects.

Summary

This repository contains the data for the following publications:

For each of those works listed above, image .fits files for each object at each observed frequency, .csv/.fits tables for results and associated scripts for ease of data import are included. Should you use any of the data below, please cite the relevant work above. For a full description of the repository's directory tree, please see below.

Contents

Below is the directory tree for this repository with folder/file descriptions as comments:

RadioJetsFromYSOs/              # Respository's parent directory
├───radiopy/                    # Git submodule containing the radiopy repo for use in data.py below
|   └───...                     # More details can be found on the radiopy repo or in the README
├───VLASurveyPurser2020/        # Directory containing material from Purser et al. (2020)
│   ├───fits/                   # Contains all clean images in .fits format
│   │   ├───C-band/             # Directory for 5.8GHz images
│   │   │   ├───G***.****.fits  # C-band image for G***.***.fits where ***.**** is the galactic l-coordinate
│   │   │   └───...             # A total of 64 C-band .fits images are present in this directory
│   │   └───Q-band/             # Directory for 44GHz images
│   │       ├───G***.****.fits  # Q-band image for G***.***.fits where ***.**** is the galactic l-coordinate
│   │       └───...             # A total of 43 Q-band .fits images are present in this directory
│   └───results/                # Contains image analysis results and associated scripts
│       ├───data.py             # Python script which imports results as pandas.DataFrame instance
│       └───tables/             # Contains all image analysis results in various table formats
│           ├───cband.csv       # Table of C-band results in .csv format
│           ├───cband.fits      # Table of C-band results in .fits table format
│           ├───qband.csv       # Table of Q-band results in .csv format
│           ├───qband.fits      # Table of Q-band results in .fits table format
│           ├───ancillary.csv   # Table of supporting data in .csv format
│           └───ancillary.fits  # Table of supporting data in .fits table format
└───ATCASurveyPurser2016/       # Directory containing material from Purser et al. (2016)
    ├───fits/                   # Contains all clean images in .fits format
    │   ├───5500/               # Directory for 5.5GHz images
    │   │   ├───G***.****.fits  # 5.5GHz image for G***.***.fits where ***.**** is the galactic l-coordinate
    │   │   └───...             # A total of 34 5.5GHz .fits images are present in this directory
    │   ├───9000/               # Directory for 9GHz images
    │   │   ├───G***.****.fits  # 9GHz image for G***.***.fits where ***.**** is the galactic l-coordinate
    │   │   └───...             # A total of 34 9GHz .fits images are present in this directory
    │   ├───17000/              # Directory for 17GHz images
    │   │   ├───G***.****.fits  # 17GHz image for G***.***.fits where ***.**** is the galactic l-coordinate
    │   │   └───...             # A total of 40 17GHz .fits images are present in this directory
    │   └───22800/              # Directory for 22.8GHz images
    │       ├───G***.****.fits  # 22.8GHz image for G***.***.fits where ***.**** is the galactic l-coordinate
    │       └───...             # A total of 40 22.8GHz .fits images are present in this directory
    └───results/                # Contains image analysis results and associated scripts
        └───tables/             # Contains all image analysis results in various table formats
            ├───5ghz.csv       # Table of 5.5GHz results in .csv format
            ├───5ghz.fits      # Table of 5.5GHz results in .fits table format
            ├───9ghz.csv       # Table of 9GHz results in .csv format
            ├───9ghz.fits      # Table of 9GHz results in .fits table format
            ├───17ghz.csv       # Table of 17GHz results in .csv format
            ├───17ghz.fits      # Table of 17GHz results in .fits table format
            ├───22ghz.csv       # Table of 22.8GHz results in .csv format
            ├───22ghz.fits      # Table of 22.8GHz results in .fits table format
            ├───ancillary.csv   # Table of supporting data in .csv format
            └───ancillary.fits  # Table of supporting data in .fits table format

About

Radio data and its analytical scripts for authored works studying radio emission from the ionised jets of young stellar objects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages