Skip to content

Pulsar Hands-on Session (SKA Outreach @ Vigyan Samagam)

License

Notifications You must be signed in to change notification settings

Relativist1/SKA-Outreach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo Logo

SKA-Outreach-Pulsar-Hands-on-session

Welcome to Pulsar Hands-on Session during SKA Outreach Week @ Vigyan Samagam.

Here we will be doing data analysis using some pulsar data obtained before hand from various radio telescopes.

Downloads

Vela Pulsar Data (Download at least 1 file):

Downloading the repository gives you the access to the contents available. Clone/Downlaod the repository using the top right button, save it to the desired folder and then unzip/unrar it.

Using Python

Installation [Method 1] (Recommended for Windows Users)

Python can be installed in many different ways with many distributions. For the hands-on sesion we will be using Jupyter Notebook. To get Jupyter notebook one can download Anaconda which is a python distribution software. Anaconda for a specific operating system can be downloaded from https://www.anaconda.com/distribution/#download-section. Choose the appropriate operating system. Make sure to download Python 3.7 version. Install using the installer.

Installation [Method 2]

Installing pip

Linux Users (Ubuntu)

Jupyter Notebook can be installed without installing Anaconda in your Linux system (Ubuntu). The following steps can be followed to install. If you have already installed pip, skip this step.

  • Open the terminal and type the following command
$ sudo apt install python3-pip
  • Now type the following command
$ pip install notebook
  • Start Jupyter using
$ jupyter notebook

Mac Users

Mac users can go to this link https://bootstrap.pypa.io/get-pip.py and save the file as get-pip.py, then open the terminal and go to the folder where the downloaded file is and type the following command

$ python get-pip.py
  • Now type the following command
$ pip install notebook
  • Start Jupyter using
$ jupyter notebook

Installing Python Libraries

Users who install python using the Method 2 need to install a few important python libraries as they are not installed via that method.

  • numpy

  • scipy

  • matplotlib

  • pandas

  • To install a library , open the terminal and type in the following command

$ pip install library_name
  • Replace the library_name with the desired library and hit enter. For eg.
$ pip install matplotlib

Using online

To use Jupyter Notebook online, go to https://jupyter.org/try and click on Try Classic Notebook and then a Jupyter Notebook will open.

Queries

Any further issues or queries realted to the coding or the analysis part can be forwarded via email to sbhkmr1999@gmail.com

About

Pulsar Hands-on Session (SKA Outreach @ Vigyan Samagam)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published