“Kcorrect”的版本间差异

来自cluster
跳到导航 跳到搜索
(Created page with "*参见http://howdy.physics.nyu.edu/index.php/Kcorrect *IDL下运行例子 kcorr=sdss_kcorrect(0.2,mag=[16.5,15.0,14.0,13.3,13.1],err=[0.01,0.01,0.01,0.01,0.01]) *idlspec2d...")
 
无编辑摘要
 
第1行: 第1行:
*参见http://howdy.physics.nyu.edu/index.php/Kcorrect
*see [http://howdy.physics.nyu.edu/index.php/Kcorrect]


*example
*IDL下运行例子
kcorr=sdss_kcorrect(0.2,mag=[16.5,15.0,14.0,13.3,13.1],err=[0.01,0.01,0.01,0.01,0.01])


*see also [http://spectro.princeton.edu/idlspec2d_doc.html#K-CORRECT]
kcorr=sdss_kcorrect(0.2,mag=[16.5,15.0,14.0,13.3,13.1],err=[0.01,0.01,0.01,0.01,0.01])

*idlspec2d中有一个类似的K-correct程序,参考http://spectro.princeton.edu/idlspec2d_doc.html#K-CORRECT

2015年1月1日 (四) 13:42的最新版本

  • example
kcorr=sdss_kcorrect(0.2,mag=[16.5,15.0,14.0,13.3,13.1],err=[0.01,0.01,0.01,0.01,0.01])