Giter Site home page Giter Site logo

pma's Introduction

Introduction

Jupyter notebooks for Astronomical analysis. Written by Eric G. Suchanek, Ph.D., Monterey Institute for Research in Astronomy (MIRA).

Getting Started

These notebooks have been developed and using Anaconda and have been tested under OSX 10.15, Ubuntu 18.04, Windows 7 Professional and Windows 10. I have used Microsoft's Visual Studio Code IDE for development and Jupyter Notebook for interactive visualization.

NB: As with any Python project there are a number of libraries that must be installed. Anaconda/conda greatly facilitates this process. This will be described more fully below:

Virtual Environment Installation/Creation

  1. Install Anaconda (http://anaconda.org)

    • Create a new environment using python 3.7
    • Activate the environment
  2. Build the environment

    • Manually:
      • Install the following libraries from within the environment created above:
        • astropy
        • astroquery
        • astroml
        • ipyvol
        • pandas
        • plotly
        • plotly_express
        • scikit-learn
        • pip
    • Using the environment.yml spec file (alternative, from a shell prompt):
      • clone this repo into your working repository directory
      • cd into the resulting directory
      • edit the prefix variable at the end of the environment.yaml file to reflect the correct path for your anaconda environment created above. this step is critically important!
      • execute: conda env create --file=environment.yaml
  3. Use pip to install:

    • ipyaladin
      • Enable the ipyaladin widget by executing the following commands from within your environment created above:
        • jupyter nbextension install --py --symlink --sys-prefix ipyaladin
        • jupyter nbextension enable --py --sys-prefix ipyaladin

Latest release

The current master branch has the latest release

Running the notebooks in Binder

Click below to launch the Jupyter Notebook browser in Binder.

Binder

PMA_Binder

pma's People

Contributors

suchanek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.