meds:Python和C库可与Multi Epoch数据结构一起使用

时间:2024-04-18 16:36:17
【文件属性】:

文件名称:meds:Python和C库可与Multi Epoch数据结构一起使用

文件大小:89KB

文件格式:ZIP

更新时间:2024-04-18 16:36:17

python astronomy Python

药 一个用于创建和读取多纪元数据结构的Python库。 还提供了一个最小的C库来读取MEDS文件 文献资料 此处提供了有关安装和使用python和C库的完整说明: 读取文件的一些示例 import meds # create a MEDS object for the given MEDS file m = meds . MEDS ( filename ) # read a cutout for object 35, cutout index 5 object_index = 35 cutout_index = 5 image = m . get_cutout ( object_index , cutout_index ) # read the second cutout for this object cutout_index = 1 im = m . get_cutout ( obje


【文件预览】:
meds-master
----.github()
--------workflows()
----src()
--------meds.c(42KB)
--------meds.h(14KB)
--------make-meds-input.c(9KB)
--------test.c(5KB)
--------meds-get-cutout.c(1KB)
--------test-speed.c(1KB)
----scripts()
--------meds-extract-catalog(494B)
--------meds-view(29KB)
--------meds-extract-range(545B)
--------meds-compare(1KB)
----requirements.txt(27B)
----LICENSE(34KB)
----setup.py(984B)
----README.md(2KB)
----Makefile(2KB)
----meds()
--------compare.py(8KB)
--------util.py(9KB)
--------defaults.py(1KB)
--------coadd.py(27KB)
--------bounds.py(4KB)
--------number_extractor.py(9KB)
--------__init__.py(514B)
--------_uberseg.c(5KB)
--------tests()
--------maker.py(42KB)
--------extractor.py(9KB)
--------meds.py(34KB)
--------fast3tree.c(28KB)
----.gitignore(21B)

网友评论