摘要: aplpy可以对一个N维fits cubes提取切片,对维度重新排序。有两个重要的参数,dimensions and slices.这两个参数也可以用于show_contour(). dimensions参数用来把维度分配给x或y轴。默认值是[0,1],意思是x轴应该是fits cube的第一个维度 阅读全文
posted @ 2021-04-15 21:50 cql_astro 阅读(94) 评论(0) 推荐(0) 编辑
摘要: import pyfits import numpy as np import pylab as py import img_scale j_img = pyfits.getdata('sources/4.5um.fits') h_img = pyfits.getdata('sources/8.0u 阅读全文
posted @ 2021-04-15 17:07 cql_astro 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1.gildas的几个命令 set match !tolerance 公差,差值,相对于下面的命令offset. find /offset a1 a2 !搜索这个位置 find /range w e s n [unit] ! /position a0 d0 sys !搜索绝对位置 2.不同坐标之间相 阅读全文
posted @ 2021-04-15 15:16 cql_astro 阅读(27) 评论(0) 推荐(0) 编辑