This is the command mFlattenExec 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
mFlattenExec - Remove the background from an image
SYNOPSIS
mFlattenExec [-p imgdir] [-d] [-n(o-areas)] [-s statusfile] images.tbl flatdir
DESCRIPTION
Runs both mFitPlane and mBackground on a set of images.
OPTIONS
-p imgdir
Specifies path to directory containing images to be flattened.
-d Turns on debugging.
-n No-area-images flag, indicating that mFlattenExec should not require area images
for all the input FITS images.
-s statusfile
Output and errors are sent to statusfile instead of to stdout
ARGUMENTS
images.tbl
Metadata table (generated by mImgtbl) describing images to be flattened.
flatdir
Path to directory where output files should be created.
RESULT
Creates "flattened" versions of each input FITS image.
MESSAGES
OK [struct stat="OK", count=nimages, failed=nfailed, warning=nwarnings]
ERROR Cannot open status file: statusfile
ERROR Cannot access flatdir
ERROR flatdir is not a directory
ERROR Invalid image metadata file: filename
ERROR Need column 'file' in image metadata file filename
ERROR mDiff or mBackground error
EXAMPLES
$ mFlattenExec output/images.tbl output/flattened
[struct stat="OK", count=5, failed=0, warning=0]
Use mFlattenExec online using onworks.net services