octave-jnifti 0.6-3 source package in Ubuntu

Changelog

octave-jnifti (0.6-3) unstable; urgency=medium

  * Team upload

  * Refer to common license file for Apache-2.0.
  * Build-depend on dh-sequence-octave
    + d/control: Ditto
    + d/rules: Drop the --with=octave option from dh call
  * d/watch: Fix upstream URL
  * d/octave-jnifti.install: New file.
    Properly install the *.m files into the octave-jnifti binary package.
    (Closes: #1013592)
  * d/control: Bump Standards-Version to 4.6.2 (no changes needed)
  * d/copyright: Update list of copyright years for debian/* files

 -- Rafael Laboissière <email address hidden>  Sat, 06 Jan 2024 11:33:01 -0300

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-jnifti_0.6-3.dsc 2.2 KiB dbc5728fb246acf25a8731bd9c8b87f291af9b51279405533444b99b14f6e01b
octave-jnifti_0.6.orig.tar.gz 10.1 MiB d3cdc63f202edf44f8b0a81789e341d349e93bf0e3f57588dab9181c3d824c94
octave-jnifti_0.6-3.debian.tar.xz 4.4 KiB 6e0d85c8d73166b9abf2ec4f3c3783c2ed2271af5f2059b346ab189fee61a494

No changes file available.

Binary packages built by this source

jnifti-demos: sample files and demo scripts for JNIfTI toolbox

 This package contains sample NIfTI-1/2 data files as well as text
 and binary JNIfTI files.

matlab-jnifti: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB

 The JNIfTI toolbox includes a stand-alone NIfTI-1/2 parser that works on both
 MATLAB and GNU Octave without needing additional components. To just reading
 and writing the un-compressed NIfTI and Analyze7.5 files (.nii, .hdr/.img),
 one only needs to run addpath('/path/to/jnifti'). For MATLAB, JNIfTI toolbox
 utilizes memmapfile-based disk-reading, making it very fast. For Octave,
 memmapfile is currently not implemented, so, a full reading is required.
 .
 The JNIfTI toolbox is also capable of reading/writing gzip-compressed NIfTI
 and Analyze7.5 files (.nii.gz, .hdr.gz, .img.gz). This feature is supported
 in MATLAB directly without needing another toolbox (MATLAB must be in the
 JVM-enabled mode).
 .
 To process gzip-compressed NIfTI/Analyze files in Octave and MATLAB with
 -nojvm, one need to install the open-source JSONLab and ZMat toolboxes

octave-jnifti: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter

 This is a fully functional NIfTI-1/2 reader/writer that supports
 both MATLAB and GNU Octave, and is capable of reading/writing both
 non-compressed and compressed NIfTI files (.nii, .nii.gz) as
 well as two-part Analyze7.5/NIfTI files.
 .
 More importantly, this is a toolbox that converts NIfTI data to
 its JSON-based replacement, JNIfTI (.jnii for text-based and .bnii
 for binary-based), defined by the JNIfTI specification
 http://github.com/fangq/jnifti. JNIfTI is a much more flexible,
 human-readable and extensible file format compared to the more
 rigid and opaque NIfTI format, making the data much easier to
 manipulate and share.