Video není dostupné.
Omlouváme se.

Fitting Raman Data using Python

Sdílet
Vložit
  • čas přidán 8. 04. 2023
  • In this video you will learn how to fit Raman data using lmfit library in Python.The link to the data and the code can be found below
    github.com/man...
    Thanks for watching. I hope you liked the video. Make sure to subscribe and turn on “all notifications” to get updates on all upcoming videos. Let me know in the comments section below if you have any questions. Stay Tuned !!
    ❤️SUBSCRIBE ► bit.ly/drmanab
    👍 Like ❤️SUBSCRIBE 🧣Comment
    ✔️ Follow me on
    👉 Instagram: / koolmanab
    👉 Twitter: / koolmanab
    Best wishes,
    Manab

Komentáře • 14

  • @AnWandKnall
    @AnWandKnall Před 10 měsíci +3

    This is 100% what I was looking for! Many thanks

  • @Eleochess
    @Eleochess Před 10 měsíci +1

    Oh man, I have to work on this now. Thank you very much. Do you recommend any books about this?

    • @DrManab
      @DrManab  Před 10 měsíci +1

      check the official documentation of lmfit

    • @Eleochess
      @Eleochess Před 6 měsíci

      @@DrManab Hi Dr. Manab. I was working on my investigation. It's crazy because I'm a statistician and I ended up doing my internship in a biotech company. I had to study all those concepts about spectroscopy, Raman, chemistry from zero.
      I have a question for you. What happens when you are identifying an unknown component and you don't know the composition of the spectrum. Do I just have to guess the number of Lorentzians and try to fit the curve? Or there's a way to automatically detect the possible amounts of Lorentzians in the spectrum?

    • @DrManab
      @DrManab  Před 6 měsíci +1

      @@Eleochess You can write a code which will automatically fit your data without giving a guess. But in that case when you have several parameters, although the fit will converge it may give unphysical values.

  • @vishnumantena9334
    @vishnumantena9334 Před 3 měsíci

    Can we use this method for Penta or Hexa Layer graphene?

    • @DrManab
      @DrManab  Před 3 měsíci

      yes off course. Well for 3 or more layer graphene, you can also know the stacking sequence for example ABA or ABC

  • @AshrafGNayel
    @AshrafGNayel Před 8 měsíci

    Thank you so much. When I update the parameters params.update(p1), I get this error : NotImplementedError: at expr=''
    Do you have any idea?

  • @RahulRoy-hm6ex
    @RahulRoy-hm6ex Před rokem

    What is 2d peak?

    • @DrManab
      @DrManab  Před rokem

      The 2D peak is a very noticeable part of Raman scattering. It is caused by the double resonance process in graphene, which involves two phonon transitions. This peak is around 2700 cm-1 in the Raman spectrum of graphene. It is a key indicator of the number of graphene layers and the quality of the graphene sample.

  • @rajiblochanghadei5303
    @rajiblochanghadei5303 Před 4 měsíci

    name np is not defined

    • @DrManab
      @DrManab  Před 4 měsíci

      you need to install numpy