科学网

 找回密码
  注册

tag 标签: Email地址

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

【GIPSY-OASIS】-轨道获取和.xyz文件的制作
zhenghui2915 2013-2-27 10:03
1.gipsy flinnR星历下载可以通过命令brdc2gipsy.py来实现,具体的格式如下: brdc2gipsy.pl -d 2012-04-30 -outdir . brdc2gipsy.py -d yesterday -outdir . 2.igs_orbits_clks_fetch.pl 获取IGS轨道和星历数据 igs2goa.pl 将IGS轨道和星历转化为goa格式 igs2flinn.pl 将IGS轨道和星历转为flinnR格式 例子: 测试下载2006年12月14日的精密星历和钟差数据,然后转换为GIPSY的格式,最后进行处理 GPS周:1405 星期4 UCSD的GPS精密星历、IGS站数据等下载 原始地址:http://garner.ucsd.edu 公众FTP站点地址:ftp://garner.ucsd.edu/pub/ 多数可以匿名登录,用户名:anonymous,密码:Email地址。 要下精密星历进PRODUCTS文件夹,各文件夹的数据介绍: SOPAC/CSRC Public FTP Archive Structure GSAC SOPAC's GPS Seamless Archive combinations SOPAC's weekly GLOBK solutions docs GPS Sitelogs and SOPAC reports gamit GAMIT setup, tables, etc gipsy GIPSY solutions, setup, etc gfiles orbits in the GAMIT g-file format hfiles Global and regional GAMIT h-file solutions highrate High rate GPS data 30 second sample rate met GPS RINEX Meteorological files misc Miscellaneous data and products nav GPS RINEX Navigation files nrtdata Hourly GPS RINEX data files products Variety of IGS products (sp3精密星历, erp, sum, etc) qc Quality Control raw Raw GPS data files (SCIGN) rinex GPS RINEX Observation files software Publicly-available software solutions GPS analysis solutions using GAMIT software timeseries Timeseries files (xyz, neu, filtered) troposphere IGS combinations of tropospheric estimates For more information contact : sopac@ucsd.edu 注意事项: 如果要使用2006-12-14日IGS的星历和钟差,需要下载2006-12-14前一天和后一天的IGS星历和钟差,然后利用igs2flinn 命令将IGS的星历和钟差转为GIPSY软件需要的格式。 IGS products span ~24 hrs (00:00:00 to 23:45:00), while FLINNR products typically span 30 hrs (-1 day 21:00:0 to +1 day 03:00:00). Thus, IGS files must exist for 1 day before and after the specified begin and end dates, unless the -igs_span flag is set. 首先下载2006-12-13的星历和钟差数据 gipsy@ubuntu:~/GPS_DataProc/test/igs$ igs2flinn.pl -b 2006-12-14 -e 2006-12-14 2006-12-13: igsclk file does not exist at /opt/goa-6.1.2/bin/igs2flinn.pl line 121 下载2006-12-13的星历和钟差数据 gipsy@ubuntu:~/GPS_DataProc/test/igs$ igs2flinn.pl -b 2006-12-14 -e 2006-12-14 2006-12-15: igsclk file does not exist at /opt/goa-6.1.2/bin/igs2flinn.pl line 121 下载2006-12-15的星历和钟差数据 所需文件为: -r--r--r-- 1 gipsy gipsy 1004881 Dec 29 2006 igs14053.clk.Z -r--r--r-- 1 gipsy gipsy 94785 Dec 29 2006 igs14053.sp3.Z -r--r--r-- 1 gipsy gipsy 1033153 Dec 29 2006 igs14054.clk.Z -r--r--r-- 1 gipsy gipsy 94801 Dec 29 2006 igs14054.sp3.Z -r--r--r-- 1 gipsy gipsy 978763 Dec 29 2006 igs14055.clk.Z -r--r--r-- 1 gipsy gipsy 95049 Dec 29 2006 igs14055.sp3.Z gipsy@ubuntu:~/GPS_DataProc/test/igs$ igs2flinn.pl -b 2006-12-14 -e 2006-12-14 gipsy@ubuntu:~/GPS_DataProc/test/igs$ 得到的结果是: -rw-r--r-- 1 gipsy gipsy 116 Feb 26 12:38 2006-12-14.ant.gz -rw-r--r-- 1 gipsy gipsy 1346 Feb 26 12:38 2006-12-14.eo.gz -rw-r--r-- 1 gipsy gipsy 43 Feb 26 12:38 2006-12-14.frame.gz -rw-r--r-- 1 gipsy gipsy 98811 Feb 26 12:38 2006-12-14.pos.gz -rw-r--r-- 1 gipsy gipsy 80 Feb 26 12:38 2006-12-14.shad.gz -rw-r--r-- 1 gipsy gipsy 151475 Feb 26 12:38 2006-12-14.tdp.gz Examples: igs2flinn.pl -b 2006-01-02 -e 2006-01-09 Will make FLINNR formatted files, *.pos.gz, *.tdp.gz, *eo.gz, *.shad.gz, *frame.gz, *ant.gz for the time span 2006-01-02 to 2006-01-09 from IGS files in the same directory. This directory could now be used with the `-orb_clk' flag of gd2p.pl. igs2flinn.pl -b 2006-01-02 -e 2006-01-09 -flinn_dir FLINNR Will make FLINNR formatted files, *.pos.gz, *.tdp.gz, *eo.gz, *.shad.gz, *frame.gz, *ant.gz for the time span 2006-01-02 to 2006-01-09 from IGS files in the FLINNR subdirectory. Note the necessary IGS files could have been fetched to the current directory with the command: igs_orbits_clks_fetch.pl -b 2006-01-01 -e 2006-01-10 如果不下载处理当天的前一天和后一天的IGS轨道和星历数据,可采用下面的选项: Instead of generating files that span 30 hrs, as the standard FLINNR product does, generate files spanning 00:00:00 - 23:45:00 for each of the daily IGS files. This is the span of the rapid and final IGS products. For the longer 30 hr time spans, the IGS files are cat'd together appropriately. 4.goa_prod_ftp.pl 从JPL的服务器下载所需的轨道和星历(由于NASA对中国用户的限制,目前无法使用) /opt/goa-6.1.2/bin/goa_prod_ftp.pl -d yyyy-mm-dd DEFAULT flinnR gets orbit clock and associated files suitable for use with gd2p.pl -hr option will fetch high rate clocks for *R* products Examples: /opt/goa-6.1.2/bin/goa_prod_ftp.pl -d 2009-12-03 will fetch flinnR products /opt/goa-6.1.2/bin/goa_prod_ftp.pl -d 2010-10-01 -s ultra will fetch ultra products Ultra is updated every hour with about 1-hour latency 5.sta2antxyz.pl 根据测站的ID制作成ant的相位差异xyz文件 Help on module sta2antxyz: NAME sta2antxyz FILE /opt/goa-6.1.2/bin/sta2antxyz.py PURPOSE: Define phase variation file (xyz file) given a station ID, and using as input a sinex file with antenna information for the specified station, and an antex file with phase variations for the antenna type. DESCRIPTION: Given a station ID, IGS sinex file, and IGS antex file, this program will create a phase variation file (xyz file) for that station. The xyz file is the file used by GIPSY's gd2p.pl program. The antex file provides the phase center with respect to the reference point (typically the ARP), and a map with respect to the specified phase center. As such, for the output xyz file always contains phase variations with respect to the reference point (typically the ARP), computed as the sum total of the specified phase center and map with respect to the phase center. USAGE: sta2antxyz.py -s sss1 sss2 ... -sinex sinexfile1 sinexfile2 ... -antex antexfile -o xyzfile OPTIONS: -s sss1 sss2 ... List of four character station IDs for which antenna phase variation maps are desired. (Case insensitive) -sinex sinexfile1 sinexfile2 ... List of sinex files from which antenna and radome type for station is defined. Sinex files should contain the data block: SITE/ANTENNA This data block is checked for the antenna and radome type at the station, and this information is used to query the antex file to generate the xyz file for that station. igs.snx文件下载地址 : Possible IGS Sinex files include: ftp://igscb.jpl.nasa.gov/igscb/station/general/igs_with_former.snx ftp://igscb.jpl.nasa.gov/igscb/station/general/igs.snx The file igs_with_former.snx includes historical IGS sites. -antex antexfile Antexfile contained phase variation information for antenna/radome combinations. igs.antex文件下载地址: IGS Antex files can be found at: igscb.jpl.nasa.gov/igscb/station/general/ -o xyzfile Name of output xyzfile that will contain antenna phase variation maps for all stations in input list. Note that antenna phase variation maps will be appended to this file if already exists. -d yyyy-mm-dd Date at which phase variation map required (at 12:00:00). Default date is today (at 12:00:00). -h, -H, -help Prints this man page. EXAMPLE: sta2antxyz.py -s jplm algo -sinex igs_with_former.snx -antex igs05_1421.atx -o jplalgo.xyz -d 2006-01-01 sta2antxyz.py -s jplm algo -sinex igs.snx -antex igs05.atx -o jplalgo.xyz -d 2005-01-01 In the above example, antenna calibration maps for stations JPLM and ALGO are appended to the file jplalgo.xyz, by determining antenna information at the 2 sites on 2006-01-01 from the igs_with_former.snx sinex file, and using that antenna information to derive antenna calibrations from the igs05_1421.atx antex file. COPYRIGHT: Copyright 2007, by the California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged. AUTHORS: Jet Propulsion Laboratory California Institute of Technology Pasadena, CA, USA
个人分类: GIPSY-OASIS|178 次阅读|0 个评论
为了发文章真是什么招都能想出来啊
热度 1 is163 2012-8-29 19:38
为了发文章真是什么招都能想出来啊! 出来混迟早要还的. 以后国外编辑对待国人推荐的审稿人估计会额外仔细了. 相关新闻: 中国研究人员因捏造审稿信息被撤销三篇论文 因同样的原因,贵阳中医学院 何光志 再次被撤销三篇学术论文。 这三篇论文均发表于《实验寄生虫学》( Experimental Parasitology )。上个月,科学网 报道 何光志一篇论文被该期刊撤销。撤稿声明称,作者为了在同行评审过程中获得好的评价,在审稿过程中捏造了相关信息。此次三篇论文被撤销,同样是由于作者在审稿过程中捏造了相关信息。 据了解,国际学术期刊在接受投稿时,为保证作者受到公平审稿,一般都要求作者提供建议审稿人信息以及应回避的审稿人信息,如审稿人的邮箱等联系方式。 在这四篇论文中,三篇发表于2011年12月,一篇发表于2012年2月,何光志均为第一作者和通讯作者。 另据贵阳中医学院网站介绍,何光志现为该校副教授,硕士生导师。2010年10月被破格晋升为副教授;2011年10月被破格评为贵阳中医学院学术骨干。(科学网 任春晓/编译)
个人分类: 谈天说地|5557 次阅读|2 个评论
我的email地址
孙军 2012-5-16 23:52
本人2011.7月底因工作原因离开中国科学院海洋研究所,调动到天津科技大学,原先 sunjun@qdio.ac.cn早已停用 ,其谨慎使用!!我的主用email: phytoplankton@163.com ,也可使用sunjun@tust.edu.cn联系我。
5888 次阅读|0 个评论
如何证明你是人——趣味Captcha
热度 1 xuyingxiao 2012-4-29 16:08
CAPTCHA(全自动区分计算机和人类的图灵测试),主要是为了防范有些人在论坛上通过软件自动发布垃圾信息,也可用于防止软件自动注册大量账号、搜集Email地址、在线投票中刷票、滥用搜索引擎、字典式猜测账号的密码等。 主要做法是让你做些事情,这些事情的特点是:真正的人很容易做,但按照当前的技术通过软件很难自动完成。 为了防止软件自动完成这些任务,人们想出了各种巧妙的任务,其中不乏发表在顶级国际会议的成果。 参见之前的博文: 新桃花源记(N)——你是人吗? ( http://blog.sciencenet.cn/home.php?mod=spaceuid=504160do=blogid=441759 ) 以下图片均搜集自网上或来自学术论文: 通过软件自动破解Captcha,可以卖个好价钱。 变形再变形,依旧免不了被破解,得想些新法子。比如识别中国的草书。 科学网的Captcha(早期是让大家做科学题目,后来改成传统的输入字符了) 传统的Captcha 识别出扭曲的字符后,需要通过鼠标拖动来输入。 拖动滑块旋转图片把图片放正(这可是发表在顶级国际会议上的成果) 下面哪句话是更加自然(不是机器翻译的)? 智力测试 专业题目 利用视觉错误
个人分类: 科普|5227 次阅读|4 个评论
这真的是一个奇迹!
热度 1 duke01361 2012-3-29 23:41
今天下午,我上网为我的中学生儿子搜索一篇神话故事,因为很遗憾我儿子看不懂中文,所以就不得不搜索英文的故事,我不知道是什么缘故就突然想到了搜索" monster"这类故事,想必可能是我曾经为曾经的寒武纪生命大爆发产生过所谓的“monster"的缘故?我想更可能是我记得儿子Callum喜欢这类故事?但说实话,我当时真的不知道为什么就搜索了“monster"这类故事! 当我很随意挑选故事时,不经意间发现了History Compassz这本英文杂志上发表的一篇关于“Monster"的文章,打开阅读,发现作者的名字,和我的一位好朋友的名姓完全相同,等看到文章末尾的'作者介绍”,我基本确信了这应该是我失去联系长达15年的朋友,现在的她已经是一位历史学家了! 她现在威尔士的大学工作。有了她的email于是就急忙给她写电子邮件确认一下,但由于那文章的发表是在2008年,总犹豫这个email地址会不会已经过期?因此只写了一句,就没有继续下去...本来,我是想先把“草稿”保存一下,等进一步确认联系地址的有效性再写,可阴错阳差地点错了按钮,于是这封email就发了出去... 我最终还是收到了回信!果不其然,正是我的朋友! 难道这一切不是“缘分”?是那种“冥冥之中”“缘分”!
个人分类: Life a Bit|2962 次阅读|2 个评论
我们设计一种网络名片吧
热度 5 outcrop 2011-11-8 21:01
传统名片早就比较流行了,网络时代,也许可以尝试一下更丰富的电子名片,包含更丰富的个人信息。实际上电子通讯录已经比较成熟,比如通用的vCard格式,用于存储接收到的个人信息;但大家没怎么关注网络上如何有效的留下自己的相关信息。 这里尝试设计一种网络名片,目的是嵌入各种与自己有关的网络场合,便于吸引志趣相投的朋友交流;算是一个简短的自我展现。 因此,先列出网络名片可能需要优先包含的内容,欢迎补充: 网络ID,这是基本信息; 以Email地址,稳定可靠的交流方式; 即时通信ID,如QQ、MSN、Gtalk等; 博客/微博主页,更深入的交流,可作为个人信息门户; 课题组/公司等主页,比较专业的呈现自我; 兴趣组/QQ群等,用来汇聚兴趣、爱好想同的朋友; 其他扩展,比如宗教信仰、个人观点等展示。 由于目前互联网市场上尚无类似网络名片的大规模服务,因此这个点子除了自己玩,也可以作为一个互联网创业的切入点;但风险较大,技术要求不低。以这个点切入,也可以整出一篇硕士的小论文来,欢迎尝试,研究 有兴趣的朋友一起聊聊~
个人分类: 计算机应用技术|3594 次阅读|12 个评论

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

GMT+8, 2024-6-2 20:48

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部