IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#80 closed defect (fixed)

Sky offset type definition

Reported by: Eric.VanAlst@… Owned by: eugene
Priority: normal Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

In SDR-02 paragraph 5.3.4, the types of offset has a TBD of [Linear,
Spherical/Arcsec, Spherical/Degrees,etc]. What should the valid types be?

Change History (2)

comment:1 by eugene, 22 years ago

Status: newassigned

I want to change the format of these functions slightly to be more consistent
with our other structures. we need to specify two quantities: offset mode and
offset units:

psSphere *psSphereSetOffset(const psSphere *restrict position1,

const psSphere *restrict offset,
psSphereOffsetMode mode,
psSphereOffsetUnit unit);

where:

typedef enum {

PS_SPHERICAL;
PS_LINEAR;

} psSphereOffsetMode;

typedef enum {

PS_ARCSEC;
PS_ARCMIN;
PS_DEGREE;
PS_RADIAN;

} psSphereOffsetUnit;

comment:2 by eugene, 22 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.