EnglishFrenchSpanish

Ad


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
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad