Changes between Initial Version and Version 1 of Ticket #283
- Timestamp:
- 02/24/09 23:21:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #283
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #283 – Description
initial v1 1 Line 215 of ana_srfluxshould be1 Line 215 of '''ana_srflux.h''' should be 2 2 3 cff = cff1 (the factor of 2*pi is wrong) 3 4 {{{ 5 cff=cff1 6 }}} 7 the factor of 2*pi is wrong. 4 8 5 9 The comment about it should read: 6 10 7 ! Normalization factor = (1/2*pi) INTEGRAL{ABS(a+b*COS(t)) dt} from 0 to 2*pi 8 ! = (a*ARCCOS(-a/b)+SQRT(b**2-a**2))/pi for |a|<|b| 11 12 {{{ 13 ! Normalization = (1/2*pi) INTEGRAL{ABS(a+b*COS(t)) dt} from 0 to 2*pi 14 ! = (a*ARCCOS(-a/b)+SQRT(b**2-a**2))/pi for |a|<|b| 15 }}}