Giter Club home page Giter Club logo

rmmesh's People

Contributors

lshzh-ww avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rmmesh's Issues

About loading a data file

Hi,

I am Arunava. I was trying to use this code to eliminate a mesh of a single VB scan.
I used the data from APE (Elettra, Italy) in SES software, .itx file, and .nxs files but no data are getting loaded.

It is showing the error like this:

AttributeError Traceback (most recent call last)
File ~\OneDrive\Desktop\RmMesh-main\RmMesh-main\RmMeshGUI.py:176, in MyWindow.loadFileDiag(self)
174 dataShape=np.shape(self.rawData)
175 print(dataShape)
--> 176 self.displayData=self.rawData.copy()
177 self.leftGraphWidget.setImage(self.displayData)
178 self.fftData=CompFunc.fft.dataToFft(self.displayData)

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

.....................................................................................
can you please help me to solve the issue?

Thanks and best regards,
Arunava

Issue respect to "def startRemoveMesh(self):"

Hi,

I would like to use this code for eliminating a mesh I got in some data from APE (Elettra, Italy). Once I load the data, when I press the "Remove Mesh" button in the GUI, I get several mistakes related to the shapes of the arrays. I think I can correct them, but for it I would like to know why we have to define a

self.avgRawData=np.zeros((1,np.shape(self.rawData[0])[0],np.shape(self.rawData[0])[1]))

and for what should be the dimension of this new array. Thanks :)

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.