|
Astro::STSDAS::Table::HeaderPar - a header parameter |
Astro::STSDAS::Table::HeaderPar - a header parameter
use Astro::STSDAS::Table::HeaderPar;
An Astro::STSDAS::Table::HeaderPar object encapsulates an Astro::STSDAS::Table header parameter. The following attributes exist for a parameter:
Each attribute has an eponymously named method with which the attribute value may be retrieved. The method may also be used to set attributes' values for modifiable attributes. For example:
$oldname = $col->name; $col->name( $newname );
Modifiable attributes are: name, value, comment, type. If
a set of header parameters is being managed in an
Astro::STSDAS::Table::HeaderPars container, it is very important to
use that container's rename method to change a column's name, else
the container will get very confused.
$column = Astro::STSDAS::Table::HeaderPar->new(
$idx, $name, $value, $comment, $type );
This is the constructor. It returns an Astro::STSDAS::Table::HeaderPar object. Attributes which are inappropriate for the column may be passed as undef. See above for the definition of the attributes. This is generally only called by a Astro::STSDAS::Table::HeaderPars object.
None by default.
This software is released under the GNU General Public License. You may find a copy at
http://www.fsf.org/copyleft/gpl.html
Diab Jerius (djerius@cpan.org)
perl(1).
|
Astro::STSDAS::Table::HeaderPar - a header parameter |