Skip to content

Resample a curvilinear set of semi-landmarks into a user-prescribed set of evenly-spaced semi-landmarks

Notifications You must be signed in to change notification settings

ryanraaum/resample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resample

DESCRIPTION:

Resample a curvilinear set of semi-landmarks into a user-prescribed set of evenly-spaced semi-landmarks, using weighted linear interpolation.

FEATURES:

  • Process one file at a time or many simultaneously.

  • Each file may contain one or more curves.

SYNOPSIS:

# process lines indicated in `ctl.txt` in all files 
#   located in the current directory 
resample -c ctl.txt

# process files matching *.prn in the current directory
resample -c ctl.txt -m *.prn

# process all files in the given directory
resample -c ctl.txt -d /Users/ryan/Documents/Lines

# process all files matching hsa*.prn in the given directory
resample -c ctl.txt -d /Users/ryan/Documents/Lines -m hsa*.prn

LICENSE:

Copyright (C) 2004-2006 David Reddy, Johann Kim 
Copyright (C) 2006-2010 Ryan Raaum

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Resample a curvilinear set of semi-landmarks into a user-prescribed set of evenly-spaced semi-landmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages