-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in finding the position and size of specific divergence values. #2
Comments
That's a choice you'll have to make on your own. There are probably a dozen different methods of describing the position and size of a divergence (fitting, maybe?). Not knowing anything about what you're working on, what are others in the same field doing? |
People generally use matlab for this purpose, but i thought of using python
as it's easier and more efficient, but I'm relatively new to the language
so i searched for premade codes.
So does your code have anything from which I can find the size or position
of the skyrmion bubble, if so please let me know.
…On Tue, 1 Jun 2021, 05:23 Peyton Murray, ***@***.***> wrote:
That's a choice you'll have to make on your own. There are probably a
dozen different methods of describing the position and size of a divergence
(fitting, maybe?). Not knowing anything about what you're working on, what
are others in the same field doing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUJH7Q7PYTZZBRZV4IGKC3TTQQOQJANCNFSM452KNWSA>
.
|
Hi,
So I tried to run the "test_vis.py" File from your code and on the line
*y = util.diff(d.t, d.table['ext_exactdwposavg (m)'] .values,1, 1) *
it's showing an error:-
*attributeError: 'Nonetype' object has no attribute 't'*
Can you help me solve this?
Thank you,
Bhardwaj Aryan
…On Tue, 1 Jun 2021, 05:23 Peyton Murray, ***@***.***> wrote:
That's a choice you'll have to make on your own. There are probably a
dozen different methods of describing the position and size of a divergence
(fitting, maybe?). Not knowing anything about what you're working on, what
are others in the same field doing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUJH7Q7PYTZZBRZV4IGKC3TTQQOQJANCNFSM452KNWSA>
.
|
@Aryan1909 Sorry, this repository is mostly intended to serve as a starting point for others who are interested in this sort of thing. I'm not actively developing it, and unfortunately I don't have the time right now :/. Good luck! |
Hi,
I converted all the ovf files into a numpy array successfully. What I wanna know is the position and size (diameter) of the specific divergence values for each ovf file from the numpy array.
So can we do that? If so how?
Hoping for your suggestions.
The text was updated successfully, but these errors were encountered: