Skip to content

Commit

Permalink
traspose loc weights
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKing93 committed Mar 12, 2020
1 parent a17ebb4 commit b5b31c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4. DA Analyses/@dash/spatialLocalization.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
ydist = haversine( siteCoord, siteCoord );

% Use a Gaspari-Cohn polynomial to get the localization weights
weights = gaspariCohn( wdist, R, scale );
weights = gaspariCohn( wdist, R, scale )';
yloc = gaspariCohn( ydist, R, scale );

end

0 comments on commit b5b31c1

Please sign in to comment.