Questions tagged [fslab]

FsLab is a collection of libraries for data-science. It provides a rapid development envi­ronment that lets you write advanced analysis with a few lines of production-quality code.

34 questions
0
votes
0 answers

How to download fsl

I have been trying to install the fsl in my macOS. However, I haven't found any particular script for the installation yet. I have installed XQuartz and have conda in the Mac. I would really appreciate it the help. Thanks. I tried several scripts…
Samia
  • 1
0
votes
0 answers

Fsharp WorldBankData keep throwing FS0039 error

I am playing with FsLab and ran into issues when I was playing example from here: https://fslab.org/getting-started/ open FSharp.Data let wb = WorldBankData.GetDataContext() let cz = wb.Countries.``Czech Republic``.Indicators let eu =…
yondchang
  • 95
  • 6
0
votes
1 answer

Sorting Deedle Frame by columns based on the value of the last row

I need to sort the columns of a Deedle data frame based on the value of the last row. So the first column would have the largest value and the last column would have the smallest value in the last row. Deedle's Frame has most of its functionality on…
s952163
  • 6,276
  • 4
  • 23
  • 47
-2
votes
0 answers

Compare the voxel intensity between the same voxel in two similar images (.nii.gz/.nii)...BASH

I am trying to take two .nii images and pull random voxel coordinates with non-zero intensity from the first image and then compare that intensity value with the same voxel in a different image. These images should be the same and thus nothing will…
1 2
3