The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Starlink::ATL::MOC - Tools for MOC using AST.

SYNOPSIS

use Starlink::ATL::MOC qw/write_moc_fits/;

my $moc = read_moc_fits($filename);
write_moc_fits($moc, $new_filename);

DESCRIPTION

This module contains utility subroutines for working with MOC information using AST.

SUBROUTINES

read_moc_fits

Read a MOC from a FITS file.

my $moc = read_moc_fits($filename, %options);

Options:

moc

Existing Starlink::AST::Moc object into which to read.

max_order

If moc not specified, the maximum order for the newly constructed object. Must be between 0 and 27.

mode

Starlink::AST::Region combination mode.

negate

Whether to negate the addition to the MOC.

write_moc_fits

Write a MOC to a FITS file.

write_moc_fits($moc, $filename, %options);

Options:

type

MOC type ("IMAGE" or "CATALOG").

COPYRIGHT

Copyright (C) 2019-2022 East Asian Observatory All Rights Reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.