TwiceAsNice
2019-02-18
|
Functions | |
def | getTrajectory (dec, HA_min, HA_max, frequency, currentPosition, direction=1) |
def | main () |
Variables | |
tuple | phi = (32.0+42.0/60+4.71/3600) |
float | stepsPerRad = -3.2E5/(2.*math.pi) |
tuple | dec = phi-1.5 |
float | HA_min = -0.125 |
float | HA_max = 0.125 |
int | faultTolerance = 25 |
int | frequency = 100 |
int | samplesPerSegment = 100 |
int | direction = -1 |
def derotate.getTrajectory | ( | dec, | |
HA_min, | |||
HA_max, | |||
frequency, | |||
currentPosition, | |||
direction = 1 |
|||
) |
def derotate.main | ( | void | ) |
tuple derotate.dec = phi-1.5 |
int derotate.direction = -1 |
int derotate.faultTolerance = 25 |
int derotate.frequency = 100 |
float derotate.HA_max = 0.125 |
float derotate.HA_min = -0.125 |
tuple derotate.phi = (32.0+42.0/60+4.71/3600) |
int derotate.samplesPerSegment = 100 |
float derotate.stepsPerRad = -3.2E5/(2.*math.pi) |