Changeset 909 in Sophya for trunk/SophyaLib/SkyT/squarefilt.cc
- Timestamp:
- Apr 13, 2000, 4:10:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/squarefilt.cc
r669 r909 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: squarefilt.cc,v 1. 4 1999-11-29 16:59:12ansari Exp $3 // $Id: squarefilt.cc,v 1.5 2000-04-13 14:10:45 ansari Exp $ 4 4 // 5 5 // Description: … … 17 17 18 18 #include "squarefilt.h" 19 20 /*! 21 * \class SOPHYA::SquareFilter 22 * Square detector response 23 */ 19 24 20 25 //---------------- … … 46 51 47 52 53 /*! The transmission returns 1. for frequencies in the [numin,numax] range 54 and 0. outside */ 48 55 double 49 56 SquareFilter::transmission(double nu) const
Note:
See TracChangeset
for help on using the changeset viewer.