LAMOST spectra
Shen(讨论 | 贡献)2016年1月20日 (三) 09:29的版本 (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...")
IDL program to obtain the spectrum file directory(e.g. Iserver:/data/data_LAMOST/DATA/DR?/spec/?) for the objects in LAMOST catalog
- masking sky emission line residuals
- pro: 文件:Mask skyline.pro.txt
- sky emission line list file文件:Skylines read.dat
- 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