Skip to content

Commit

Permalink
fix: remove mentions to WISE catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jun 17, 2024
1 parent 56624db commit d66e68e
Show file tree
Hide file tree
Showing 9 changed files with 1,600 additions and 1,770 deletions.
1,595 changes: 1,595 additions & 0 deletions Notebooks/6_Advanced_usage_of_MOCs.ipynb

Large diffs are not rendered by default.

1,765 changes: 0 additions & 1,765 deletions Notebooks/6_Planetary_Nebulae__Advanced_usage_of_HiPS_and_MOCs.ipynb

This file was deleted.

Binary file not shown.
Binary file removed Notebooks/Data/Result_moc/low_extinction_moc.fits
Binary file not shown.
Binary file removed Notebooks/Data/Result_moc/mash_moc.fits
Binary file not shown.
Binary file removed Notebooks/Data/Schlegel_extinction_map.fits
Binary file not shown.
Binary file removed Notebooks/Data/low_extinction_moc.fits
Binary file not shown.
Binary file removed Notebooks/Data/mash_moc.fits
Binary file not shown.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Some tutorials hosted here are based on [EURO-VO tutorials](https://www.euro-vo.
- [How to use the tutorials](#how-to-use-the-tutorials)
- [On your machine](#on-your-machine)
- [In github codespaces](#in-github-codespaces)
- [On mybinder.org](#on-mybinder)
- [On mybinder](#on-mybinder)
- [As a book](#as-a-book)
- [Flight plan](#flight-plan)
- [1. Intro to CDS services in notebooks](#1-intro-to-cds-services-in-notebooks)
- [2. Arp peculiar galaxies catalog \_\_ First steps with MOCs](#2-arp-peculiar-galaxies-catalog-__-first-steps-with-mocs)
- [3. Abel1656, The Coma Cluster of Galaxies \_\_ The Simple Spectral Access Protocol](#3-abel1656-the-coma-cluster-of-galaxies-__-the-simple-spectral-access-protocol)
- [4. High Energy sources \_\_ advanced use of CDS services](#4-high-energy-sources-__-advanced-use-of-cds-services)
- [5. Brown Dwarf search \_\_ cross-matching catalogs](#5-brown-dwarf-search-__-cross-matching-catalogs)
- [6. The MASH Planetary Nebulae Catalog \_\_ Advanced usage of HiPS and MOC to explore complex regions of interrest](#6-the-mash-planetary-nebulae-catalog-__-advanced-usage-of-hips-and-moc-to-explore-complex-regions-of-interrest)
- [6. Advanced usage of MOC to explore complex regions of interest](#6-advanced-usage-of-moc-to-explore-complex-regions-of-interest)
- [7. Multi Messenger Astronomy \_\_ Generation of an observation plan with MOCs](#7-multi-messenger-astronomy-__-generation-of-an-observation-plan-with-mocs)
- [Additional tutorials used in past conferences and schools](#additional-tutorials-used-in-past-conferences-and-schools)
- [Need help?](#need-help)
Expand Down Expand Up @@ -63,12 +63,12 @@ This can be done with the following commands:
pip install -r requirements.txt
jupyter lab
```

Note: the file `justfile` contains the instructions to create an environnement with `conda`.

### In github codespaces

- In Github, you can open a JupyterLab instance. To do so, go in your [`Settings`](https://github.com/settings/profile), then `Codespaces` and in `Editor Preference` choose `Jupyter Lab`. And voilà, you can now launch the tutorials, execute and modify them without any installation!
- In Github, you can open a JupyterLab instance. To do so, go in your [`Settings`](https://github.com/settings/profile), then `Codespaces` and in `Editor Preference` choose `Jupyter Lab`. And voilà, you can now launch the tutorials, execute and modify them without any installation!

![codespace](https://github.com/cds-astro/tutorials/assets/16650466/1e969477-2230-4a39-920c-3a1ee2c9d9e4)

Expand Down Expand Up @@ -145,7 +145,7 @@ For this tutorial we focus on gamma-ray and high energy spectral bands and start

Brown dwarfs are objects occupying the gap between the least massive stars and the most massive planets. They are intrinsically faint objects. Hence, heir detection is not straightforward and, in fact, was almost impossible until the advent of global surveys at deep optical and near-infrared bands like SDSS, 2MASS or DENIS. We propose here to mine the 2MASS point source catalogue (2MASS-PSC) and SDSS-DR9 databases to identify T-type brown dwarfs through an appropriate combination of colors in the optical and the infrared, an approach that perfectly fits into the Virtual Observatory.

### [6. The MASH Planetary Nebulae Catalog __ Advanced usage of HiPS and MOC to explore complex regions of interrest](Notebooks/6_Planetary_Nebulae__Advanced_usage_of_HiPS_and_MOCs.ipynb)
### [6. Advanced usage of MOC to explore complex regions of interest](Notebooks/6_Advanced_usage_of_MOCs.ipynb)

[![Vizier](https://custom-icon-badges.demolab.com/badge/Vizier-gray.svg?logo=vizier&logoColor=orange&logoWidth=20)](https://vizier.cds.unistra.fr/viz-bin/VizieR "https://vizier.cds.unistra.fr/viz-bin/VizieR")
[![MOCpy](https://custom-icon-badges.demolab.com/badge/MOCpy-gray.svg?logo=mocpy&logoWidth=20&)](https://github.com/cds-astro/mocpy "https://github.com/cds-astro/mocpy")
Expand Down

0 comments on commit d66e68e

Please sign in to comment.