#256 closed defect (fixed)
psRegionFromString text format
| Reported by: | 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 , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Summary: | psRegionFromString text format → psRegionFromString text format |
Note:
See TracTickets
for help on using tickets.

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.