Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | sditerator |
filename | in | Name of SDFITS file on disk | |
Allowed: | String | ||
readonly | in | Open Read-only? | |
Allowed: | Bool | ||
Default: | T | ||
selection | in | Record describing any selections to do on opening | |
Allowed: | Glish record | ||
Default: | [=] | ||
lockoptions | in | locking to be used | |
Allowed: | String | ||
Default: | auto | ||
correcteddata | in | Use the CORRECTED_DATA column? | |
Allowed: | Bool | ||
Default: | F |
sdit := sditerator("a302_SP",correcteddata=T); r := sdit.get();
The first line opens an existing data set, using the CORRECTED_DATA column to supply the values for the arr field in the returned sdrecord. The second line fetches the first sdrecord found in that sditerator. The type of r.data.arr is complex.