摘要: 科研 arxiv overleaf notion con-papers google citationsy cnki github taotie 2 deepl zcp521 yuanjh ADS colab RAA 边写边搜 deepnote 南大天文 texpage ORCID 数据库 gpsc 阅读全文
posted @ 2021-06-15 09:08 cql_astro 阅读(893) 评论(0) 推荐(0)
摘要: 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 阅读(11) 评论(0) 推荐(0)
摘要: 可以把data cube看作一个面包片,每切一片,对应一个波长 头文件里有flux and wavelength, 把这两组数据提取出来。 1. 给出某个波长的切片图 2. 给出某个像素点的谱线图 3. 用循环得到所有像素点的谱线图 import numpy as np import matplot 阅读全文
posted @ 2025-04-07 17:01 cql_astro 阅读(20) 评论(0) 推荐(0)
摘要: 直接用sudo dpkg -i 安装 出现错误,缺少依赖包 解决办法:sudo apt-get install -f 阅读全文
posted @ 2024-11-30 22:00 cql_astro 阅读(61) 评论(0) 推荐(0)
摘要: win11安装双系统 安装了的时候忘记了选择其他,没有分区直接安装,类似虚拟机的装法,虽然成功了,但没用到专门给ubuntu的分区 进入ubuntu后发现分辨率有问题,调好分辨率后发现不能实现分屏 知道是独立显卡的问题后,更新显卡驱动,发现蓝屏 按网上提示依次选择,发现黑屏加右上角有光标闪动 用al 阅读全文
posted @ 2023-10-28 09:21 cql_astro 阅读(33) 评论(0) 推荐(0)
摘要: chatgpt的解释: The text is explaining two different methods for convolving data: convolve() and convolve_fft(). Convolve() is a direct convolution algori 阅读全文
posted @ 2023-08-28 21:05 cql_astro 阅读(54) 评论(0) 推荐(0)
摘要: from astrocut import fits_cut from astropy.io import fits from astropy.coordinates import SkyCoord input_files=['13co.fits'] center_coord = SkyCoord(" 阅读全文
posted @ 2022-01-11 21:02 cql_astro 阅读(64) 评论(0) 推荐(0)
摘要: 显示器是1920*1080的,ubuntu20里没有,查了一通,修改成功,过程如下: 1.打开终端,输入xrandr, 我用的虚拟机,记下Virtual1 connected primary 1920x1200+0+0的第一个单词2.sudo vim /etc/profile ,在末尾添加 xran 阅读全文
posted @ 2022-01-03 17:25 cql_astro 阅读(1045) 评论(0) 推荐(0)
摘要: Object/CoordinateSourceTypeGlonGlatEquatorial J2000 19:03:44.3977 +5:09:51.942 Coordinate 38.92903 -0.37296 19h 03m 44.40s +05d 09m 51.9s f12:8.268E+0 阅读全文
posted @ 2021-12-22 09:37 cql_astro 阅读(36) 评论(0) 推荐(0)
摘要: Using the Robitaille (2017) YSO SED models https://notebook.community/hyperion-rt/paper-2017-sed-models/notebook/using_the_models ATLASGAL Database Se 阅读全文
posted @ 2021-12-07 18:33 cql_astro 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-26 08:56 cql_astro 阅读(39) 评论(0) 推荐(0)