https://github.com/cgevans/convert-nanoscope

convert-nanoscope

https://github.com/cgevans/convert-nanoscope

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 (4.5%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

convert-nanoscope

Basic Info
  • Host: GitHub
  • Owner: cgevans
  • Language: Python
  • Default Branch: main
  • Size: 16.6 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

This is a simple command line tool, and rudimentary library, for converting Nanoscope AFM files to images. It's primarily intended for our own research use, and may not work well with other files.

It can be installed with

pip install -U git+https://github.com/cgevans/convert-nanoscope

The command line tool has basic help with convert-nanoscope --help.

Changelog

0.1.0 (2023-11-05)

  • Don't crash when file conversions fail.
  • Add nanoscope-like colormap.

Owner

  • Name: Constantine Evans
  • Login: cgevans
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

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

Dependencies

.github/workflows/python-tests.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • psf/black stable composite
pyproject.toml pypi
  • click >= 8
  • matplotlib >= 3.6
  • numpy >= 1
  • pillow >= 9.4.0
  • tqdm >= 4.65