Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- constant_fk2d=0.75
- multiplying_factor_3d=0.5
- Shear_velocity=2.6**3
- print('1. C','2. S','3. A','4. C & S','5. C & A','6. S & A','7. C & S & A','8. all combine',sep='\n')
- tch = int(input('Chose Filtering Method From Above:'))
- print('1. previous point','2. 2*last-2nd_last','3. overall_mean',
- '4. 12_point_strategy','5. mean of previous 2 point',
- '6. all seqential','7. all parallel',sep='\n')
- sch = int(input('Chose Replacement Method From Above:'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement