Average Speed?

Question: Is average speed before or after rating correction? Is what I'm seeing the *real* speed around the course, or is it the speed calculated using the handicap correction?

(we have one of our race guys who wants to give a trophy for best performance around the course, after handicap)

Andy

Hi Andy,

The Speed is the true speed - Handicap does not affect it.

But isn’t what you are asking for just the results based on correct time?

Jon

···

Jon Eskdale
Sailwave

03333 443377

07976 709777

On 18 March 2013 23:26, Andy andy@sailor.nu wrote:

Question: Is average speed before or after rating correction? Is what I’m seeing the real speed around the course, or is it the speed calculated using the handicap correction?

(we have one of our race guys who wants to give a trophy for best performance around the course, after handicap)

Andy

Hi Andy,

It used elapsed.

Units" = aQ:Distance

Distance$ = ToNumber(Units")

IF Distance$

Units" = ToString(Units")

IF NullString(Units")

Units" = ‘nm’

END

Distance$ = Distance$ * ThisLaps#

Elapsed$ = DeformatElapsed(resQ:Elapsed)

IF Elapsed$

AveSpeed$ = (Distance$ * 60 * 60) / Elapsed$

ELSE

AveSpeed$ = 0

END

IF AveSpeed$

IF ~SameString(Units",‘nm’)

resQ:AveSpeed = Clip(Round(AveSpeed$,0.001)) & ’ ’ & Clip(Units") & ‘/hr’

ELSE

resQ:AveSpeed = Clip(Round(AveSpeed$,0.001)) & ’ ’ & ‘kn’

END

ELSE

resQ:AveSpeed = ‘’

END

ELSE

resQ:AveSpeed = ‘’

END

Put(resQ)

END

···

Cheers,

Colin J

http://sailwave.com

On Mon, Mar 18, 2013 at 11:26 PM, Andy andy@sailor.nu wrote:

Question: Is average speed before or after rating correction? Is what I’m seeing the real speed around the course, or is it the speed calculated using the handicap correction?

(we have one of our race guys who wants to give a trophy for best performance around the course, after handicap)

Andy

Hehe, probably...

Our handicapper has decided he wants to play in results - asked for a "Best Performance Award" for the event. You are right, all that he will end up doing is scoring overall, but I think in the end he wants to be able to give an average speed.

Divide corrected time by distance for one boat - not rocket science!

Thanks for the answers, guys.

Andy

···

--- In sailwave@yahoogroups.com, Jon Eskdale <jon@...> wrote:

Hi Andy,

The Speed is the true speed - Handicap does not affect it.
But isn't what you are asking for just the results based on correct time?

Jon

Jon Eskdale
Sailwave
03333 443377
07976 709777

On 18 March 2013 23:26, Andy <andy@...> wrote:

> **
>
>
> Question: Is average speed before or after rating correction? Is what I'm
> seeing the *real* speed around the course, or is it the speed calculated
> using the handicap correction?
>
> (we have one of our race guys who wants to give a trophy for best
> performance around the course, after handicap)
>
> Andy
>
>
>

Or, ummmm, distance by corrected time... Don't ask me to build a rocket :slight_smile:

···

--- In sailwave@yahoogroups.com, "Andy" <andy@...> wrote:

Hehe, probably...

Our handicapper has decided he wants to play in results - asked for a "Best Performance Award" for the event. You are right, all that he will end up doing is scoring overall, but I think in the end he wants to be able to give an average speed.

Divide corrected time by distance for one boat - not rocket science!

Thanks for the answers, guys.

Andy

--- In sailwave@yahoogroups.com, Jon Eskdale <jon@> wrote:
>
> Hi Andy,
>
> The Speed is the true speed - Handicap does not affect it.
> But isn't what you are asking for just the results based on correct time?
>
> Jon
>
> Jon Eskdale
> Sailwave
> 03333 443377
> 07976 709777
>
>
> On 18 March 2013 23:26, Andy <andy@> wrote:
>
> > **
> >
> >
> > Question: Is average speed before or after rating correction? Is what I'm
> > seeing the *real* speed around the course, or is it the speed calculated
> > using the handicap correction?
> >
> > (we have one of our race guys who wants to give a trophy for best
> > performance around the course, after handicap)
> >
> > Andy
> >
> >
> >
>