kiyo on 1月 5th, 2012

64ビット版で、不要なファイルなどが入っていたので、スリムにしました。
こちらから、lin4neuro-amd64-Ja-20120104.isoをダウンロードしていただけたらと思います。

Tags:

kiyo on 12月 24th, 2011

Lin4Neuro日本語版を32bit版、64bit版ともにアップデートしました。
セキュリティアップデートをすべてかけているとともに、Javaの問題などに対応しています。

こちらからダウンロードできます。

Tags:

kiyo on 12月 24th, 2011

Lin4Neuro is updated.

It has been announced that Oracle (Sun) Java 6 is no longer available to be distributed by Ubuntu. It is recommended that users migrate to OpenJDK and/or Oracle Java 7. I decided to switch to OpenJDK. So Sun Java 6 was uninstalled from lin4neuro.

You can get the latest version of Lin4Neuro from here.

kiyo on 12月 20th, 2011

VBM8ツールボックスがアップデートされた際、マニュアルでの誤植が修正されました。Dr. Christian Gaserが丁寧にも日本語版も修正してくださいました。
最新版のVBM8マニュアル日本語版はVBM8本家からダウンロードできます。

http://dbm.neuro.uni-jena.de/vbm8こちらからどうぞ。

kiyo on 11月 17th, 2011

Someone found a bug in Sep2011 release in 64bit version. It required a username and password. Now I fixed the problem.

You can download the file from the FTP server.

Lin4Neuro Download

Tags:

かつて、Linux上で動くEPS画像への変換スクリプトを書きましたが、ふと考えたらImagemagickを使えばWindows上でもEPS画像への変換は簡単にできるのではないか?と思いました。

実際に簡単にできたので記載しておきます。

まず、Imagemagickをインストールします。
http://www.imagemagick.org/script/index.php

そして、コマンドプロンプトを開き、画像があるディレクトリに移動します。

hogehoge.pngという画像をEPSに変換したいとするならば、以下のようにうちます。


convert hogehoge.png eps2:hogehoge.eps

これだけです。今までEPS画像を作成するのにいろいろ苦労していましたが、これで簡単に作成できるようになりました。

Tags: ,

FSL has a set of many useful command-line utilities. One of the utilities is “fslchfiletype” which can change the file type of an image (e.g. from ANALYZE to NIFTI).

Using this utility, I wrote a very tiny script with which one can convert many types of image files into NIFTI format. This is very effective if you have many ANALYZE format files and want to convert them into NIFTI format in one shot.


#!/bin/sh
#Image file type converter using fslchfiletype
#This script converts image files into NIFTI format files.
for f in $*
do
fslchfiletype NIFTI $f
done

image2nii.sh

Tags: ,

Lin4Neuro日本語版32bitのアップデートをしました。

  • Nautilus-gksuを追加しました。
  • カーネルを2.6.32-33-generic-paeとし、4GBを超えるメモリも扱えるようにしました。ただし、PAEは古いPCだと対応していない場合がありますのでご注意ください。

こちらから、ダウンロードできます。lin4neuro日本語版32bit(20110918)をダウンロード

kiyo on 9月 15th, 2011

I have been looking for an useful DICOM viewer for Linux. I know Aeskulap or Dicomscope. Though they are good, I want more sophisticated software packages.

The other day I found Ginkgo CADx.

Ginkgo CADx is an extensible multi-platform Open Source Medical Imaging software which provides a complete DICOM Viewer solution with advanced capabilities.

It works well on Linux! If you handle DICOM images, you gonna check this out.

Ginkgo CADx

kiyo on 9月 10th, 2011

Lin4Neuro日本語版をアップデートしました。

  • 32bit版も用意しました。VMware Playerなどで64bit版が使えない場合を考慮してです。
  • キーボードレイアウトがデフォルトでUSになってしまっていたのをJPに修正しました。
  • サンプルスクリプトをいろいろ入れてみました。
  • 追記:64bit版で終了時の画面に不具合がありましたので、修正しました。20110910版を配布します。

興味のある方は下のリンクからISOファイルを入手できます。

Lin4Neuro-amd64-Ja-20110910.iso(64bit版)をダウンロード

Lin4Neuro-i386-Ja-20110909.iso(32bit版)をダウンロード

Tags: