home *** CD-ROM | disk | FTP | other *** search
- /* info.c
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- This software is copyright (C) by the Lawrence Berkeley Laboratory.
- Permission is granted to reproduce this software for non-commercial
- purposes provided that this notice is left intact.
-
- It is acknowledged that the U.S. Government has rights to this software
- under Contract DE-AC03-765F00098 between the U.S. Department of Energy
- and the University of California.
-
- This software is provided as a professional and academic contribution
- for joint exchange. Thus, it is experimental, and is provided ``as is'',
- with no warranties of any kind whatsoever, no support, no promise of
- updates, or printed documentation. By using this software, you
- acknowledge that the Lawrence Berkeley Laboratory and Regents of the
- University of California shall have no liability with respect to the
- infringement of other copyrights by any part of this software.
-
- For further information about this notice, contact William Johnston,
- Bld. 50B, Rm. 2239, Lawrence Berkeley Laboratory, Berkeley, CA, 94720.
- (wejohnston@lbl.gov)
-
- For further information about this software, contact:
- Jin Guojun
- Bld. 50B, Rm. 2275, Lawrence Berkeley Laboratory, Berkeley, CA, 94720.
- g_jin@lbl.gov
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- */
- char *ctrlist[numctrl] = {"INFO", "cut", "copy", "crop", "draw", "paste",
- "paint", "annotate", "mean sub-area", "snap window", "NOP"},
- *paralist[numpara] = {"FITS Type", "Change ETA Scale",
- "Interpolating LEVEL", "R.G.B. Weight", "Background", "NOP"},
- *filelist[numcomd] = {"Empty Frame", "Change DIR", "Loading Frame",
- "map 1 to 3", "Output TYPE", "Quit", "NOP"},
- *fontlist[numfont] = {"white", "blcak", "pick color in image",
- "6x10", "8x16", "9x15", "10x20", "12x24",
- "rot-s16", "vr-40", "vrl-40", "NOP"},
- *Help_message_array1="\
- button: LEFT MIDDLE RIGHT\n\
- alone : value+coord toggle-zoom crop\n\
- +SHIFT: Magnify zoom-shift Shrink\n\
- +CTRL : EDIT-MENU SCALE-MENU FILE_MENU\n\
- CTRL + Any Button => show Control-Panel; Press 'c' key to close it.\n\
- \nfor multiple frame image from standard input, use '+' key \
- to go forward, and '-' key to go backward\n\
- press 'q' key in an image window to quit that image\n\
- press 'q' key on panel to quit system\n\
- more : see man tuner",
-
- *display_name, *fname, *PasteMesg =
- {"Move Cursor to an Image and Click Button, Move cursor to a Point to Paste and Release Button"},
- *PaintMesg = {"Click on an image to raise it\nPress LEFT button to edit\n\
- MIDDLE button to change feature\nand RIGHT button to quit\n\
- CTRL-Y to end typing"};
-
- #ifndef C_TUNER
- arg_fmt_list_string arg_list[] = {
- {"-#", "%d", 64, 1, 1, "gray levels. Default is 64"},
- {"-cc", "%+", 0, 1, 0,
- "change colormap for new cmap with lazy window manage"},
- {"-cq", "%d", NCOLOR, 1, 0,
- "query color map table. none or pos - sys, neg - user"},
- {"-d[ebug]", "%d", 1, 1, 0, "debug level : max level = 3"},
- {"-di[splay]", "%s", 0, 1, 1,
- "hostname : specify a point to display"},
- {"-e", "%* %d", 200, 2, 1, "elastic range [200 - 20000]. default=1200"},
- {"-i", "%d", 12, 1, 1, "maximum images can display at same time. [12]"},
- {"-n", "%-", 0, 1, 0, "new colormap -- use separated colormap table"},
- {"-p", "%i", 384, 1, 0, "color precision. [384]"},
- {"-s", "%i", 1, 1, 0,
- "start speed level {0 - 3}. [default = 1]\n\
- It's better for both panel color and starting speed"},
- {"-v", "%i", 1, 1, 0, "verbose message : maximum level = 3"},
- {"-R[x][y]", "%E %i", 2, 2, 0, "interpolation region [2-8] default 2x2"},
- {" I/O: [<] input", No, 0, 0, 0, "end of usage"},
- NULL };
- #endif
-
-
-