Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | regionmanager |
tablename | in | The table | |
Allowed: | Image tool, table tool or String |
This function restores all the regions from an AIPS++ Table to a naked record. By that we mean that the regions themselves are exposed by conversion to a record (which you can always do with function torecord) and then all the region records are placed into a record themselves. The field names of the record are the names of the regions as stored in the Table.
For the tablename argument, you can specify an image tool, a table tool, or a string. If you give a string, it should be the name of an existing AIPS++ table on disk (any kind of table).
This function is not intended for general user use since you should not generally need to break the encapsulation of a region.
- im := image('hcn') - rec := drm.fromtabletonakedrecord(im) - field_names(rec) r1 r2 r3