From e3662f1606044b286986eb346211ea763a51f14d Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Wed, 30 Oct 2024 08:27:15 -0600 Subject: [PATCH] just make madgics models not break, help_text can be updated later --- src/astra/models/madgics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astra/models/madgics.py b/src/astra/models/madgics.py index 160fd9b4..ff084dda 100644 --- a/src/astra/models/madgics.py +++ b/src/astra/models/madgics.py @@ -15,7 +15,7 @@ from astra.models.base import BaseModel from astra.models.source import Source from astra.models.spectrum import (Spectrum, SpectrumMixin) -from astra.models.fields import PixelArray, PixelArrayAccessorHDF, BasePixelArrayAccessor, LogLambdaArrayAccessor +from astra.fields import PixelArray, PixelArrayAccessorHDF, BasePixelArrayAccessor, LogLambdaArrayAccessor from astra.specutils.resampling import wave_to_pixel, sincint from astra.glossary import Glossary