Variables | |
| float | rsun2km = 6.957e5 |
| int | day2sec = 24 |
| float | trot = 25.38 |
| int | omega = 2 |
| int | rad2deg = 180 |
| int | deg2rad = math.pi/180 |
| tuple | utc_today = datetime.datetime.utcnow() |
| int module_common.day2sec = 24 |
| int module_common.deg2rad = math.pi/180 |
| int module_common.omega = 2 |
| int module_common.rad2deg = 180 |
| float module_common.rsun2km = 6.957e5 |
| float module_common.trot = 25.38 |
| tuple module_common.utc_today = datetime.datetime.utcnow() |
1.8.5