Skip to main content

Parse and process Raman and photoluminescence (PL) data files generated by Nanofinder instruments.

Project description

NanofinderParser


Documentation Status PyPI - Version License - BSD-3-Clause

Parse and process Raman and photoluminescence (PL) data files generated by Nanofinder instruments.

Features

  • Parse SMD (Scanned Measurement Data) files produced by NanoFinder instruments
  • Convert spectral data between different units (nm, cm-1, eV, Raman shift)
  • Export parsed data to CSV files or pandas DataFrames

Installation

You can install NanofinderParser using pip:

pip install nanofinderparser

Or using Poetry:

poetry add nanofinderparser

Quick Start

Here's a simple example of how to use NanofinderParser:

from pathlib import Path
from nanofinderparser import load_smd

# Load an SMD file
file_path = Path("path/to/your/smd/file.smd")
mapping_data = load_smd(file_path)

# Access basic information
print(f"Laser wavelength: {mapping_data.laser_wavelength} nm")
print(f"Map size: {mapping_data.map_size}")

# Export data to CSV
mapping_data.to_csv(path=Path("output"), spectral_units="raman_shift")

For more detailed usage instructions, please refer to the documentation.

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

nanofinderparser-0.2.1.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

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

nanofinderparser-0.2.1-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

File details

Details for the file nanofinderparser-0.2.1.tar.gz.

File metadata

  • Download URL: nanofinderparser-0.2.1.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for nanofinderparser-0.2.1.tar.gz
Algorithm Hash digest
SHA256 89a490a5eeecff66f955d8b64d351d9f7c18229a28eb5211dea1a5233be24298
MD5 122cb9948c1713a921a1f799d32b526a
BLAKE2b-256 e289bb7c886a1319f2b1c714086ba9ef3fc5353833b868d9d7aada2a3b996c2e

See more details on using hashes here.

File details

Details for the file nanofinderparser-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for nanofinderparser-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ee70bbd38ed879ad782833382205ef7e35236b3745fa3fb7c15ecd2751c58fe3
MD5 04f52dcfc247c1de8060c9eee5aaf504
BLAKE2b-256 e83e14b6e35e4809dc279814be3cced0ca1490a99d6fd54d410f5e50b144d4a7

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