[proFit-list] application of spline

Bruce.Slee at csiro.au Bruce.Slee at csiro.au
Sun Nov 29 16:59:44 CST 2009


To whom it may concern:
Thanks for your prompt response. I keep getting an error message when I use 'profit at quansoft.com' and press 'send' - seems to want a real personal email address.
I am a registered user of pro Fit 5.6.6 and need some advice about the fitting of 'spline' to data points plotted against time. I show a typical data set in the attachment. I want to maintain the same number of 65 data points, all 5 -min averages, which I want to cross-correlate with a second set of the same number. My problem is that there is a short break of about 2 minutes between data points 5-6, 10-11, 15-16 etc. I wish to interpolate  so as to maintain the same number of equi-distant data points with the same beginning and ending UT times. I have been unable to do this, but I assume there is a method of achieving the required outcome. Can you please explain in detail how to achieve the desired result, including plotting and tabulating the splined data.

Yours sincerely

Bruce Slee (Dr. O.B. Slee)

________________________________________
From: profit-list-bounces at quantum-soft.com [profit-list-bounces at quantum-soft.com] On Behalf Of profit-list-request at quantum-soft.com [profit-list-request at quantum-soft.com]
Sent: Monday, 30 November 2009 5:00 AM
To: profit-list at quantum-soft.com
Subject: proFit-list Digest, Vol 22, Issue 6

Send proFit-list mailing list submissions to
        profit-list at quantum-soft.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
or, via email, send a message with subject or body 'help' to
        profit-list-request at quantum-soft.com

You can reach the person managing the list at
        profit-list-owner at quantum-soft.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of proFit-list digest..."


Today's Topics:

   1. Application of spline (Bruce.Slee at csiro.au)
   2. Re: use script to change z-axis properties (Yifan Song)
   3. Re: Application of spline (Chris and Donna Lee)


----------------------------------------------------------------------

Message: 1
Date: Sun, 29 Nov 2009 13:58:26 +1100
From: <Bruce.Slee at csiro.au>
Subject: [proFit-list] Application of spline
To: <profit-list at quantum-soft.com>
Message-ID:
        <2347881325D8B6419368220B1BC458675ED1E69649 at EXNSW-MBX02.nexus.csiro.au>

Content-Type: text/plain; charset="us-ascii"

To whom it may concern:
I wish to ask one of the staff at profit about the application of spline to a particular problem. Is this the correct address to send that query?
Would you please advise. I am a registered member and have purchased the pro-fit software version 5.6.6.

Regards     Bruce Slee (Dr. O.B. Slee)


------------------------------

Message: 2
Date: Sat, 28 Nov 2009 19:02:52 -0800
From: Yifan Song <yfsong at gmail.com>
Subject: Re: [proFit-list] use script to change z-axis properties
To: all things about pro Fit <profit-list at quantum-soft.com>
Message-ID: <26782C4F-5451-4708-A04C-E3977506B48F at gmail.com>
Content-Type: text/plain; charset="us-ascii"; Format="flowed";
        DelSp="yes"

Thanks!
Don suggested the same work-around earlier with pre-making the color
bar. I'll give it a try.
Best,
Yifan

On Nov 27, 2009, at 10:22 PM, pro Fit Support wrote:

> Yifan
>
> You've got a point here. There is presently no way to create that
> color bar from a script.
>
> I propose to work around this by preparing an empty graph that has a
> color bar by hand, and then use that for plotting from a script. For
> example:
>
> 1. Create a graph with all the right settings and with the bar by
> hand.
> 2. Remove the plot from the graph so the graph is empty (double-
> click the graph, go to the tab "Plots" and hit the Delete button)
> 3. Save the resulting file, e.g. under the name Plot.plot in the
> documents folder
> 4. Go to the the Finder, select the file Plot.plot, choose Get Info
> from the File menu, and check "Stationary Pad"
> 5. Run the following script within pro Fit:
>
>       OpenFile(file '~/Documents/Plot.plot');
>       PlotData(.... newWindow false, newGraph false, ...)
>
> (If you want several graphs in a single window, your script could
> then select the graph generated in the manner above, copy it, and
> paste it into the desired window.)
>
> Best regards
>
> Kurt Sutter
>
>
>
> On 27. Nov 2009, at 6:10, Yifan Song wrote:
>
>> Hi,
>> I'm using the parameter colorscheme is to make the contour plot
>> itself colored, but it doesn't give me the bar on the right, which
>> I have to make manually. I'd like to have that done by the script
>> as well, is there a way?
>> Here is my complete function call line, and I can't figure out what
>> I'm missing.
>> Thanks!
>> Yifan
>>
>>
>> PlotData(
>> xAxisColumn 1,
>> yAxisColumn 2,
>> zAxisColumn 3,
>> window FrontmostWindow(dataType),
>> autoX true, autoY true,
>> xScaling linScaling, yScaling linScaling,
>> xAxis 1, yAxis 1,
>> newWindow false, newGraph true,
>> selRowsOnly false, drawErrors false,
>> connected false,
>> plotType scatterPlot,
>> curveOpacity 1, fillOpacity 1,
>> colorScheme 'red-white-blue-2',
>> zFirst -0.005, zLast 0.005,
>> zScl 0,
>> autoZ false,
>> drawColorPlot true,
>> drawContourPlot true,
>> drawPoints false,
>> pointsOpacity 1,
>> interpolationType interpolAutomatic,
>> extrapolate true);
>>
>> <Untitled Drawing 2.pdf>
>>
>> On Nov 26, 2009, at 8:52 PM, pro Fit Support wrote:
>>
>>> To do this by script:
>>>
>>> When issuing the PlotData or PlotFunction command, pass the
>>> parameter "colorScheme", such as:
>>>
>>> PlotFunction(plotType functionContour, drawColorPlot True,
>>> drawContourPlot True, colorScheme 'blue-red-green')
>>>
>>>
>>>
>>> Best regards
>>>
>>> Kurt Sutter
>>>
>>>
>>>
>>> On 26 Nov 2009, at 12:44, Yifan Song wrote:
>>>
>>>> Hi all,
>>>> I'm having trouble finding the right function that would allow me
>>>> to draw the colored z-axis when plotting the contour map. Nothing
>>>> shows up when I try to record turning on the box either. Does
>>>> anyone know if it can be done by script?
>>>> Thanks!
>>>> Yifan
>>>>
>>>> --------------------------------------------------------------------------------------------
>>>> Yifan Song, Ph.D.
>>>> mailto: yfsong at u.washington.edu
>>>> Department of Biochemistry
>>>> J-405 Health Sciences Building
>>>> Box 357350
>>>> University of Washington
>>>> 1959 NE Pacific
>>>> Seattle WA 98195
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> proFit-list mailing list
>>>> proFit-list at quantum-soft.com
>>>> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
>>>
>>> _______________________________________________
>>> proFit-list mailing list
>>> proFit-list at quantum-soft.com
>>> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-
>>> soft.com
>>
>> _______________________________________________
>> proFit-list mailing list
>> proFit-list at quantum-soft.com
>> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20091128/731044b5/attachment-0001.html>

------------------------------

Message: 3
Date: Sun, 29 Nov 2009 12:39:49 +0100
From: Chris and Donna Lee <laserboy at fusemail.com>
Subject: Re: [proFit-list] Application of spline
To: all things about pro Fit <profit-list at quantum-soft.com>
Message-ID: <09A5E019-FEC5-40D7-996E-D38CD1C3D73D at fusemail.com>
Content-Type: text/plain; charset=us-ascii

Hi Bruce,

This list will get you support from both users and developers, while profit at quansoft.com will get you directly in touch with the developers

Cheers
Chris

On Nov 29, 2009, at 3:58 AM, <Bruce.Slee at csiro.au> wrote:

> To whom it may concern:
> I wish to ask one of the staff at profit about the application of spline to a particular problem. Is this the correct address to send that query?
> Would you please advise. I am a registered member and have purchased the pro-fit software version 5.6.6.
>
> Regards     Bruce Slee (Dr. O.B. Slee)
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
>




------------------------------

_______________________________________________
proFit-list mailing list
proFit-list at quantum-soft.com
http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com


End of proFit-list Digest, Vol 22, Issue 6
******************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AE_Aqr_March 26.testplt
Type: application/octet-stream
Size: 8088 bytes
Desc: AE_Aqr_March 26.testplt
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20091130/6f04bc15/attachment.obj>


More information about the proFit-list mailing list