sockets.readme
来自「basic median filter simulation」· README 代码 · 共 22 行
README
22 行
December 2007 This directory contains procedures which use the IDL SOCKET command to accessWeb servers. Dominic Zarro (LAC/GSFC) has written an independent set of routines to use IDLsockets to access Web servers. His routines use object-oriented code and areavailable at http://orpheus.nascom.nasa.gov/~zarro/idl/sockets.htmlWEBGET() - Use the IDL SOCKET procedure to get data from http serversQUERYGSC() - Query the Guide Star Catalog (GSC V2.3.2) at the Space Telescope Science Institute by position QUERYDSS - Query the digital sky survey (DSS) on-line at the European Space Observatory (ESO) or STSCI serversQUERYSIMBAD - Query the SIMBAD or NED name resolvers to obtain J2000 coordinatesQUERYVIZIER - Positional query of any catalog in the VIZIER databaseDec 2007: QUERYUSNO (to query USNO-A2 catalog) has been removed since the newerUSNO-B1 catalog can be queried with QUERYIVIZIER, e.g. IDL> info = queryvizier('usno-b1','m13',5)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?