期刊论文详细信息
The Python Papers
A Python Module for FITS Files with full C Level Programming Functionality
Ian Bond1 
[1]Massey University
DOI  :  
学科分类:农业科学(综合)
来源: The Python Papers
PDF
【 摘 要 】
A Python module for manipulating files in the FITS format is described. The module was constructed using the capabilites of ctypes to dynamically create foreign function interfaces from a C library. Here this was used to import the CFITSIO library into Python. I describe how this module can be used to call the functions from the C library in their near native form, and how one to manipulate FITS files in a style that Python programmers are accustomed. The ctypes and ctypeslib modules allows one to import all routines and data structures from the C library and avoids the need to manually write language bindings for each routine. Moreover, these modules allow the Python programmer to enjoy the full functionality of the the underlying C library.
【 授权许可】

Unknown   

【 预 览 】
附件列表
Files Size Format View
RO201912010163505ZK.pdf 131KB PDF download
  文献评价指标  
  下载次数:0次 浏览次数:2次