~stefan-schwarzburg/+junk/MACSII

« back to all changes in this revision

Viewing changes to MACSII/macsII/ccd.py

  • Committer: Stefan Schwarzburg
  • Date: 2012-06-30 08:13:17 UTC
  • Revision ID: stefan.schwarzburg@googlemail.com-20120630081317-3po3goyshkwiobdy
removed the save option for images: always save; removed the shutter=0 in the alignment stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
    """
92
92
    def __init__(self, host="10.0.0.28", port=3495,
93
 
                 cooling=False, timeout=60.0, targettemperature=None,
 
93
                 cooling=True, timeout=60.0, targettemperature=-20,
94
94
                 **kwargs):
95
95
        """host: a string that defines the first part of the server location,
96
96
        example: 'localhost'
349
349
           exposure (float): Number of seconds of image exposure.
350
350
           shutter (int): code::
351
351
 
352
 
               0 -- open
353
 
               1 -- closed
 
352
               1 -- open
 
353
               0 -- closed
354
354
 
355
355
           xmin (int): start of the subimage in x direction
356
356
           ymin (int): start of the subimage in y direction