FCS-analysis / PyCorrFit

data analysis and fitting software for fluorescence correlation spectroscopy (FCS)
pycorrfit.craban.de
Other
48 stars 13 forks source link

Optimize for Mac OSx #79

Open paulmueller opened 10 years ago

paulmueller commented 10 years ago

There are a lot of nice features in OSx that could be used by PyCorrFit:

http://wiki.wxpython.org/Optimizing%20for%20Mac%20OS%20X

paulmueller commented 10 years ago

It won't work. The Terminal.app seems to be in the way of that. Editing the info.plist of the bundle to contain something like this

<key>CFBundleDocumentTypes</key>

<array>

    <dict>

        <key>CFBundleTypeExtensions</key> <array>

            <string>fcs</string>

        </array> <key>CFBundleTypeName</key> <string>Zeiss ConfoCor3</string> <key>CFBundleTypeRole</key> <string>Viewer</string> 

    </dict> 

</array> 

Makes PyCorrFit a drop target, but it does not open the files as it would when executing the script with Python.