会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cql_astro
博客园
首页
新随笔
联系
管理
订阅
[置顶]
天文科研网站收录
摘要: 科研 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
阅读(934)
评论(0)
推荐(0)
2026年3月26日
ds整理的greg教程
摘要: GREG 是 GILDAS 软件套件中的通用绘图程序,用于创建出版级的天文数据可视化,包括一维曲线、二维灰度图和等高线图。本教程基于 GILDAS 官方文档整理。 📖 目录 GREG 概述与启动 基础命令与语法 坐标系统与视图设置 一维数据绘图 二维图像与等高线 图形标注与修饰 颜色与灰度图 多边
阅读全文
posted @ 2026-03-26 19:08 cql_astro
阅读(3)
评论(0)
推荐(0)
ds整理的class教程
摘要: 1. 基础入门 1.1 启动与退出 # 启动 CLASS $ class # 启动后显示提示符 CLASS> # 退出 CLASS> exit # 或按 Ctrl+D 1.2 基本帮助命令 # 查看所有命令 CLASS> help # 查看特定命令的帮助 CLASS> help plot # 查看命
阅读全文
posted @ 2026-03-26 19:05 cql_astro
阅读(2)
评论(0)
推荐(0)
2025年5月24日
模拟星系
摘要: 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
阅读(19)
评论(0)
推荐(0)
2025年4月7日
fits data cube extract
摘要: 可以把data cube看作一个面包片,每切一片,对应一个波长 头文件里有flux and wavelength, 把这两组数据提取出来。 1. 给出某个波长的切片图 2. 给出某个像素点的谱线图 3. 用循环得到所有像素点的谱线图 import numpy as np import matplot
阅读全文
posted @ 2025-04-07 17:01 cql_astro
阅读(27)
评论(0)
推荐(0)
2024年11月30日
安装坚果云出错解决
摘要: 直接用sudo dpkg -i 安装 出现错误,缺少依赖包 解决办法:sudo apt-get install -f
阅读全文
posted @ 2024-11-30 22:00 cql_astro
阅读(74)
评论(0)
推荐(0)
2023年10月28日
安装ubuntu遇到的问题
摘要: win11安装双系统 安装了的时候忘记了选择其他,没有分区直接安装,类似虚拟机的装法,虽然成功了,但没用到专门给ubuntu的分区 进入ubuntu后发现分辨率有问题,调好分辨率后发现不能实现分屏 知道是独立显卡的问题后,更新显卡驱动,发现蓝屏 按网上提示依次选择,发现黑屏加右上角有光标闪动 用al
阅读全文
posted @ 2023-10-28 09:21 cql_astro
阅读(45)
评论(0)
推荐(0)
2023年8月28日
astropy.convolution
摘要: 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
阅读(68)
评论(0)
推荐(0)
2022年1月11日
astrocut:切割fitsfile
摘要: 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
阅读(67)
评论(0)
推荐(0)
2022年1月3日
更改ubuntu分辨率
摘要: 显示器是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
阅读(1078)
评论(0)
推荐(0)
2021年12月22日
iras point sources
摘要: 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
阅读(38)
评论(0)
推荐(0)
下一页
公告