“Astro lib”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第22行: 第22行:
*[[fits文件]]读写
*[[fits文件]]读写


*画图: ploterror,oploterror
*画图: [[误差棒#ploterror|ploterror]],[[误差棒#oploterror|oploterror]]
*:最新的astro_lib中的图例程序LEGEND改名为AL_LEGEND,IDL8.0中有内置的LEGEND函数

2012年4月25日 (三) 15:05的版本

  • ZENPOS, JDate, Ra_Z, Dec_Z ;给定时刻到天顶的Ra,Dec,地理位置通过 site的common数据库
  • MOONPOS, jdate, ra_m, dec_m, dis 月亮在给定时刻的位置距离
  • SUNPOS,jdate, ra_s, dec_s 太阳在给定时刻的位置
  • mphase,jdate,k 月亮在给定时刻到月相
  • eq2hor, ra_m, dec_m, jdate, alt_m,
  • az_m,ha,lat=lat,lon=lng,altitude=alt ;赤道坐标系到地平坐标系
  • leapyear 计算润年
  • monthdays,一个月当中有多少天,唯一需要考虑的是润年因素
  • GCIRC 计算球面坐标距离,支持数组计算
  • lumdist 计算光度距离,输入宇宙学参数。H0 = , k = , Omega_M =, Lambda0 = , q0 =
注:q0=lambda0-Omega_M/2
  • 画图: ploterror,oploterror
    最新的astro_lib中的图例程序LEGEND改名为AL_LEGEND,IDL8.0中有内置的LEGEND函数