EOVSA Data Analysis Tutorial
Revision as of 22:47, 15 April 2019 by Bchen (talk | contribs) (→Setup connections to Bin's test AWS server)
Software
Here are some basic information on CASA and the software we are developing:
- SunCASA A CASA/python-based package being developed for imaging and visualizing spectral imaging data. ONLY AVAILABLE on UNIX-BASED PLATFORMS (MacOS High-Sierra and later, REDHAT 6 & 7 and equivalents)
- Obtaining CASA; CASA Guides
- GSFIT
Using SunCASA
Setup connections to Bin's test AWS server
This is Bin's personal Amazon AWS Lightsail server for testing purposes. The server runs CentOS 7 (1901-01) with 1 CPU, 512 MB RAM, and 20 GB SSD storage. THIS IS ONLY FOR THE EOVSA TUTORIAL BUT *NOT* FOR ACTUAL DATA REDUCTION (as Bin is paying out from his own pocket!).
- Obtain SSH Key from Bin Chen
- Put it under a secure location on your own machine. Recommend to use "~/.ssh" (create if it does not exist by "mkdir ~/.ssh").
- Edit the permission of ~/.ssh and the key (here I use ~/.ssh as the directory to place your key)
chmod -R 700 ~/.ssh chmod 400 ~/.ssh/guest_key.pem
- Log on to Bin's test AWS server
ssh -XY -i ~/.ssh/guest_key.pem guest@3.208.184.162:22