Skip to content

Is it possible to load vtk format data? #2

@AllenIsOptimal

Description

@AllenIsOptimal

I was provided a gaussian cube data and I tried to convert it to nexus file using SaveMD function but the saved Nexus file cannot be read by rmc-discord.

AttributeError Traceback (most recent call last)
File D:\Anaconda\envs\rmc\lib\site-packages\disorder\graphical\presenter.py:1993, in Presenter.load_data_complete(self)
1991 def load_data_complete(self):
-> 1993 self.reset_data()
1994 self.connect_experiment_buttons()
1995 self.populate_recalculation_1d_table()

File D:\Anaconda\envs\rmc\lib\site-packages\disorder\graphical\presenter.py:1643, in Presenter.reset_data(self)
1639 self.view.block_experiment_table_signals()
1641 self.view.clear_experiment_table()
-> 1643 self.signal_m = self.signal_raw_m.copy()
1644 self.error_sq_m = self.error_sq_raw_m.copy()
1646 nh, nk, nl = self.nh_raw_m, self.nk_raw_m, self.nl_raw_m

AttributeError: 'Presenter' object has no attribute 'signal_raw_m'

I can also convert the data to vtk format. Is there a way for rmc-discord to read vtk data?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions