摘要: from astropy.modeling.models import Gaussian2D import numpy as np import matplotlib.pyplot as plt x,y = np.mgrid[0:200,0:200] model=Gaussian2D(1,100,1 阅读全文
posted @ 2025-05-24 14:02 cql_astro 阅读(14) 评论(0) 推荐(0)