Git Product home page Git Product logo

Comments (5)

Mmj94 avatar Mmj94 commented on August 10, 2024 1

Yes, this fixes the above problem. You can close the issue.

from pypulseq.

sravan953 avatar sravan953 commented on August 10, 2024

Could you share code to reproduce this?

from pypulseq.

Mmj94 avatar Mmj94 commented on August 10, 2024
`from pypulseq.opts import Opts  
from pypulseq.Sequence.sequence import Sequence
from pypulseq.make_arbitrary_rf import make_arbitrary_rf

import numpy as np
import math

system = Opts(max_grad=32, grad_unit='mT/m', max_slew=130, slew_unit='T/m/s', grad_raster_time=10e-6, rf_raster_time= 10e-6)
seq = Sequence(system)

rf = np.ones((1, 300), dtype=complex)
#rf = np.ones((300, 1), dtype=complex)

rf_waveform, _ = make_arbitrary_rf(flip_angle=90 * 180 / math.pi, system=system, signal=rf)
seq.add_block(rf_waveform)`

from pypulseq.

Mmj94 avatar Mmj94 commented on August 10, 2024

Running the code above as it is, it would break.
However, if you run the second rf line instead that is now commented, it will go through.

from pypulseq.

sravan953 avatar sravan953 commented on August 10, 2024

Thank you! Commit 0f55671 should have fixed this. Please let me know so I can close the issue.

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.