Skip to main content

Package to locate landmarks from edge profiles

Project description

HeavyEdge-Landmarks

Supported Python Versions PyPI Version License CI CD Docs

title

Python package to locate landmarks from edge profiles.

Supports:

  • Pseudo-landmark sampling.
  • Mathematical landmark detection.
  • Plateau fitting.

Usage

HeavyEdge-Landmarks provides functions to locate landmarks from multiple profiles.

A simple use case to locate 10 pseudo-landmarks:

from heavyedge import get_sample_path, ProfileData
from heavyedge_landmarks import pseudo_landmarks
with ProfileData(get_sample_path("Prep-Type2.h5")) as data:
    x = data.x()
    Ys, Ls, _ = data[:]
lm = pseudo_landmarks(x, Ys, Ls, 10)

Refer to the package documentation for more information.

Documentation

The manual can be found online:

https://heavyedge-landmarks.readthedocs.io

If you want to build the document yourself, get the source code and install with [doc] dependency. Then, go to doc directory and build the document:

$ pip install .[doc]
$ cd doc
$ make html

Document will be generated in build/html directory. Open index.html to see the central page.

Developing

Installation

For development features, you must install the package by pip install -e .[dev].

Testing

Run pytest command to perform unit test.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heavyedge_landmarks-1.0.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heavyedge_landmarks-1.0.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file heavyedge_landmarks-1.0.0.tar.gz.

File metadata

  • Download URL: heavyedge_landmarks-1.0.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for heavyedge_landmarks-1.0.0.tar.gz
Algorithm Hash digest
SHA256 36ea1f74f931a8118899fa56ef0cda5d7c22c490909821973f988ba81815cb8b
MD5 97a973b4f9bbf7e3899e63cb8fe5c67f
BLAKE2b-256 886cb7837fb1b6ebb6fd86f3ba97dc1de14c08241fab5a513d406d7f7414edf3

See more details on using hashes here.

File details

Details for the file heavyedge_landmarks-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for heavyedge_landmarks-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce16dd0879142e745930ad12849dbcd958d64063bc72635fe1c00e63ca891156
MD5 c3a8afd58277468654d715cee3155ea2
BLAKE2b-256 5c912f04c59248bc921158b67f382f62a7bb35ab97f304b33a5bf7701b2dff74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page