JWST日冕目标可观测性计算器

jwst-coronagraph-visibilit的Python项目详细描述


当前版本:0.2.0(测试版)。

Download for macOS (31 MB)Download Python source

在https://github.com/spacetelescope/jwst_coronagraph_visibility/issues/new或通过电子邮件向作者报告任何问题。

作者:克里斯托弗·斯塔克(cstark@stsci.edu)、约瑟夫·朗(jlong@stsci.edu)

Screenshot of the JWST Coronagraph Visibility Tool showing target HR 8799 with three companions plotted.

JWST的允许指向导致目标可见度取决于黄道纬度,而允许的滚转角范围取决于太阳伸长。因此,目标允许的pas可以是一个复杂的时间函数。因此,很难1)理解探测器上给定目标的可能方向,2)确定多个滚转观测的理想滚转角偏移,3)确定同时可见的一组目标。创建jwst冠状图可见性工具(cvt)是为了解决这些问题,并帮助创建apt程序和诊断调度错误。

我们强调,CVT的设计目的是为给定目标提供可能的可观测方向的快速图解。因此,CVT快速接近JWST的指向限制,^ {STR 1 } $不查询官方JWST建议约束生成器(PCG)< /强>。CVT不包括详细的指向限制,如地球和月球回避等。此外,结果可能与官方限制相差一定程度左右。{STR 1 } $用户应将结果视为近似近似值。>/P>

此外,探测器几何结构(例如从天空坐标到仪器的Idl帧的转换)由siaf(科学图像孔径文件)提供。siaf是一种用于操作仪器孔径和坐标转换的标准格式,由stsci维护,作为jwst操作的一部分。截至本文撰写之日(2016年4月),代码包括其自己的PRDDEVSOC-D-012版NIRCAM和MIRISIAFS的副本。

有关安装说明和使用说明,请参阅github上的documentation或此存储库中的docs/index.rst

已知问题

  • The CVT does not (and will not) query the JWST Proposal Constraint Generator. The only constraint on the field of regard is the Sun and anti-Sun avoidance angle.
  • Target name resolution depends on the availability of the SIMBAD service. If the service cannot be reached, you will have to enter coordinates yourself.
  • The CVT does not currently provide a way to export the plotted points as text. Plots can be saved from the GUI using the save icon below the plot panel.
  • The CVT has only been tested on Mac and Linux. Issue reports from Windows users are welcome, and we will do our best to address them, but we are not testing the tool on Windows.

请参阅https://github.com/spacetelescope/jwst_coronagraph_visibility/issues上的问题跟踪程序。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java缓存使用Spring Oauth2访问令牌   java我正在尝试在选项卡上插入一个编辑文本框   SwingJava:是否存在SwingGutilities。invokeNowOrLaterIfEDT(…)还是类似的?   关于Spring数据JDBC+Hikari+PostgresJSONB的java问题   java是否可以为tomcat数据源设置多个URL   java如何安排ServletContextListener在指定的日期和时间执行   javascript有没有办法使用本机应用程序的startActivityForResult从我开发到Android的PWA中获取结果?   java为什么建议将实例变量声明为私有?   java spring启动远程更新失败   安卓 java lang Null Pointerexception更新谷歌服务后   在java中对登录模块使用会话有困难   java如何使用HibernateTemplate。findByNamedParam()?   如何使用java配置配置spring security 3.2以使用dao身份验证和自定义身份验证过滤器   插件如何获取另一个java项目的类路径?