EnglishFrenchSpanish

Ad


OnWorks favicon

fitscheck - Online in the Cloud

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

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


fitscheck - script to detect and fix FITS standards violations

SYNOPSIS


fitscheck [OPTION]... [FILE]...

DESCRIPTION


fitscheck is a command line script based on pyfits for verifying and updating the CHECKSUM
and DATASUM keywords of FITS files. itscheck can also detect and often fix other FITS
standards violations. fitscheck facilitates re-writing the non-standard checksums
originally generated by pyfits with standard checksums which will interoperate with
cfitsio.

fitscheck will refuse to write new checksums if the checksum keywords are missing or their
values are bad. Use --force to write new checksums regardless of whether or not they
currently exist or pass. Use --ignore-missing to tolerate missing checksum keywords
without comment.

OPTIONS


-h, --help
Display terse usage information (help).

-k [standard | nonstandard | either | none], --checksum=[standard | nonstandard | either |
none]
Choose FITS checksum mode or none. Defaults to standard.

-w, --write
Write out file checksums and/or FITS compliance fixes.

-f, --force
Do file update even if original checksum was bad.

-c, --compliance
Do FITS compliance checking, fix if possible.

-i, --ignore-missing
Ignore missing checksums.

-v, --verbose
Generate extra output.

EXAMPLES


% fitscheck --checksum either --write *.fits
Verify and update checksums, tolerating non-standard checksums, updating to standard
checksum.

% fitscheck --write --force *.fits
Write new checksums, even if existing checksums are bad or missing.

% fitscheck --compliance *.fits
Verify standard checksums and FITS compliance without changing the files.

% fitscheck --checksum nonstandard *.fits
Verify original nonstandard checksums only.

% fitscheck --checksum none --compliance --write *.fits
Only check and fix compliance problems, ignoring checksums.

% fitscheck *.fits
Verify standard interoperable checksums.

% fitscheck --checksum none --write *.fits
Delete checksum keywords.

Use fitscheck online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 2
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 3
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 4
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 5
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • 6
    jtdx
    jtdx
    This is an application that can also be
    fetched from
    https://sourceforge.net/projects/jtdx/.
    It has been hosted in OnWorks in order
    to be run online in an easi...
    Download jtdx
  • 7
    eSpeak: speech synthesis
    eSpeak: speech synthesis
    Text to Speech engine for English and
    many other languages. Compact size with
    clear but artificial pronunciation.
    Available as a command-line program with
    many ...
    Download eSpeak: speech synthesis
  • More »

Linux commands

Ad