IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#66 closed defect (fixed)

Function psImageSlice definition of direction

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

Description

In SDR-01 paragraph 4.6.2, the function psImageSlice will contain either nx or ny elements based on
the value of direction. Direction is defined as TBD [+x]. What is the definition of direction for this
function?

Change History (3)

comment:1 by eugene, 22 years ago

Status: newassigned

let's use an enum for this. there are four options:

typedef enum {

PS_CUT_X_POS;
PS_CUT_X_NEG;
PS_CUT_Y_POS;
PS_CUT_Y_NEG;

} psImageCutDirection;

comment:2 by eugene, 22 years ago

Status: assignednew

comment:3 by eugene, 22 years ago

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