IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 16 years ago

#289 closed defect (fixed)

Definition of type psSourceType

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

Description (last modified by eugene)

In MSDR-03 section 6.2, the data structure psSource defines a member type which
is of type psSourceType. The type psSourceType is not defined.

Change History (3)

comment:1 by eugene, 21 years ago

Resolution: fixed
Status: newclosed

I've added the pmSourceType as an enum in the SDRS text. Currently, as noted in
the SDRS, this enum is more for illustration purposes. As we refine the source
detection code, the actual values will become more clear.

typedef enum {

PM_SOURCE_PSFSTAR;
PM_SOURCE_GALAXY;
PM_SOURCE_DEFECT;
PM_SOURCE_SATSTAR;
PM_SOURCE_FAINTSTAR;
PM_SOURCE_BRIGHTSTAR;

} pmSourceType;

comment:2 by Eric.VanAlst@…, 21 years ago

Document change in MSDR-04.

comment:3 by eugene, 16 years ago

Component: Modules SDRSIPP SDRS
Description: modified (diff)
Note: See TracTickets for help on using tickets.