上一页 1 ··· 3 4 5 6 7
摘要: Information from Astronomical Spectra 待续。。。。。 阅读全文
posted @ 2020-10-08 11:09 cql_astro 阅读(194) 评论(0) 推荐(0)
摘要: 1.可参考这篇文章https://blog.csdn.net/weixin_43433995/article/details/101526682 但按照这篇文章一路安装下来,最终并不能成功打开class。2.官方文档http://www.iram.fr/~gildas/dist/gildas.REA 阅读全文
posted @ 2020-09-15 12:41 cql_astro 阅读(1056) 评论(0) 推荐(0)
摘要: 本文是学习科研数据处理视频第三章的记录。 几个关键词: 平均值±标准差 Mean±SD 平均值±标准误 Mean±SEM Mean用来衡量某实验指标数值的一般水平。 SD和SEM衡量该实验指标数值的波动。 标准差、标准偏差(Standard Deviation, SD) 标准误差、标准误(Stand 阅读全文
posted @ 2020-08-23 21:54 cql_astro 阅读(353) 评论(0) 推荐(0)
摘要: from astropy.io import fits hdu_list = fits.open(image_file) hdu_list.info() image_data = hdu_list[0].data print(type(image_data))print(image_data.sha 阅读全文
posted @ 2020-08-18 18:34 cql_astro 阅读(1127) 评论(0) 推荐(0)
摘要: 注册有一段时间了,本博客今日开始使用。 博客的用途是记录本人科研学习过程中收集的点点滴滴。 不记录私人生活,不讲究文章美观和完整性,随性记录。 阅读全文
posted @ 2020-08-18 16:24 cql_astro 阅读(67) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7