Example #1
0
#!/usr/bin/python
#
## @file
#
# Run misc control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv) == 2):
    standalone.runModule("misc_control", sys.argv[1])
else:
    standalone.runModule("misc_control")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
Example #2
0
#!/usr/bin/python
#
## @file
#
# Run misc control only.
#
# Hazen 03/14
#

import halLib.standalone as standalone

standalone.runModule("misc_control")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
#!/usr/bin/python
#
## @file
#
# Run focus lock control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv)==2):
    standalone.runModule("focuslock", sys.argv[1])
else:
    standalone.runModule("focuslock")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
#!/usr/bin/python
#
## @file
#
# Run illumination control only
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv) == 2):
    standalone.runModule("illumination", sys.argv[1])
else:
    standalone.runModule("illumination")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
#!/usr/bin/python
#
## @file
#
# Run misc control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv)==2):
    standalone.runModule("misc_control", sys.argv[1])
else:
    standalone.runModule("misc_control")    


#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#!/usr/bin/python
#
## @file
#
# Run stage control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv)==2):
    standalone.runModule("stage", sys.argv[1])
else:
    standalone.runModule("stage")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
Example #7
0
#!/usr/bin/python
#
## @file
#
# Run focus lock control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv) == 2):
    standalone.runModule("focuslock", sys.argv[1])
else:
    standalone.runModule("focuslock")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
Example #8
0
#!/usr/bin/python
#
## @file
#
# Run stage control only.
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv) == 2):
    standalone.runModule("stage", sys.argv[1])
else:
    standalone.runModule("stage")

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
#!/usr/bin/python
#
## @file
#
# Run illumination control only
#
# Hazen 03/14
#

import sys

import halLib.standalone as standalone

if (len(sys.argv)==2):
    standalone.runModule("illumination", sys.argv[1])
else:
    standalone.runModule("illumination")    

#
# The MIT License
#
# Copyright (c) 2014 Zhuang Lab, Harvard University
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in