Changeset 2102 in Sophya for trunk/ArchTOIPipe/ProcWSophya


Ignore:
Timestamp:
Jul 16, 2002, 6:38:48 PM (23 years ago)
Author:
cecile
Message:

* empty log message *

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/toi2toi_addsp.cc

    r2099 r2102  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2toi_addsp.cc,v 1.2 2002-07-16 15:26:19 cecile Exp $
     5// $Id: toi2toi_addsp.cc,v 1.3 2002-07-16 16:38:48 cecile Exp $
    66
    77#include "machdefs.h"
     
    4545  declareInput("lat");
    4646 
    47   declareOutput("BoloOut"); 
     47  declareOutput("BoloOut");
    4848}
    4949
     
    131131return;     
    132132}
     133
     134//--------------------------------------------------------------------
     135//--------------------------------------------------------------------
     136//--------------------------------------------------------------------
     137//--------------------------------------------------------------------
     138//--------------------------------------------------------------------
     139//--------------------------------------------------------------------
     140void Fill_Info_scr(Info_src* scr, int_4 ns)
     141{
     142  for (int i=0; i<ns ; i++){
     143    scr[i].glon = 80.+i*10.;
     144    scr[i].glat = 0.;
     145    scr[i].amp  = 1.;
     146    scr[i].tau1 = 0.5;
     147    scr[i].tau2 = 0.5;
     148  }
     149}
  • trunk/ArchTOIPipe/ProcWSophya/toi2toi_addsp.h

    r2099 r2102  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2toi_addsp.h,v 1.2 2002-07-16 15:26:19 cecile Exp $
     7// $Id: toi2toi_addsp.h,v 1.3 2002-07-16 16:38:48 cecile Exp $
    88
    99#ifndef TOI2MAP_H
     
    4141  double amp,tau1,tau2;
    4242};
    43 
    44 void Fill_Info_scr(Info_src* scr, int_4 ns);
    4543
    4644class Toi2toi_Addsp : public TOIProcessor {
     
    8078  void Print(::ostream & os);
    8179
     80  static void Fill_Info_scr(Info_src* scr, int_4 ns);
     81
    8282protected:
    8383
Note: See TracChangeset for help on using the changeset viewer.