IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#207 closed defect (fixed)

psExposure's "Derived quantities"

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

Description

There are about a half-dozen attributes in the psExposure struct labelled as
'Derived Quantities'. Does psExposureAlloc suppose to derive these values from
the other inputs, and if so, how?

Change History (4)

comment:1 by Paul Price, 22 years ago

Status: newassigned

The local sidereal time, lst, comes from psTimeToLST.

posAngle comes from applying an offset to the rotator angle.

The parallactic angle is the angle to the horizon --- I will get a formula.

Airmass comes from SLALib's function sla_AIRMAS.

Parallactic factor hasn't been specified yet --- ignore for now.

comment:2 by Paul Price, 22 years ago

Resolution: fixed
Status: assignedclosed

ADD says use sla_PA for parallactic angle. Alternatively,

tan(PA) = sin(HA) / [ tan(lat) cos(dec) - sin(dec) cos(HA) ]

where PA is the parallactic angle, HA is the Hour Angle, lat is the observer's
latitude, and dec is the declination of the object.

Reference: http://groups.yahoo.com/group/guide-user/message/3753

comment:3 by Paul Price, 22 years ago

Keywords: VERIFIED added

Closing subsequent to release of SDRS-08, ADD-07.

comment:4 by Paul Price, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.