Analyzing Pre-2017 Data: Difference between revisions

From EOVSA Wiki
Jump to navigation Jump to search
(Created page with "= Analyzing Pre-2017 Data = Prior to April 2017, the EOVSA correlator was not fully working and so imaging is not possible. However, EOVSA still offers some unique total powe...")
 
(No difference)

Latest revision as of 19:25, 25 July 2019

Analyzing Pre-2017 Data

Prior to April 2017, the EOVSA correlator was not fully working and so imaging is not possible. However, EOVSA still offers some unique total power measurements and even some limited baseline data, albeit without proper calibration. This page describes how to proceed with that analysis on the Pipeline machine.

Accessing Analysis Software

As a matter of keeping the software up to date, at some point the current software could no longer work with older data. This was solved on the Pipeline machine by creating a Python virtual environment containing the older software. To activate a terminal session on Pipeline that is using the appropriate Python environment, issue the following command:

source ~/.virtualenvss/astropy-dev/bin/activate.csh

which will result in a new prompt:

[astropy-dev] pipeline:~>

You can now use the commands on the remainder of this page, some of which will NOT work in the standard environment.

To exit this special environment, issue this command:

deactivate

Total Power Analysis

The total power can be read from IDB files using the dump_tsys module, which has the rd_miriad_tsys() routine. The call is of this form

out = dump_tsys.rd_miriad_tsys(trange)

which will result in