Skip to content
Snippets Groups Projects
Commit 4e138e2b authored by JanThorbecke's avatar JanThorbecke
Browse files

taper correction

parent 97b34a1d
No related branches found
No related tags found
No related merge requests found
...@@ -286,8 +286,6 @@ int main (int argc, char **argv) ...@@ -286,8 +286,6 @@ int main (int argc, char **argv)
for (j = nxs-ntap-1; j < nxs; j++) for (j = nxs-ntap-1; j < nxs; j++)
tapersy[j] =(cos(PI*(j+1-(nxs-ntap))/ntap)+1)/2.0; tapersy[j] =(cos(PI*(j+1-(nxs-ntap))/ntap)+1)/2.0;
if (verbose) vmess("Taper for operator applied ntap=%d", ntap); if (verbose) vmess("Taper for operator applied ntap=%d", ntap);
for (j = 0; j < nxs; j++)
fprintf(stderr,"taper [%d] = %f \n", j, tapersy[j]);
for (l = 0; l < Nfoc; l++) { for (l = 0; l < Nfoc; l++) {
for (i = 0; i < nxs; i++) { for (i = 0; i < nxs; i++) {
for (j = 0; j < nts; j++) { for (j = 0; j < nts; j++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment