Changeset 3787 in Sophya for trunk/Cosmo/RadioBeam/tjyk.cc


Ignore:
Timestamp:
Jun 25, 2010, 12:00:30 PM (15 years ago)
Author:
ansari
Message:

Ajout classes / programmes de calcul d'effet de lobe sur les radio-sources, Reza 25/06/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/tjyk.cc

    r3785 r3787  
    66int main(int narg, char* arg[])
    77{
     8  if (narg<2) {
     9    cout << " Usage: tjyk redshift [resol_arcmin] " << endl;
     10    return 1;
     11  }
    812
    913  H21Conversions conv;
Note: See TracChangeset for help on using the changeset viewer.