IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 21 years ago

#256 closed defect (fixed)

psRegionFromString text format

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

Description

In section 5.2 of PSDC-430-007-10, the IRAF description of a region is specified
to be in the form '[x0,x1:y0,y1]', but I believe the format is suppose to be
'[x0:x1,y0:y1]'.

-rdd

Change History (2)

comment:1 by Paul Price, 22 years ago

Resolution: fixed
Status: newclosed
Summary: psRegionFromString text format psRegionFromString text format

Nice catch --- thanks. Fixed:

\begin{verbatim}
psRegion *psRegionFromString (char *region);
\end{verbatim}
This function converts the IRAF description of a region in the form
\code{[x0:x1,y0:y1]}, used for header entries such as \code{BIASSEC},
into the corresponding \code{psRegion} structure.

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

SDR-11 contains the corrected text.

Note: See TracTickets for help on using tickets.