Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

CASA CARTA Data Analysis

Grimmer edited this page Mar 31, 2017 · 3 revisions

Note: the below content is written by Erik Rosolowsky on 18 Nov 2015. https://github.com/CARTAvis/carta/wiki/CASA-CARTA-Data-Analysis


CARTA needs to furnish basic connections to CASA to be used for analytics. The baseline case is to connect to the CASA image analysis package. It seems like the easiest case is to base this around a selection of a region for a file that is available on disk (staying firmly in the CASA paradigm of everything-on-disk).

Case 1: Image statistics on an entire image

Given a small GUI element that selects components in the ia package (here, the tool imstat), pressing the Go button runs the CASA task imstat and returns the output to a window in the GUI or to a terminal running the casapy environment. The latter is probably the most useful, since this allows the parameters of the imstat command to be set in the casapy environment rather than having to use CARTA to wrap the data.

Here's a sample GUI installation using the less-ideal case of text return into CARTA:

Case 2: Image statistics on an ROI

Same as above except a user selects a region of interest in the CARTA viewer that defines a region and passes that region into CASA's imstat command.

Clone this wiki locally