CNN models for Quasar morphology classifications
Article, cite: https://arxiv.org/abs/2201.09901
CNN models are built for classifying quasar sources with Integrated flux density at 1.4 GHz > 2mJy. Image cutouts (4'x4') are obtained from VLA FIRST image cutout server (https://third.ucllnl.org/cgi-bin/firstcutout), with source SDSS coordinates at the center of the image.
Sources are classified as core, double, triple, and jets. Core-type sources are subclassified into resolved and unresolved core sources. The models are used to classify radio morphology of 16491 sources.
core: core-type sources
double: double-type sources
trip: triple-type sources (double-lobed)
jet: jet-type sources
r: resolved core
u: unresolved core
l: lobe-dominated
c: core-dominated
- Three CNN model files have been added to the folder named 'CNN'.
- You can load the model files using keras and tensorflow packages.
- The input file details along with the labels can be found in the .pickle files. Files beginning with 'X' consists of the image information, while the ones with 'y' contain the corresponding morphology label.
CNN model to classify sources into core, lobe, triple and jets.
CNN model to subclassify Double-type sources into core-dominated and lobe-dominated sources.
CNN model to subclassify Triple-type sources into core-dominated and lobe-dominated sources.
BAL quasars are studied as a function of radio-loudness and core-lobe flux density ratio parameters. These parameters have been compiled for 16491 sources in the "balcatalog.csv" file.
Flags:
CLASS: Defines broad classification of radio morphology
SUBCLASS: Defines sub-classification of radio morphology
logR1: Log(RI) parameter (radio-to-optical ratio)
logR_ratio: Log(R) parameter (core-to-lobe flux density ratio)