/ImfitTre

Primary LanguagePythonMIT LicenseMIT

Krab! ImfitTre

Image analysis and display for the JILA KRb experiment as a replacement for ImfitDue.

Backend uses a Quart webserver and a MongoDB database. Frontend uses SvelteKit.

To use, a config.py file must be created in the root directory with the following format:

# config.py

class Config:
    QUART_MONGO_URI = "mongodb://localhost:27017/mydatabase"