Git Product home page Git Product logo

dr1_analysis's Introduction

DR1_analysis

set of scripts to generate the figures and calculations used in the GAS DR1 paper

dr1_analysis's People

Contributors

rfriesen avatar jpinedaf avatar low-sky avatar

Stargazers

Liang Chen avatar Kristina Monsch avatar  avatar

Watchers

Adam Ginsburg avatar James Cloos avatar  avatar  avatar  avatar

Forkers

rfriesen low-sky

dr1_analysis's Issues

update and test YSO catalogues

@rfriesen We need to include the script that is used to generate the images with Herschel data and the footprint of the GAS data, plus the YSO catalogues.

  • add script that create figures
  • include YSO catalogues (edited if needed)
  • check that YSO catalogues are fully plotted
  • Add Herschel data to dataverse
  • Add figures to repo

Noise cleaning in contours

For aesthetics, it may be a good idea to clean up the images used in contour maps to kill off the noise spikes. One way to do this might be binary opening on the parameter maps or on a masked map that is masked at the threshold of the lowest contour. This just eliminates small regions in the map.

from scipy.ndimage import binary_opening
selem = np.array([0,1,0],[1,1,1],[0,1,0])
mask = binary_opening(map > LowestContour,selem)
MaskedMap = mask*map

openingexample

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.