File: AA_adding_smoothers

package info (click to toggle)
pyferret 7.6.5-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,136 kB
  • sloc: fortran: 240,609; ansic: 25,235; python: 24,026; sh: 1,618; makefile: 1,123; pascal: 569; csh: 307; awk: 18
file content (20 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
8/29/91 *sh*
This is a summary of the routines that need to be changed to add a new filter 
(like @SBX) to FERRET

WRITE:  "do_smth_..." patterned after do_smth_binml.f
	
ferret.parm:	     add trans_smth_...

interp_stack.parm:   isact_smth_...

xalgebra_data.f:     add alg_trans_...text/title/num/etc

get_context_mode:    error message text, only (could be automated ...)

interp_stack:	     add EXTERNAL DO_SMTH_...
		     add IF ( isact...   )  CALL ...

offset_ss.f:	     add DATA and check out where this transformation belongs
		     in the program logic