Choose a workflow
Interface |
Input |
Behavior and intended use |
|---|---|---|
|
|
Caller-preprocessed; no host; in-memory result. Best for developing one global model. |
|
|
Caller-preprocessed; no host; in-memory result. Best for targeted, independent windows. |
|
Spectrum file/row |
Galactic correction; optional host; in-memory result. Best for one file-based object. |
|
File, |
Galactic correction except caller-preprocessed |
|
Parquet/FITS sample |
Galactic correction; optional host; resumable run bundle. Best for surveys and production samples. |
Recommended path
Start with
qsospec.fit_global_lines()while developing a model.Use
qsospec.fit_object_to_store()when outputs and QA must be archived.Use
qsospec.fit_batch()after the single-object configuration is scientifically validated.Use local fitting only when independent windows are intentional.
The complete workflow descriptions are in User Guide.