EnglishFrenchSpanish

Ad


OnWorks favicon

mExec - Online in the Cloud

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

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


mExec - Create a 2MASS, SDSS or DSS mosaic based on a size and location

SYNOPSIS


mExec [-r rawdir] [-n ntilex] [-m ntiley] [-l] [-k] [-c] [-o output.fits] [-d level] [-f
region.hdr | -h header] survey band [workspace-dir]

DESCRIPTION


The mExec module is a mosaicking executive for 2MASS, SDSS, and DSS data. It includes
remote data and metadata access. Alternatively, users can mosaic a set of data already on
disk.

OPTIONS


-r rawdir
Provide path to directory containing original ("raw") data which will be
reprojected and mosaicked. Not necessary if using mExec to retrieve remote data
from the 2MASS, SDSS or DSS surveys.

-n ntilex
Number of output tiles to create along the X-axis - default is 1 for a single
mosaicked image.

-m ntiley
Number of output tiles to create along the Y-axis - default is equal to ntilex.

-l "Level-only" flag (see mBgModel)

-k If retrieving data from a remote archive, the "keep" flag will leave the original
data products on disk after generating a mosaic. Without this flag, raw data will
be deleted (unless it was provided by the user with the "-r" flag).

-c Remove all temporary files and intermediate data products. Note: if not using the
'-o' flag to specify an output file, this will also remove mosaic.fits.

-o output.fits
Provide your own filename for the output mosaic. Default filename is
"mosaic.fits."

-d level
Print out additional debugging information (levels 1-4)

ARGUMENTS


mExec must be provided with FITS header information. This can be in the form of a header
template ("-f" flag), or the user can pass header text directly to the program ("-h"
flag).

-f region.hdr
Path to header template used to create mosaic.

-h header

Provide header template as text input rather than point to a file; see sample shell
script that makes use of this option.

survey band
If not mosaicking user-provided data ("-r" flag), must select one of the following
combinations of survey and band:

2MASS [j, h, k]
SDSS [u, g, r, i, z]
DSS [DSS1, DSS1R, DSS1B, DSS2, DSS2B, DSS2R, DSS2IR]

workspace-dir
Directory where intermediate files will be created. If no workspace is given, a
unique local subdirectory will be created (e.g.; ./MOSAIC_AAAaa17v)

RESULT


[struct stat="OK", workspace="workspace-dir"]

The output mosaic(s), and any intermediate files (if the "-c" flag was not used) will be
inside workspace-dir.

MESSAGES


OK [struct stat="OK", workspace="workdir"]

ERROR Must have either header file (-f) or header text (-h)

ERROR Can't open original header template file: [region.hdr]

ERROR Can't open workspace header template file: [region.hdr]

ERROR Can't create proper subdirectories in workspace (may already exist)

ERROR Can't open header template file

ERROR Can't open expanded header file: [big_region.hdr]

ERROR survey has no data covering expanded area

ERROR survey has no data covering this area

ERROR No data was available for the region specified at this time

ERROR Bad WCS in input image

ERROR Can't open mosaic file: [mosaic.fits]

ERROR Can't open save file: [image.fits]

ERROR Output wcsinit() failed

ERROR Error from another Montage module

EXAMPLES


To create a small mosaic of the area around m31, located at coordinates "10.68469
41.26904":

$ mHdr m31 0.3 m31.hdr
[struct stat="OK", count="16"]

$ mExec -o m31.fits -f m31.hdr 2MASS J tempdir
[struct stat="OK", workspace="/path/to/tempdir"]

To mosaic your own collection of data, contained in the directory "raw":

$ mImgtbl raw raw.tbl
[struct stat="OK", count=16, badfits=0]

$ mMakeHdr raw.tbl raw.hdr

[struct stat="OK", count=16, clon=0.118289, clat=0.118288, lonsize=0.236660,
latsize=0.236660, posang=359.999756, lon1=0.236618, lat1=-0.000042,
lon2=359.999959, lat2=-0.000041, lon3=359.999959, lat3=0.236618, lon4=0.236620,
lat4=0.236617]

$ mExec -o my_mosaic.fits raw.hdr workdir
[struct stat="OK", workspace="/path/to/workdir"]

Use mExec 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