Skip to content
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

Issue085 line shapes #88

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Issue085 line shapes #88

wants to merge 30 commits into from

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    468bb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6aaa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158796b View commit details
    Browse the repository at this point in the history
  4. [#85] Moved Gaussian & Lorentzian shape calculator to dedicated funct…

    …ions that can be shared amongst similar broadening mechanisms
    cjperks7 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9bf6441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56322f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    500cc14 View commit details
    Browse the repository at this point in the history
  7. [#85] Begun a function that convolutes different broadening mechanism…

    …s together. Not done yet
    cjperks7 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    478eead View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. [#85] created function to convolute line profiles

    cjperks7 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6e0f638 View commit details
    Browse the repository at this point in the history
  2. [#85] documentation on benchmarking the convolution function against …

    …analytic equations
    cjperks7 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    af3dd93 View commit details
    Browse the repository at this point in the history
  3. [#85] Created function to calculate a Bi-Maxwellian Doppler broadenin…

    …g as a model for Suprathermal ion
    cjperks7 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    23c6eee View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. [#85] debugged using Suprathermal ions options

    cjperks7 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ea60be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645bafc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. [#85] init function to calculate pseudo-Voigt shape

    cjperks7 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    164a347 View commit details
    Browse the repository at this point in the history
  2. [#85] correct mislabeling of FWHM v. variance. No math was wrong it s…

    …eems at least
    cjperks7 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    89470ee View commit details
    Browse the repository at this point in the history
  3. [#85] added more options for defining which transition an Einstein co…

    …efficient is related to: either central wavelength or adf15 isel
    cjperks7 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b73d10e View commit details
    Browse the repository at this point in the history
  4. [#85] implemented pseudo-Voigt equation

    cjperks7 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6b2b926 View commit details
    Browse the repository at this point in the history
  5. [#85] added the option to model Instrumental broadening as a sum of G…

    …aussians each with a known variance. NOTE: Assumes no systematic shift as isgit add aurora/line_broaden.py git add aurora/line_broaden.py
    cjperks7 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9a7dc92 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [#85] minor debug

    cjperks7 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    864e70c View commit details
    Browse the repository at this point in the history
  2. [#85] added two methods to get 2-photon line shape

    cjperks7 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    50e0f30 View commit details
    Browse the repository at this point in the history
  3. [#85] propogated 2-photon to the mechanism manager

    cjperks7 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5898864 View commit details
    Browse the repository at this point in the history
  4. [#85] added zero fill for 2-photon probability at the transition wave…

    …length
    cjperks7 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6beb5ec View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. [#85] misc debug

    cjperks7 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5adc55d View commit details
    Browse the repository at this point in the history
  2. [#85] was getting nonsense results from wieghted sum pseudo-Voigt met…

    …hod so included an alternative using scipy's built-in function
    cjperks7 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e8d88bb View commit details
    Browse the repository at this point in the history
  3. [#85] debug Voigt

    cjperks7 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8095610 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [#85] debug 2-photon emission

    cjperks7 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    974394b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. [#85] found a double counting issue in get_local_spectrum in the case…

    … of adf15 files with many types
    cjperks7 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bd3f7f0 View commit details
    Browse the repository at this point in the history
  2. Fix Pseudo-Voigt profile

    odstrcilt authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    16c1eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [#85] fixed old PEC import code

    cjperks7 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b928a25 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Issue085_LineShapes' of github.com:fsciortino/Aurora in…

    …to Issue085_LineShapes
    cjperks7 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1a4be15 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [#85] small debug on 2-photon calc

    cjperks7 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    17a517e View commit details
    Browse the repository at this point in the history