surf.h 780 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #define NCF 411
  2. #define NG1 602
  3. #define NG2 500
  4. #define NX 131
  5. /* ******************************* */
  6. #define GRADPARAM1 10
  7. #define GRADPARAM2 4
  8. #define GRADPARAM3 10
  9. /* ********************************** */
  10. #define TESTOUT 0
  11. /* conv. to integers params */
  12. /* ******************************* */
  13. #define sciz 1
  14. #define scig 1
  15. #define scio 1
  16. #define SCIK1 1
  17. #define SCIK2 1
  18. #define SCIK3 1
  19. /* ******************************** */
  20. #define MAX_ERROR "0.1"
  21. #define RESCALEX "1."
  22. #define RESCALEY "1."
  23. #define RESCALEZ "1."
  24. #define TENSION "40."
  25. #define SMOOTH "0."
  26. #define MAXSEGM "40"
  27. #define MINPOINTS "50"
  28. #define MAXPOINTS 400
  29. #define TOPPARAM "0"
  30. #define PREPROCESS "0"
  31. #define ZMULT "1.0"
  32. #define SEGMENT_SIZE 5
  33. #define KMAX 50
  34. #define KMIN 35
  35. #define OVERLAP "3"