Examples:
To create a grayscale image from a FITS file:
mViewer -ct 1 -gray SDSS_r.fits -1s max gaussian-log -png SDSS_r.png
To create a full color image from three co-registered FITS files:
mViewer \ -blue /SDSS_u.fits -0.5s max gaussian-log \ -green /SDSS_g.fits -0.5s max gaussian-log \ -red /SDSS_r.fits -0.5s max gaussian-log \ -png SDSS_Color.png
A complex example with a catalog overlay (symbol size, shape and color controled by table columns), image metadata, a coordinate grid and some custom labeling:
mViewer \ -color ffff00 \ -symbol 1.0 circle \ -scalecol j_m 16.0 mag \ -catalog fp_2mass.tbl \ -color red \ -imginfo irspeakup.tbl \ -color cyan \ -imginfo mipssed.tbl \ -blue /SDSS_u.fits -0.5s max gaussian-log \ -green /SDSS_g.fits -0.5s max gaussian-log \ -red /SDSS_r.fits -0.5s max gaussian-log \ -png SDSS_ColorOverlays.png