“天球投影”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
第6行: 第6行:
plot,indgen(180),indgen(180)*0.5,xrange=[-180,180],yrange=[0,90],/nodata,xstyl
plot,indgen(180),indgen(180)*0.5,xrange=[-180,180],yrange=[0,90],/nodata,xstyl
aitoff_grid,60,30,/label
aitoff_grid,60,30,/label
:但是只画 [-10,90]纬度范围内有点困难

*EQPOLE和EQPOLE_GRID
*EQPOLE和EQPOLE_GRID
equal-area polar projection。X,Y的坐标都是-90到90
equal-area polar projection。X,Y的坐标都是-90到90

2015年10月11日 (日) 14:46的最新版本

  • aitoff和aitoff_grid
 equal-area Aitoff projection,后者生成一个grid。
 X坐标从-180,到180.
 根据需要,我自己生成了一个X坐标从0,360的投影程序,命名为aitoff2和aitoff_grid2
如果不需要整个天球都画出来,只画一部分,比如北半球
plot,indgen(180),indgen(180)*0.5,xrange=[-180,180],yrange=[0,90],/nodata,xstyl
aitoff_grid,60,30,/label
但是只画 [-10,90]纬度范围内有点困难
  • EQPOLE和EQPOLE_GRID
equal-area polar projection。X,Y的坐标都是-90到90