Changeset 4735 for trunk/MagicSoft/Mars
- Timestamp:
- 08/26/04 08:16:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/testMTrans.C
r4675 r4735 17 17 MObservatory obs; 18 18 19 M TransCelLocCamtrans(geom, obs);19 MStarCamTrans trans(geom, obs); 20 20 21 21 trans.SetGridParameters(0.50, 0.1); 22 22 23 23 /* 24 24 trans.PlotGridAtTheta0Phi0("Plot_2a", 0.001,135.0); 25 25 trans.PlotGridAtTheta0Phi0("Plot_2b", 30.00,135.0); … … 36 36 trans.PlotGridAtTheta0Phi0("Plot2c", 60.00, 90.0); 37 37 trans.PlotGridAtTheta0Phi0("Plot2d", 90.00, 90.0); 38 38 */ 39 39 40 40 trans.PlotGridAtTheta0Phi0("Plot3a", 0.001, 180.0); 41 41 trans.PlotGridAtTheta0Phi0("Plot3b", 30.00, 180.0); 42 43 /* 44 42 45 trans.PlotGridAtTheta0Phi0("Plot3c", 60.00, 180.0); 43 46 trans.PlotGridAtTheta0Phi0("Plot3d", 90.00, 180.0); … … 71 74 trans.PlotGridAtDec0H0 ("Plot8d", 0.000, 6.0); 72 75 trans.PlotGridAtDec0H0 ("Plot8e",-30.000, 6.0); 76 */ 73 77 74 78 //===================================================
Note:
See TracChangeset
for help on using the changeset viewer.