Forum >> Principianti >> settare il label di un oggetto: libreria Phoebe

Pagina: 1

Salve a tutti, avviso che sto lavorando con la libreria di python Phoebe. Poiché inesperto stavo semplicemente seguendo una guida :
http://www.phoebe-project.org/docs/future/testsuite.simple_binary02.html

per il fit di un sistema binario.

Adesso il codice completo postato su pastebin: http://pastebin.com/aeTsCJnU

Adesso il primo errore, relativo alla riga: 23:


>>> input_lc.get_parameter('pblum').set_adjust(True)

Traceback (most recent call last):

File "<stdin>", line 1, in <module>

AttributeError: 'NoneType' object has no attribute 'set_adjust'


un altro errore mi viene segnalato alla riga 39:


>>> star1 = phoebe.BinaryRocheStar(comp1, mesh=mesh, pbdep=[lcdep,rvdep])

Traceback (most recent call last):

File "<stdin>", line 1, in <module>

File "/usr/local/lib/python2.7/dist-packages/phoebe/backend/universe.py", line 7975, in __init__

orbit['c2label']))

ValueError: Cannot figure out which component this is: the label in 'component' is '2cf23e7e-ce67-4652-9e8f-5f50ecd57d08', but 'orbit' mentions '2f704024-9f3f-4ca9-9f92-d51e96eb9e50' as the primary, and '960f37a0-fc84-4870-b6d9-d6b443553844' as the secondary. Please set 'c1label' or 'c2label' in 'orbit' to match this component's label.


è sopratutto quest'ultimo che vorrei risolvere.

grazie a tutti.


Pagina: 1



Esegui il login per scrivere una risposta.