Python Forum
Finding values to draw a line on a curve
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finding values to draw a line on a curve
#1
I am newbie in Python and was attracted for a specific purpose. The project deals with Medical Physics (in cancer treatment, physics is used quite a lot) and a program called Pylinac exists for certain QA. This is what drew me to Python.

A beam profile (dose vs distance ) is obtained via a phantom. This is drawn like this:
[Image: sdfdyw.jpg]

I have to draw a line on the steep portion of the curve, on left and right. The line should be drawn on the curve such that it intersects the curve only on the steep portion and not anywhere else. I have to note the intersection of the beginning of the line and the end of the line. And midpoint of the line.

I have the values of the profile in a CSV file and can draw it. But how to draw the line based on the conditions? I have no idea. What I have done is using Excel I have subtracted the y-values from its previous rows and found something interesting. When the difference is plotted, it gives a graph like this:

[Image: v67q7t.png]

I think the gradient region of the curve is the points of the line. But how to do this in Python? and How to extract the values of the start and end point?

I have no coding experience in python and would appreciate if anybody would assist/cooperate/guide me in achieving this. This would help a lot of people in many countries.

thanks and regards
keskumar
Reply


Messages In This Thread
Finding values to draw a line on a curve - by kesenthilkumar - Sep-18-2017, 03:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Learning curve astral_travel 3 474 Apr-05-2024, 06:58 PM
Last Post: jefsummers
  How can I design shapes on a curve in python? mervea 2 842 Sep-14-2023, 01:04 PM
Last Post: Pedroski55
  Fitting data to a curve daaegp 1 643 Jun-30-2023, 08:06 PM
Last Post: Gribouillis
  Find factor to match test curve to golden curve SriRajesh 0 1,576 Jun-17-2021, 04:39 AM
Last Post: SriRajesh
  Fitting Gaussian curve to data file Laplace12 0 2,786 Jun-09-2021, 10:45 AM
Last Post: Laplace12
  search of a curve fitting function bluffy5 2 2,460 Dec-13-2020, 09:53 AM
Last Post: ndc85430
  how to draw vertical line on screen kalihotname 3 3,186 Aug-17-2020, 07:08 PM
Last Post: michael1789
  Add new line after finding last string in a region Nigel11 1 1,912 Aug-08-2020, 10:00 PM
Last Post: Larz60+
  Finding line numbers starting with certain string Sutsro 3 2,579 Jun-27-2020, 12:36 PM
Last Post: Yoriz
  Finding Max and Min Values Associated with Unique Identifiers in Python ubk046 1 2,080 May-08-2020, 12:04 PM
Last Post: anbu23

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020