EnglishFrenchSpanish

OnWorks favicon

dtfits - Online in the Cloud

Run dtfits in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dtfits 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


dtfits - display FITS table

SYNOPSIS


dtfits <table>

DESCRIPTION


dtfits dumps the contents of a FITS table in an ASCII format, either into a user-specified
file or on stdout. The output is formatted on a fixed number of columns to make it
readable by human beings. Additional informations are printed out before the table values
are dumped, these informations can be skipped by using the -d option.

Last, if you want to dump the table into an easily parsable format (for a piece of
software), you might want to use the -s option which specifies a character to use as
separator. All data fields will be printed out separated by this character only. This
allows to use string parsers to cut down the output lines into tokens by looking for this
separator. Fields (lines) will still be delimited by the end-of-line character. This
option produces ASCII tables which are easy to parse for a piece of software but mostly
unreadable to human beings.

Notice that dtfits only accepts one single FITS table in input.

OPTIONS


-d Skip information output about the table and column names. Outputs only the table
values. Beware that if the FITS file contains several extensions, they will all
appear one after another, separated only by two blank lines. In that case, it would
be preferrable to keep the complete output and parse out the returned stream to
differentiate which data come from where.

-s <char>
Use the character <char> as separator in output. This option is useful if you want
to produce a table that should be parsed by a piece of software (see above
description). The separator can only be a single non-null character. To avoid
special characters being interpreted by the shell, it is recommended to provide
this character always between simple or double quotes. Example:
dtfits -s '&' table.tfits

If you want to use a special character as separator, such as a tab, use ^V to insert your
character, such as:
dtfits -s '^V<TAB>' table.tfits

which means: you type CTRL-V and then the tab key.

Use dtfits online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • 2
    usm
    usm
    Usm is a unified slackware package
    manager that handles automatic
    dependency resolution. It unifies
    various package repositories including
    slackware, slacky, p...
    Download usm
  • 3
    Chart.js
    Chart.js
    Chart.js is a Javascript library that
    allows designers and developers to draw
    all kinds of charts using the HTML5
    canvas element. Chart js offers a great
    array ...
    Download Chart.js
  • 4
    iReport-Designer for JasperReports
    iReport-Designer for JasperReports
    NOTE: iReport/Jaspersoft Studio Support
    Announcement: As of version 5.5.0,
    Jaspersoft Studio will be the official
    design client for JasperReports. iReport
    will...
    Download iReport-Designer for JasperReports
  • 5
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 6
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • More »

Linux commands

Ad