YAMAHAgb1的个人博客分享 http://blog.sciencenet.cn/u/YAMAHAgb1

博文

工具+书签 (持续更新)

已有 4789 次阅读 2012-10-11 02:51 |个人分类:工作资源|系统分类:科研笔记| 测光

在网络未授权时下载文章

 在网址后加.sci-hub.org。比如:http://iopscience.iop.org/0****/pdf/*.pdf 如果因为未授权不能下载可以将网址改为:http://iopscience.iop.org.sci-hub.org/0****...,即可重定向到sci-hub的服务器下载


找文章中的catalog
 进入 http://cdsarc.u-strasbg.fr/viz-bin/Cat 点击进入上面的标签 catalog
 页面内容的左上方有这样一个标志  ← Click to display the menu 点击进入
 依次选择杂志名称和文章号,接下来Do It Yourself!


从文章figure中抓取数据 (25/02/2013)
 2) 或者使用inkscape从矢量图中抓取矢量信息, 再自行变换坐标 http://www.astro.gla.ac.uk/~matthew/blog/?p=330

HERSCHEL 测光处理需要的全部(包括PSF和filter transition curve)(10/10/2012)
 http://herschel.esac.esa.int/twiki/bin/view/Public/SpireCalibrationWeb
 IDL 构造psf: psf_gaussian(fwhm=fwhm,npixel=[paxis1,paxis2]) (psf_gaussian从nasa用户程序包中获得)

红外convolution kernels (作为理论psf) (21/10/2012)

  http://dirty.as.arizona.edu/~kgordon/mips/conv_psfs/conv_psfs.html


SED models (16/05/2013)

   SED models for ULIRGs and Starbursts (not luminosity dependent, Arp220, M82, etc.):

       http://www.eso.org/~rsiebenm/sb_models/

       (reference: http://www.eso.org/~rsiebenm/sb_models/sbgrid.pdf)


碰撞跃迁反应速率查找和计算 (17/10/2012)
 http://basecol.obspm.fr/

单位换算 (16/11/2012)
 http://astro.wku.edu/strolger/UNITS.txt
 图像数据单位换算(pixel-beam) http://www.astro.utoronto.ca/~allen/SLUGS/ISO_pixel2beam.html

观测和拟合误差分析及常用算法 (17/10/2012)
 Everything you wanted to know about Data Analysis and Fitting but were afraid to ask: http://arxiv.org/abs/1210.3781
 Measurement errors and scaling relations in astrophysics: a review
http://arxiv.org/abs/1210.6232

BASIC CALCULATION (1/11/2012)
 Flux to Luminosity Luminosity to Flux: http://www.astro.soton.ac.uk/~td/flux_convert.html

文献搜索 (18/10/2012)
 ADS Labs
 http://labs.adsabs.harvard.edu/ui/

写作指南 (20/10/2012)
  San Francisco Edit: http://www.sfedit.net/newsletters.htm

SUBMISSION (22/10/2012)
 http://badgrads.berkeley.edu/doku.php?id=submitting_papers

LINUX (03/12/2012)
 批量重命名 (mv & rename): http://hi.baidu.com/jschangcheng/item/c157d963ce82621d7cdecc78
              http://linux-wiki.cn/wiki/zh-hans/%E6%89%B9%E9%87%8F%E9%87%8D%E5%91%BD%E5%90%8D%E6%96%87%E4%BB%B6
             (vim):   http://adam8157.info/blog/2010/11/use-vim-to-bulk-rename

 SSH+Firefox 访问外网: http://www.ha97.com/2836.html

 grep - Search file for character string: (查找含有某字符串的文件)

http://www-pnp.physics.ox.ac.uk/~west/intro_manual/node84.html

       Search for one or more strings in one or more files.Examples:-
grep that myfile.txt
(如果是查找该目录下全部文件中含有某语句的文件,可以用 grep command ./* )

       Look for the string ``that'' in the file called ``myfile.txt'' andprint out each line that matches.

egrep -in "this|that" *.dat     

Extended grep search *.dat files for ``this'' or ``that'' caseinsensitive (-i) and where found print line number (-n) along with theline contents.


修改和创建矢量图 (25/02/2013)
 除了在idl中创建,用gsview或ps2eps等转换格式,linux下还可以使用inkscape。
 inkscape tutorials blog: http://inkscapetutorials.wordpress.com/

VIM (1/11/2012)
 批量修改文件名: http://adam8157.info/blog/2010/11/use-vim-to-bulk-rename

LATEX (22/11/2012)
 修改表格位置解决页面右边超出: http://tex.stackexchange.com/questions/33345/making-a-table-fit-on-a-page-by-moving-it-left
 修改列间距: setlength{tabcolsep}{3.2pt}
 Templates: http://www.latextemplates.com/

 文档插图:http://blog.csdn.net/shenlan211314/article/details/6251776

 取消缩进: noindent {text content}

 在caption中换行:\前加 protect. 如:caption{Jay is good. protect \ However, Jay is not my type}


TOPCAT (27/11/2013)

  TOPCAT的catalog操作非常方便,在catalog matching上的优势非常明显。对比IDL常用的交叉相关程序srcor,topcat的优势体现在catalog的排序算法上。相对于传统的插入法要求计算次数为O(N^2),topcat使用比较法,计算次数仅为O(N*logN),两者之比几乎与N成正比 (N为样本大小)。关于matching的相关说明和对比较法的解释分别见

http://www.star.bris.ac.uk/~mbt/topcat/sun253/matchAlgorithm.html

http://www.crsr.net/Notes/BigO.html


GNUPLOT (1/5/2013)

待学习:http://gnuplot.sourceforge.net/demo_4.6/rgb_variable.html


PYTHON (1/5/2013)

待学习:python-astro http://python-astro.blogspot.co.uk/



https://blog.sciencenet.cn/blog-773206-621289.html

上一篇:IDL使用笔记 (持续更新)
下一篇:娱乐向工作指南
收藏 IP: 192.171.2.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-26 13:36

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部