Parse and process Raman and photoluminescence (PL) data files generated by Nanofinder instruments.
Project description
NanofinderParser
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 in python:
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")
You can also use NanofinderParser from the command line:
# Convert an SMD file to CSV
nanofinderparser convert path/to/your/smd/file.smd output_folder --units nm
# Display information about an SMD file
nanofinderparser info path/to/your/smd/file.smd
For more detailed usage instructions, please refer to the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nanofinderparser-0.3.6.tar.gz.
File metadata
- Download URL: nanofinderparser-0.3.6.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
769301bc22467b5008ef122f4802db6d973d191d4f4e3198e4d3924d9d790336
|
|
| MD5 |
8461dfa4f146337df986877398ea46e9
|
|
| BLAKE2b-256 |
5e2e8b10cd397276a15fa570ea40f1c3e2aa734418ed071f235b8bdbcdf328d7
|
File details
Details for the file nanofinderparser-0.3.6-py3-none-any.whl.
File metadata
- Download URL: nanofinderparser-0.3.6-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57ce03ef314a64d3156917884cd0c6b28507cc25c77419a6287905d3123dba13
|
|
| MD5 |
a3438e07526ef8274809886e3a1fae19
|
|
| BLAKE2b-256 |
930d0abae2521b604d4ae176adcd61fff2abfd172169ff7ac469b70e56f2da30
|