Git Product home page Git Product logo

Comments (3)

sravan953 avatar sravan953 commented on August 10, 2024

@grlee77 Thank you for your inputs. The 1:1 mapping was purely intended to provide familiarity to users jumping from Matlab. What do you think about rf and grad sub-packages instead of modules? I can imagine that a single rf.py module would be not so pretty to look at.

from pypulseq.

grlee77 avatar grlee77 commented on August 10, 2024

I am not saying you have to make any change here, it was just a suggestion. In your case, it may be beneficial to continue to mirror the structure of the Matlab code if you anticipate most users are migrating from Matlab and are more familiar with that structure. In that case, just go ahead and close this issue.

I can imagine that a single rf.py module would be not so pretty to look at.

I don't really agree. For Python projects, it is very common to group several related functions together in a single file. As a concrete 3rd party example, see the imports at the top of init.py for the filters submodule of scikit-image. Here there are several files within the filters folder, some of which have several functions internally, but they are grouped in a logical manner (e.g. edges vs. thresholding). To me, that seems better than if every individual function in that module were stored in its own file.

from pypulseq.

sravan953 avatar sravan953 commented on August 10, 2024

Thanks for sharing the scikit-image example, I suppose we will stick to the MATLAB convention to ensure familiarity. Once again, thanks for your insights, I learnt something new.

from pypulseq.

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.