https://github.com/auggiemarignier/s2checkerboard

https://github.com/auggiemarignier/s2checkerboard

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: auggiemarignier
  • Language: Python
  • Default Branch: master
  • Size: 15.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme

README.md

S2CheckerBoard

A very simple script to build checkerboards on the sphere

Usage

To install all dependencies using poetry poetry install source .venv/bin/install Otherwise the main dependency you need is healpy which you can install using pip.

To make checkerboards, run python main.py <options>

Options

--checkersize - Size of the checkers in degrees e.g. 15 is 15X15 degrees.

--nside - Healpix resolution parameter, must be a power of 2. Max/Default is 128.

--L - Bandlimit. All spherical harmonic coeffs for l>=L are 0

--save_map - Saves map in a .fits file.

--save_alm - Saves harmonic coeffs in a .fits file. Argument --L must be given.

--save_img - Saves a .png image of the map.

If any of the save options are specified, an outputs directory will be created in the directory where the script is run.

Owner

  • Login: auggiemarignier
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

poetry.lock pypi
  • appdirs 1.4.4 develop
  • atomicwrites 1.4.0 develop
  • attrs 20.2.0 develop
  • black 20.8b1 develop
  • click 7.1.2 develop
  • colorama 0.4.3 develop
  • flake8 3.8.3 develop
  • importlib-metadata 1.7.0 develop
  • mccabe 0.6.1 develop
  • more-itertools 8.5.0 develop
  • mypy-extensions 0.4.3 develop
  • packaging 20.4 develop
  • pathspec 0.8.0 develop
  • pluggy 0.13.1 develop
  • py 1.9.0 develop
  • pycodestyle 2.6.0 develop
  • pyflakes 2.2.0 develop
  • pytest 5.4.3 develop
  • regex 2020.7.14 develop
  • toml 0.10.1 develop
  • typed-ast 1.4.1 develop
  • typing-extensions 3.7.4.3 develop
  • wcwidth 0.2.5 develop
  • zipp 3.1.0 develop
  • astropy 4.0.1.post1
  • certifi 2020.6.20
  • cycler 0.10.0
  • healpy 1.14.0
  • kiwisolver 1.2.0
  • matplotlib 3.3.1
  • numpy 1.19.1
  • pillow 7.2.0
  • pyparsing 2.4.7
  • python-dateutil 2.8.1
  • scipy 1.5.2
  • six 1.15.0
pyproject.toml pypi
  • black ^20.8b1 develop
  • flake8 ^3.8.3 develop
  • pytest ^5.2 develop
  • healpy ^1.14.0
  • matplotlib ^3.3.1
  • numpy ^1.19.1
  • python ^3.7
  • scipy ^1.5.2