Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

Better support system specific scale calibration #422

Open JohnDMcMaster opened 10 months ago

JohnDMcMaster commented 10 months ago

There are a few hacks to get the system calibrated but it would be good to streamline this. Something like this in argus.j5 might be a good start:

    "microscopes": {
        "lip-x1_sn-2308002": {
            "model": "lip-x1",
            "sn": "sn-2308002",
            "um_per_pixel_raw_1x": 4.6728972
        },
    }