“LAMOST spectra”的版本间差异

来自cluster
跳到导航 跳到搜索
(Created page with " IDL program to obtain the spectrum file directory(e.g. Iserver:/data/data_LAMOST/DATA/DR?/spec/?) for the objects in LAMOST catalog ::file: Lspec_file.pro.txt 参考LAM...")
 
无编辑摘要
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
IDL program to obtain the spectrum file directory(e.g. Iserver:/data/data_LAMOST/DATA/DR?/spec/?) for the objects in LAMOST catalog
*IDL program to obtain the spectrum file directory(e.g. Iserver:/data/data_LAMOST/DATA/DR?/spec/?) for the objects in LAMOST catalog
::[[file: Lspec_file.pro.txt]] 参考[[LAMOST光谱的IDL可视化程序]]
:[[file: Lspec_file.pro.txt]] 参考[[LAMOST光谱的IDL可视化程序]]
*masking sky emission line residuals
*masking sky emission line residuals
::pro: [[file:Mask_skyline.pro.txt]]
:Sky emission lines [[file:skylines.txt]]
::sky emission line list file[[file:skylines_read.dat]]
:sky emission line list file [[file:skylines_read.dat]] (常用)
:pro: [[file:Mask_skyline.pro.txt]]
::useage
:useage
readcol,'skylines_read.dat',char,wave,inten,type,F='(A,D,F,I)'; ;read the sky emission line
readcol,'skylines_read.dat',char,wave,inten,type,F='(A,D,F,I)'; ;read the sky emission line
sel=where(char eq '%')
sel=where(char eq '%')

2016年1月20日 (三) 09:31的最新版本

  • IDL program to obtain the spectrum file directory(e.g. Iserver:/data/data_LAMOST/DATA/DR?/spec/?) for the objects in LAMOST catalog
文件:Lspec file.pro.txt 参考LAMOST光谱的IDL可视化程序
  • masking sky emission line residuals
Sky emission lines 文件:Skylines.txt
sky emission line list file 文件:Skylines read.dat (常用)
pro: 文件:Mask skyline.pro.txt
useage
readcol,'skylines_read.dat',char,wave,inten,type,F='(A,D,F,I)'; ;read the sky emission line
sel=where(char eq '%')
skywave=wave[sel]
mask_skyline,specname,skywave