Skip to main content

spssdecode

The spssdecode library decodes captured star maps into structured data (e.g., positions, colors, animations). It extracts session-specific information and analyzes visual patterns like star positions, twinkling patterns, and gradients.

Installation

Install the library using pip:

pip install spssdecode

USAGE:
from spssdecode.decoder import Decoder
import numpy as np

# Initialize the Decoder
decoder = Decoder()

# Example image data (replace with real image data)
image_data = np.zeros((400, 400, 3), dtype=np.uint8)
center = (200, 200)
boundary_radius = 150
image_data[190:200, 190:200] = 255  # Bright region (simulating a star)

# Decode the star map
decoded_data = decoder.decode_star_map(image_data, center, boundary_radius)

print(decoded_data)

Download files

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

Source Distribution

spssdecode-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

spssdecode-0.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file spssdecode-0.1.0.tar.gz.

File metadata

  • Download URL: spssdecode-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.12

File hashes

Hashes for spssdecode-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d42648eab587054bd82880c4d2948288892bd1e5b4f36a6691c7bfbac766dc9d
MD5 7ccafea530b614825fa6de08f82b14c4
BLAKE2b-256 b61aa637f0bdf2d971d8628a83bee28a693ac64965cab506272053433fc0a01b

See more details on using hashes here.

File details

Details for the file spssdecode-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: spssdecode-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.12

File hashes

Hashes for spssdecode-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 95bf6f04cc579ec781dc98c9cf5485dec331c9c540b269ed2aaf1a07da0e7611
MD5 a02e186114c61b6ac706b5f73b7c4998
BLAKE2b-256 4f3ad1f1b53b54a3679be107d4e76717c0897d075e55cabe9bbd1bf59e815025

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

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