flatironinstitute / ironclust

Spike sorting software being developed at Flatiron Institute, based on JRCLUST (Janelia Rocket Cluster)
Apache License 2.0
28 stars 7 forks source link

-q option needed for some versions of octave #1

Closed magland closed 6 years ago

magland commented 6 years ago

Please put the -q flag in the octave call in the ml_ironclust.mp file.

jamesjun commented 6 years ago

How about doing this to remove dependency to octave?

matlab -nodisplay -r "ml_ironclust_spec"

-James

On Thu, Aug 2, 2018 at 10:30 AM Jeremy Magland notifications@github.com wrote:

Please put the -q flag in the octave call in the ml_ironclust.mp file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jamesjun/ironclust/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AIhwuAAdU3cW8Wle6qyv2zWer6tJWytNks5uMw0UgaJpZM4VsZm4 .

magland commented 6 years ago

we can try it.

jamesjun commented 6 years ago

octave -q flag is added. Matlab is not used since it displays splash screen and it could not be disabled by using "-nosplash" switch.