astropy

    3熱度

    3回答

    我想在astropy庫中使用Ellipse2D模型擬合一個橢圓。適合不起作用。建模參數與初始參數相同(可能除幅度參數外)。請參見下面的代碼: import numpy as np from astropy.modeling import models, fitting import matplotlib.pyplot as pl # fake data num = 100 x, y =

    0熱度

    2回答

    我試圖用寫一個字符串和一個浮動到一個文件: t=['SDSS J2000'] data=[10] astropy.io.ascii.write([t,data] ,'data.dat',names=['name','num'],formats={'name':'%s','num':'%f'}) 輸出文件: name num "SDSS J2000" 10.000000 如何我可以寫字

    3熱度

    2回答

    我試圖獲得使用Simbad類從astroquery所有幀座標,就像它是在SIMBAD web page (基本數據部分)顯示 我有以下代碼: from astroquery.simbad import Simbad def get(): Simbad.reset_votable_fields() Simbad.remove_votable_fields('coordinat

    -1熱度

    1回答

    import numpy as np import astropy as ap def mass(FWHM, lumi): abs_lumi = bhm.L_1450(lumi) s1 = (FWHM/1000) s2 = ((abs_lumi)/(10**44)) s = [(s1**2)*(s2**0.53)] #mass = np.lo

    1熱度

    1回答

    我試圖WCS轉換爲使用astropy像素,但是當我嘗試在圖像閱讀: from astropy import wcs w = wcs.WCS('image_file.fits') 我得到以下異常: *WARNING: Unexpected extra padding at the end of the file. This padding may not be preserved when

    0熱度

    1回答

    我正在尋找一種方法在IPython筆記本中的LaTeX字符串內呈現astropy變量。通過簡單地在IPython的提示鍵入它 :例如,給定一個簡單的前提, from astropy.constants import c import astropy.units as u from astropy import log 光速精美缺省呈現爲。現在,如果我想將它嵌入到字符串中呢?如何在已經被as

    2熱度

    1回答

    我有一個固定的全天空相機,並且想要適合WCS解決方案(地圖像素x,y到alt,az)。如果我確定了幾個明星,我可以得到初步的解決方案正是如此 import numpy as np from astropy.modeling import models, fitting from astropy.modeling.projections import Sky2Pix_ZEA, AffineTra

    2熱度

    2回答

    我目前正在使用一些適合表格,並且在輸出Astropy.io.fits時遇到了問題。從本質上講,我正在切出一大堆有我不感興趣的對象數據的行,但是當我保存新表時,所有這些行都已經奇蹟般的重現了。 例如: import astropy.io.fits as fits import numpy as np hdu = fits.open('some_fits_file.fits')[1].data

    2熱度

    2回答

    由於某些原因,我需要使用天文轉換comoving距離紅移。基本上這涉及閱讀,循環和寫出列表或numpy數組......我的問題是,我的每個列表通常由〜9.5 x 10^6個元素組成。每當我嘗試使用numpy.savetxt將輸出保存到新的txt文件時,這會給我帶來MemoryError。內存使用量快速增長,最終會減慢一點,但總是會提高128Gb的限制。 如果有人知道我如何改進下面的腳本,我非常願意

    -1熱度

    1回答

    與astropy提取範圍列我有以下文件: rowname1 0.0019 0.0142 -0.0258 -0.0058 -0.0097 rowname2 0.0001 0.0168 -0.0268 -0.0063 -0.0072 和我想從第二提取的列(即避免了rownames柱)XTH。到目前爲止,我正在使用astropy模塊的ascii.read函數;如果我例如組x