Giter Club home page Giter Club logo

Comments (4)

adamltyson avatar adamltyson commented on May 17, 2024

I think Iā€™m in favour of keeping the files hidden, and providing tools to allow users to inspect the atlases.

My issue with making them visible is that it could be very easy for an inexperienced user to accidentally edit a json file, rendering the whole atlas unusable.

My feeling is that users who know enough to explore a hidden directory, know enough to not play with them.

from brainglobe-atlasapi.

FedeClaudi avatar FedeClaudi commented on May 17, 2024

and if they want to save to a non-hidden folder they can do so with the tools provided

from brainglobe-atlasapi.

vigji avatar vigji commented on May 17, 2024

My issue with making them visible is that it could be very easy for an inexperienced user to accidentally edit a json file, rendering the whole atlas unusable.

Ok, this sounds like a good point! I was raising it just because I was trying to load an atlas from the bgviewer and the hidden folder was not shown by the pyqt5 file dialog window. But I guess that eventually this should be handled with a dropdown manu using Fede new atlas listing functionalities?

from brainglobe-atlasapi.

adamltyson avatar adamltyson commented on May 17, 2024

I was raising it just because I was trying to load an atlas from the bgviewer and the hidden folder was not shown by the pyqt5 file dialog window

I think you can change this, according to this post:

fdlg = QtWidgets.QFileDialog()
        fdlg.setFilter(QDir.AllEntries | QDir.Hidden)
        if (fdlg.exec()):
            fileNames = fdlg.selectedFiles()
        fdlg.close()

But I guess that eventually this should be handled with a dropdown manu using Fede new atlas listing functionalities

I think this is the way forward.

from brainglobe-atlasapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.