rustafits 0.2.0

High-performance FITS to JPEG converter for astronomical images with auto-stretch and Bayer debayering
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# Debug builds
debug/
target/

# Release builds
release/

# Test outputs
*.fits
*.fit
*.jpg
*.jpeg
*.tif
*.tiff
*.png
*.xisf

# macOS
.DS_Store
.AppleDouble
.LSOverride

# IDE
.vscode/*
!.vscode/c_cpp_properties.json
!.vscode/settings.json
.idea/
*.swp
*.swo
*~

# Build artifacts
*.o
*.so
*.dylib
*.dll
*.a

# Test executables
test_fits
test_bayer
test_stretch
test_pipeline
test_real_stretch
tests/*

# Temporary files
*.tmp
*.log