IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#560 closed defect (invalid)

psGravityDeflection definition

Reported by: David.Robbins@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

the SDRS 7.5.1.2 (rev 17) says,
the following function calculates the apparent position of a star, given its
actual position and the position of the sun.

I believe the "apparent" and "actual" got switched here. ie., you're
calculating the actual position given the apparent and the position of the sun.

Change History (4)

comment:1 by David.Robbins@…, 21 years ago

same thing for psAberration. I've switched the order so they read,

psSphere *psAberration(psSphere *actual,

const psSphere *apparent,
const psSphere *direction,
double speed)

and
psSphere *psGravityDeflection(psSphere *actual,

psSphere *apparent,
psSphere *sun)

comment:2 by Paul Price, 21 years ago

Cc: pier@… added
Status: newassigned

No, I think the SDRS got it correct. We know the actual position of the star,
and want to calculate the apparent position (so we can point the telescope at it).

Ed?

comment:3 by pier, 21 years ago

Paul is correct here that the tranform goes from actual to apparent.

To be pedantic, this is more of a convention than an exact mathematical fact.
The error you get by switching the actual and apparent directions would
be of the same order as the error due to the first order approximation
used in the formula.

comment:4 by David.Robbins@…, 21 years ago

Resolution: invalid
Status: assignedclosed

Ok. I switched the arguments back to the way they were.

Note: See TracTickets for help on using tickets.