This is the command hierarch28 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
hierarch28 - header conversion from ESO to standard FITS
SYNOPSIS
hierarch28 [options] <FITS> [table]
DESCRIPTION
hierarch28 will convert keyword names in a FITS header to new names, using a user-provided
ASCII conversion table. It is especially aimed at removing no-standard FITS features, such
as the HIERARCH ESO keyword names.
hierarch28 can also perform a translation to the IRAF convention on the following four
keywords: 'RA', 'DEC', 'UT' and 'LST'. IRAF requires these keywords to contain the string
representation of their values, e.g.
RA = ' 09:45:14.594'
DEC = '-33:47:09.420'
UT = ' 01:17:21.950'
LST = ' 08:19:59.688'
The ESO standard (see http://archive.eso.org/dicb) defines these keywords as floating
point values with the units degrees for RA/DEC and elapsed seconds since midnight for
UT/LST.
In order to have this translation performed, add
RA = RA
DEC = DEC
UT = UT
LST = LST
to the conversion table.
OPTIONS
-g This option is used to generate default translation tables.
Use hierarch28 online using onworks.net services