
Astronomy
文章平均质量分 83
zstarstone
研究方向:信息安全,大数据分析
展开
-
function num_lines = specobjid2deg(specobjid_filepath, deg_filepath, len_format
function num_lines = specobjid2deg(specobjid_filepath, deg_filepath, len_format)%Author: shizhixin%Email: szhixin@gmail.com%Date: Dec 11,2011%This function can change specobjid which is the form原创 2011-12-11 23:19:36 · 1411 阅读 · 0 评论 -
IRAF 安装 for Ubuntu 10.04
按照这个步骤,基本上能装好,只是DS9的wget地址有点问题,需要注意:wget http://hea-www.harvard.edu/saord/ds9/archive/linux/ds9.linux.6.2.tar.gz开始转发的安装版本,也能成功,不过好像没有装X11和DS9IRAF 安装 for Ubuntu 10.04 http://blog.sciencenet转载 2012-04-17 13:23:59 · 3695 阅读 · 0 评论 -
[转]GSVIEW 显示不完全
GSVIEW 显示不完全http://blog.youkuaiyun.com/foreverdengwei/article/details/84846902013-01-09 10:59 218人阅读 评论(0) 收藏 举报GSview是查看PS文件格式和EPS文件格式最佳软件选择。但是今天我在用GSview的时候却出现了一个令人困扰的问题。我用Origin画了转载 2013-12-11 10:06:48 · 6406 阅读 · 0 评论 -
读取Fits数据及画图显示JAVA版
初学JAVA,没想到读取Fits,尤其是在MATLAB中一条命令搞定的显示数据,显得比较麻烦。这里用了两个包,分别完成读取及显示的功能。读取Fits的头文件以及获取Table的数据:Java Library for access to FITS files对于读取出来的波长和流量进行绘图:Plot Package,jahuwaldt.plot 在他们类的基础上,参考他们给出的Demo,原创 2013-06-05 17:03:45 · 5032 阅读 · 6 评论 -
一个下午,找了一条小虫,JAVA读取fits文件出错异常
准备用JAVA完成对光谱的读取,并寻找相似集。下午开始,就卡在光谱的读取中,郁闷了一个下午。以前用MATLAB写过读取光谱的代码(FIT文件格式解析及MATLAB读取程序),也用C++写过,但是觉得C++以前一个字节一个自己的读取过于麻烦,所以对于JAVA的,先找找是不是有读取fits文件的包。没想到还找到了:Java Library for access to FITS files 。但是,原创 2013-06-04 20:43:39 · 2114 阅读 · 0 评论 -
通过中值滤波,归一化对比LAMOST与SDSS的光谱
% Author:shizhixin% Email:szhixin@gmail.com% Blog:http://blog.youkuaiyun.com/shizhixin% Date:2012-03-12% 通过退红移,中值滤波,然后归一化对光谱进行处理,对比LAMOST与SDSS的光谱。% 光谱文件为:DR8: 4.fits % LAMOST: 1.fits% 参数dered为是否退红移原创 2012-03-12 03:23:45 · 2822 阅读 · 0 评论 -
matlab重命名文件movefile
function rename_dir(path, option)%Author:shizhixin%Email:szhixin@gmail.com%Blog:http://blog.youkuaiyun.com/shizhixin%Date:2012-02-15%option = 'LAMOST','DR8','SPECIAL'%LAMOST:类似spec_release.php@path=%原创 2012-02-15 10:15:52 · 8616 阅读 · 3 评论 -
批量读取文件夹下的DR8光谱数据,并完成显示保存图片以及统计Z和Obj的分布情况
function [Z Obj] = read_dr8_dir(path,option,show_n, save_img, hist_info)%Author:shizhixin%Email:szhixin@gmail.com%Blog:http://blog.youkuaiyun.com/shizhixin%函数功能:批量读取文件夹下的DR8光谱数据,%并完成显示保存图片以及统计Z和Ob原创 2012-02-17 18:43:21 · 1721 阅读 · 0 评论 -
Redshifts and Classifications
Redshifts and Classificationshttp://www.sdss3.org/dr8/algorithms/redshifts.phpFor each spectrum, we estimate a redshift and perform a classification into STAR, GALAXY,QSO or UNKNOWN. In addition转载 2012-02-10 17:25:46 · 987 阅读 · 0 评论 -
Object information--CLASS
Object informationhttp://www.sdss3.org/dr8/spectro/catalogs.phpEach object has a classification (CLASS) and a redshift determination (Z) with an associated error (Z_ERR). For galaxies, a velocity转载 2012-02-10 17:13:37 · 940 阅读 · 0 评论 -
简单的介绍SDSS Data的流程
简单的介绍了SDSS Data的流程,个人感觉比较简单易懂。http://cas.sdss.org/dr7/en/sdss/data/data.aspSDSS TerminologyTo understand how data are processed, it helps to understand the terms SDSS scientists use to describ转载 2012-01-06 11:13:03 · 1341 阅读 · 0 评论 -
Characterization of The Line Profile
18. CHARACTERIZATION OF THE LINE PROFILEhttp://astrosurf.com/buil/us/spe2/hresol7.htmSome astrophysical parameters can be extracted from a spectrum by the measurement of the spectral line profile.转载 2011-12-28 00:35:29 · 4579 阅读 · 0 评论 -
Full width at half maximum
Full width at half maximumFrom Wikipedia, the free encyclopediahttp://en.wikipedia.org/wiki/Full_width_at_half_maximumFull width at half maximum (FWHM) is an expression of the ex转载 2011-12-28 00:16:36 · 8249 阅读 · 0 评论 -
FIT文件格式解析及MATLAB读取程序
FIT文件格式解析(http://blog.youkuaiyun.com/shizhixin,Email: zxshi@nlpr.ia.ac.cn,2011年12月) 摘要:本文档主要介绍了用UltraEdit查看FIT文件及简要的说明了FIT文件的数据存储方式,并附上了FIT文件数据读取及保存为TXT的MATLAB程序。此外,通过读取lamda的相关信息,文中还显示了5条FIT文件中读取出来的光谱。原创 2011-12-14 16:58:31 · 16470 阅读 · 2 评论 -
Radial velocity
http://en.wikipedia.org/wiki/Radial_velocityRadial velocityFrom Wikipedia, the free encyclopediaDiagram showing how an exoplanet orbiting a star produces changes in positio转载 2011-12-05 10:08:00 · 1406 阅读 · 0 评论 -
SDSS spectroscopic catalogs
SDSS spectroscopic catalogshttp://www.sdss3.org/dr8/spectro/catalogs.phpIntroductionThe SDSS spectroscopic catalogs contain parameters such as redshift, classification, velocity dispersion转载 2011-12-11 03:05:21 · 928 阅读 · 0 评论 -
IRAF 2.15 安装笔记
IRAF 2.15 安装笔记http://astroleaks.lamost.org/?p=1563May 24, 2011 in 经验之谈 ( 各位同学,我们发现目前在国内访问wordpress服务可能会有一些障碍,鉴于我们Lamost服务器上的镜像已经经过了重新的布置,为了方便大多数国内同学访问,即日起我们将Lamost服务上的站点作为主要更新站 , wordpress转载 2012-04-17 10:04:46 · 2236 阅读 · 0 评论