Changeset 3930 in Sophya for trunk/Cosmo/RadioBeam/interfconfigs.h
- Timestamp:
- Dec 23, 2010, 12:49:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/interfconfigs.h
r3792 r3930 16 16 //----------------------------------------------------------------------------------- 17 17 18 // Filled square array of ndxnd dishes 18 19 vector<Dish> CreateFilledSqConfig(int nd, double Ddish=5., double Eta=0.9); 20 // Semi filled square array of ndxnd dishes 19 21 vector<Dish> CreateSemiFilledSqConfig(int nd, double Ddish=5., double Eta=0.9); 22 // Various semi-filled dish configurations 20 23 vector<Dish> CreateConfigA(double Ddish=5., double Eta=0.9); 21 24 vector<Dish> CreateConfigB(double Ddish=5., double Eta=0.9); … … 24 27 25 28 29 // Filled cylinder configuration 26 30 vector<Dish> CreateFilledCylConfig(int ncyl, int nRL, double cylW=10., double cylRL=0.5, 27 31 double etaW=0.9, double etaRL=0.9, bool fgscid=true); 28 32 29 33 // ASKPAP like - double hexagonal array of 12 dishes 34 vector<Dish> CreateDoubleHexagonConfig(double Ddish=12., double radius1=60., double radius2=150., double Eta=0.95); 30 35 31 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.