Skip to content

This project allows a quick manual fit of SHG or any polar data using a generalized trigonometric function. The fitting data can be easily exported after then.

License

Notifications You must be signed in to change notification settings

aymen-mahmoudi/SHG-data-fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHG data fitter

Description

Second harmonic generation (SHG) is a second-order nonlinear optical process often used to evaluate the materials' crystallographic symmetry. The typical signal response of such an experiment will be a flower-like 360 curve with a number of petals related to the corresponding probed structure's symmetry group.

In this project, I developed a GUI allowing a manual fitting process via a general cosinus function.

Installation

To run the files free_plot.py or fitter.py, I recommend to setup a python virtual environment (tested and verified under 3.8.0 version) and adding the required libraries using the following command after cloning the rep (you can just download the rep in case you don't use git):

pip install -r requirements.txt

Usage

For the free plot case, nothing is needed as entries. You can edit the plot parameter and enjoy updating the general cosinus shape. To use the fitter, you must provide the experimental data in CSV format containing two columns of the angles (in degrees or radians) and the intensity values. You can choose this file via the browsing dialog by pushing the browse button. Then, you can edit the parameter to fit the theoretical curve with your loaded experimental data. After getting the wanted curve, you can save the plot or export the fitting data via the export button in case you prefer re-plot them using another software.

Roadmap

  • Avoid the crash of the app in case of empty value
  • Add a check button to accept radians and degrees
  • Extract the parameters from the experimental data use them by default
  • Integrate an optimization to fully modelize the fitting plot
  • Transform the project on a desktop application

Support and Contributing

Let me know if you have any suggestions/ideas to enhance those scripts or add further settings. Your suggestions are warmly welcomed.

In case of a problem, It is strongly recommended to post an issue. For a more confidential demand, don't hesitate to email me.

About

This project allows a quick manual fit of SHG or any polar data using a generalized trigonometric function. The fitting data can be easily exported after then.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages