starlink.convertΒΆ
Runs commands from the Starlink CONVERT package.
Autogenerated from the starlink .hlp and .ifl files, by starlink-pywrapper/helperscripts/generate_functions.py.
Starlink version: 2018A b6ca36bf8884802759017298539489d11795861e (2018-07-06 09:36:39)
Functions
ascii2ndf(in_, out, **kwargs) |
Converts a text file to an NDF. |
ast2ndf(*args, **kwargs) |
Converts an Asterix data cube into a simple NDF. |
da2ndf(in_, out, **kwargs) |
Converts a direct-access unformatted file to an NDF. |
dst2ndf(in_, out, **kwargs) |
Converts a Figaro (Version 2) DST file to an NDF. |
fits2ndf(in_, out, **kwargs) |
Converts FITS files into NDFs. |
ircam2ndf(in_, prefix, obs, **kwargs) |
Converts an IRCAM data file to a series of NDFs. |
ndf2ascii(in_, out, **kwargs) |
Converts an NDF to a text file. |
ndf2da(in_, out, **kwargs) |
Converts an NDF to a direct-access unformatted file. |
ndf2dst(in_, out, **kwargs) |
Converts an NDF to a Figaro (Version 2) DST file. |
ndf2fits(in_, out, **kwargs) |
Converts NDFs into FITS files. |
ndf2gasp(in_, out, **kwargs) |
Converts a two-dimensional NDF into a GASP image. |
ndf2pgm(in_, out, **kwargs) |
Converts an NDF into a PBMPLUS-style PGM-format file. |
ndf2tiff(*args, **kwargs) |
Converts an NDF into an 8-bit TIFF-6.0-format file. |
ndf2unf(in_, out, **kwargs) |
Converts an NDF to a sequential unformatted file. |
specx2ndf(*args, **kwargs) |
Converts a SPECX map into a simple data cube, or SPECX data files |
unf2ndf(in_, out, **kwargs) |
Converts a sequential unformatted file to an NDF. |