-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitialize.m
More file actions
33 lines (26 loc) · 1.17 KB
/
initialize.m
File metadata and controls
33 lines (26 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
setenv('OSTYPE','linux')
%setenv('OSTYPE','solaris')
disp('If you are using a Solaris machine, change the OSTYPE setting in initialize.m')
% To make these functions accessible from another folder,
% edit the Slepian directory below and copy this file over
slepdir = '.';
% slepdir = '/home/myname/Desktop/myMostImportantSoftware/Slepian';
setenv('IFILES',fullfile(slepdir,'IFILES'))
%setenv('IFILES','/media/someWhereElse/IFILES')
addpath(fullfile(slepdir,'slepian_zero'))
addpath(fullfile(slepdir,'slepian_alpha'))
addpath(fullfile(slepdir,'slepian_alpha/REGIONS'))
addpath(fullfile(slepdir,'slepian_bravo'))
addpath(fullfile(slepdir,'slepian_charlie'))
addpath(fullfile(slepdir,'slepian_delta'))
addpath(fullfile(slepdir,'slepian_echo'))
% addpath('./slepian_foxtrott')
addpath(fullfile(slepdir,'slepian_golf'))
addpath(fullfile(slepdir,'slepian_hotel'))
addpath(fullfile(slepdir,'slepian_hotel/MGS'))
addpath(fullfile(slepdir,'slepian_juliet'))
addpath(fullfile(slepdir,'nonZonalSlepians'))
addpath(fullfile(slepdir,'localDataSpec'))
addpath(fullfile(slepdir,'equalAreaSubsampling'))
addpath(fullfile(slepdir,'equalAreaSubsampling/spheretri/'))
addpath(fullfile(slepdir,'grdwrite2p'))