Skip to content

Upgrading Qudi from old version for confocal scanning #135

Answered by timoML
d33psiloe asked this question in Q&A
Discussion options

You must be logged in to vote

In your old config, you configure a voltage range of [-10,10] V to map to [0, 20] um:

      scanner_voltage_ranges:
            - [-10, 10]
            - [-10, 10]
            - [-10, 10]
        scanner_position_ranges:
            - [0e-6, 200e-6]
            - [0e-6, 200e-6]
            - [0, 20e-6]

In your new file, it's [0,200] um:


           position_ranges: # in m
                x: [0, 200e-6]
                y: [0, 200e-6]
                z: [0, 200e-6]

If your Piezo scanner shows its physical position in some other software, you should see that the z position is different.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@d33psiloe
Comment options

@timoML
Comment options

Answer selected by d33psiloe
@timoML
Comment options

@d33psiloe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants