EnglishFrenchSpanish

Ad


OnWorks favicon

mBackground - Online in the Cloud

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

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


mBackground - Remove a background plane from a FITS image

SYNOPSIS


mBackground [-d level] [-n(o-areas)] [-s statusfile] in.fits out.fits A B C

mBackground [-t] [-d level] [-n(o-areas)] [-s statusfile] in.fits out.fits images.tbl
corrfile.tbl

DESCRIPTION


Remove a background plane from a FITS image. The background correction applied to the
image is specified as Ax+By+C, where (x,y) is the pixel coordinate using the image center
as the origin, and (A,B,C) are the background plane parameters specified as linear
coefficients.

OPTIONS


-d level
Turns on debugging to the specified level.

-n Indicates that no area images are present (assumes equal weighting for each data
pixel)

-s statusfile
mBackground output and errors will be written to statusfile instead of stdout.

-t Run in table mode. Starts a group of mBackground runs in parallel, reading off the
same pair of tables to determine which files and background corrections to work
with. Recommended for running only on grids or parallel processors.

ARGUMENTS


in.fits
Input FITS file

out.fits
Output FITS file

A B C Corrections (as given by mFitplane or mFitExec)

images.tbl
When run as part of a GRID processing job, mBackground requires the image metadata
table to retrieve the filenames of images.

corrections.tbl
When run as part of a GRID processing job, mBackground requires a table of
corrections (from mFitplane and mFitExec) to apply to the corresponding image (from
images.tbl).

RESULT


Output FITS image with background subtraction applied.

MESSAGES


OK [struct stat = "OK"]

ERROR No status file name given

ERROR Cannot open status file: statusfile

ERROR No debug level given

ERROR Debug level string is invalid: string

ERROR Debug level value cannot be negative

ERROR Invalid input file filename

ERROR Invalid output file filename

ERROR A coefficient string is not a number

ERROR B coefficient string is not a number

ERROR C coefficient string is not a number

ERROR Invalid image metadata file: images.tbl

ERROR Image table needs columns cntr and fname

ERROR Hit end of image table without finding file name

ERROR Need columns: id,a,b,c in corrections file

ERROR Hit end of corrections table without finding data

ERROR FITS library error message

ERROR general error message

EXAMPLES


The following is sample output from mFitplane for a FITS image, in.fits: [struct
stat="OK", a=-0.000144415, b=-0.000133642, c=-31.8984, crpix1=758.5, crpix2=-1032,
xmin=-758.5, xmax=-349.5, ymin=1032, ymax=1498, xcenter=-555.007, ycenter=1265.26,
rms=0.576727]

We use the plane coefficients calculated by mFitplane to subtract the background from the
image:

$ mBackground projdir/in.fits bg_removed/in.fits -0.000144415 -0.000133642 -31.8984
[struct stat="OK"]

Use mBackground online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad