IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#381 closed defect (invalid)

psLookupTableImport

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

Description

In SDR-13 section 3.9 states that if psLookupTableImport shall create a new
table data structure if the table argument is NULL. Additional information is
needed from the new table to perform the import such as the file name and format
of the data in the file. Either these are added to the argument list or remove
the line that psLookupTableImport creates a new table but instead reports an
error. The user has to create a psLookupTable structure before performing the
import. What should be implemented?

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: invalid
Status: newclosed

psLookupTableImport creates a lookup table directly from data already in memory
(i.e., the supplied vectors), so it does not need a filename and format.

psLookupTableImport provides the second half of the functionality of
psLookupTableRead; the first half is supplied by psVectorsReadFromFile.

Note: See TracTickets for help on using tickets.