Git Product home page Git Product logo

Comments (10)

kdere avatar kdere commented on August 20, 2024

I am looking into this

Ken

from chiantipy.

kdere avatar kdere commented on August 20, 2024

Try:

defaults=chio.defaultsRead()

and see what you get for the values of the dict 'defaults'

one should be

'ioneqfile': 'chianti',

Ken

from chiantipy.

nawinnova avatar nawinnova commented on August 20, 2024

Hi Ken,

Here is the values of dict

{'abundfile': 'sun_photospheric_2015_scott',
'ioneqfile': 'chianti',
'wavelength': 'angstrom',
'flux': 'energy',
'gui': True}

from chiantipy.

kdere avatar kdere commented on August 20, 2024

next thing to try:

import ChiantiPy.tools.data as chdata

then chdata.Defaults

should look like what you got with chio.defaultsRead()

so , theck that.

Ken

from chiantipy.

nawinnova avatar nawinnova commented on August 20, 2024

I receive an error this time, similar to the original problem.

import ChiantiPy.tools.data as chdata
----> chdata.Defaults

AttributeError: module 'ChiantiPy.tools.data' has no attribute 'Defaults'

Also, I can add that I am running this in VSCode on macOS, and install ChiantiPy using pip

from chiantipy.

kdere avatar kdere commented on August 20, 2024

I have never tried VSCode.

can you try this in a Python console, or a jupyter notebook?

Ken

from chiantipy.

kdere avatar kdere commented on August 20, 2024

does chdata have any attributes such as
Xuvtop
Ip
MasterList
?
Ken

from chiantipy.

nawinnova avatar nawinnova commented on August 20, 2024

Hi, I also try to run it using IPython

Here is some results

In [3]: import os

In [4]: os.environ['XUVTOP'] = '/Users/nawinngampoopun/Desktop/CHIANTI/CHIANTI_10.1_database/'

In [5]: import ChiantiPy.tools.data as chdata

In [6]: chdata.Defaults

AttributeError Traceback (most recent call last)
Cell In[6], line 1
----> 1 chdata.Defaults

AttributeError: module 'ChiantiPy.tools.data' has no attribute 'Defaults'

In [7]: dir(chdata)
Out[7]:
['builtins',
'cached',
'doc',
'file',
'loader',
'name',
'package',
'spec',
'warningregistry',
'chio',
'glob',
'klnames',
'os',
'traceback',
'warnings']

from chiantipy.

nawinnova avatar nawinnova commented on August 20, 2024

Hi Ken,

I have found the problem now. It maybe because I import the ChiantiPy before define os.environ['XUVTOP']. Now the code is working now after I swap the code and restart the kernel and

Thank you for your help!
Nawin

from chiantipy.

kdere avatar kdere commented on August 20, 2024

glad you found your problem

Ken

from chiantipy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.