js.dev.cam.sbig.cli
Class JSbigCamCli
java.lang.Object
js.dev.cam.sbig.cli.JSbigCamCli
public class JSbigCamCli
- extends java.lang.Object
This is a very simple command line application which shows how to control
the SBIG CCD camera running as an Java server, i.e. through the JSbigCamSrv
server application.
Use:
java js.dev.cam.sbig.cli.JSbigCamCli
localhost // IP address. Examples: localhost, 192.168.1.10, etc
5000 // Server port number > 1024. Example: 5000, etc.
PROGRESS_NO // Show progress bar? Examples: PROGRESS_YES, PROGRESS_NO
FITS_YES // Save image in FITS format? Examples: FITS_YES, FITS_NO
CFW_FLAG // CFW_YES or CFW_NO
CFW_PORT // CFW_COM0, CFW_COM1, ... CFW_COM3
CFW type // CFW_UNKNOWN, CFW2, CFW5, CFW8, CFWL, CFW402, CFW_AUTO,
CFW6A, CFW10, CFW10_SERIAL, CFW9, CFWL8, CFWL8G
CFW device name // Device name of CFW-10 SA (external); An empty string if an internal CFW is used.
CFW position // Filter wheel position: 1-10 for CFW-10, 1-5 for CFW-8, etc.
LIGHT // Image type. Examples: LIGHT or DARK
IMAGING // CCD request. Examples: IMAGING, TRACKING
1x1 // Binning modes. Examples: 1x1, 2x2, 3x3 or 9x9
numOfExps // Number of exposures. Examples: 1, 20, etc.
exposureInSec // Exposure time in seconds. Examples: 0.1, 3, 300, etc.
- Author:
- soldan
Method Summary |
static void |
main(java.lang.String[] argv)
The main method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSbigCamCli
public JSbigCamCli()
main
public static void main(java.lang.String[] argv)
- The main method.
- Parameters:
argv
- the arguments