Changeset 909 in Sophya for trunk/SophyaLib/SkyT/squarefilt.cc


Ignore:
Timestamp:
Apr 13, 2000, 4:10:46 PM (25 years ago)
Author:
ansari
Message:

Sophie: adding documentation for Doxygen in the .cc files:wq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/squarefilt.cc

    r669 r909  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: squarefilt.cc,v 1.4 1999-11-29 16:59:12 ansari Exp $
     3//      $Id: squarefilt.cc,v 1.5 2000-04-13 14:10:45 ansari Exp $
    44//
    55// Description:
     
    1717
    1818#include "squarefilt.h"
     19
     20/*!
     21 * \class SOPHYA::SquareFilter
     22 * Square detector response
     23 */
    1924
    2025//----------------
     
    4651
    4752
     53/*! The transmission returns 1. for frequencies in the [numin,numax] range
     54  and 0. outside */
    4855double
    4956SquareFilter::transmission(double nu) const
Note: See TracChangeset for help on using the changeset viewer.