Language
English English Vietnamese (Tiếng Việt) Vietnamese (Tiếng Việt) Chinese (简体中文) Chinese (简体中文) Portuguese (Brazil) (Português do Brasil) Portuguese (Brazil) (Português do Brasil) Spanish (Español) Spanish (Español) Indonesian (Bahasa Indonesia) Indonesian (Bahasa Indonesia)
Radians per Second to Degrees per Second

Radians per Second to Degrees per Second

Spacecraft body rates in radians per second shown in degrees per second, from a post-separation tumble through detumble thresholds down to imaging stability.

Reading a Spacecraft Rate Budget When Half of It Is in Radians

An attitude determination and control subsystem produces body rates in radians per second, because that is what the estimator, the wheel controller and the simulation all run on. The requirements around it rarely agree. A launch provider states the maximum tip-off rate imparted at separation in degrees per second, a payload states its stability requirement in arcseconds per second, and an operations team asking whether the vehicle has finished detumbling wants a figure it can picture.

Conversion factor: multiply by 180/π ≈ 57.29577951, one radian being just over 57°. A body rate of 0.05 rad/s straight out of the deployer is 2.864789 °/s; a residual 0.001 rad/s is 0.057296 °/s, which is another 206 arcseconds of drift every second the shutter stays open.

Why One Subsystem Carries Both Units

Flight Software Integrates, Requirements Communicate

Quaternion kinematics and the control law are written in radians and stay that way. Interface control documents, separation-system specifications and mission reviews are written in degrees, the language everyone outside the loop reasons in.

Body Rate and Wheel Speed Are Different Numbers

A reaction wheel may spin at thousands of revolutions per minute while the vehicle around it turns at a hundredth of a degree per second. Confusing the two, or their units, produces a nonsensical rate budget.

Detumbling Is Judged on Rate, Pointing on Angle

A B-dot controller exits when body rate falls below a threshold, often around a degree per second. Fine pointing is then judged on accumulated angular error, rate returning only as the stability term.

Jitter Sits Three Decimal Places Below a Slew

The rate that matters during a target change and the rate that ruins an exposure differ by a factor of a thousand, which is exactly why converting them one at a time avoids losing a decimal point.

Checking a Rate Before It Goes Into the Budget

Four passes that turn a raw telemetry figure into something a review board can argue about.

1

Enter the rate exactly as the subsystem reports it

Take the body rate per axis rather than a magnitude when the requirement is written per axis. The field opens at 1 and recomputes on every keystroke, so working down three axes of a telemetry snapshot is quick.

2

Compare against the separation specification

Tip-off limits are quoted in degrees per second by the deployer, so a measured rate has to be restated before the comparison means anything. The same applies to the detumble exit threshold the controller checks internally.

3

Sanity-check a slew against its peak rate

For an accelerate-then-decelerate profile the peak rate is half the total angle divided by half the duration. Converting that peak shows whether the wheels can supply it, or whether the manoeuvre needs a longer, gentler ramp.

4

Reverse it when a limit has to reach the flight code

A threshold agreed in degrees must become radians before it is compiled in. The swap arrows reverse the pair, typing into the second field does the same since both are editable, and copying returns digits with no unit attached.

From a Post-Separation Tumble Down to Imaging Stability

These rates span five orders of magnitude within one mission. The values are representative of a small Earth-observation satellite in low orbit, and each conversion uses the exact factor rather than a rounded 57.3.

Mission phase or requirementBody rate (rad/s)Degrees per secondWhat it means in practice
Worst-case tip-off from a deployer0.17510.027 °/sA full turn every 36 seconds; sun and star sensors both struggle
Typical rate shortly after separation0.052.865 °/sSolar arrays flicker in and out of sunlight several times a minute
Detumble exit threshold0.01751.003 °/sSlow enough for a star tracker to lock and acquire attitude
Peak rate during a 30° slew0.03021.730 °/sReached mid-manoeuvre at 0.1 °/s², with the slew taking 34.6 s
Nadir tracking in a 90-minute orbit0.00116360.06667 °/sThe steady pitch rate that keeps the camera facing down
Coarse pointing residual0.0010.05730 °/sRoughly 206 arcseconds of drift per second of exposure
Stability during a science exposure0.00010.005730 °/sAbout 20.6 arcseconds per second, the level fine sensors chase

The nadir-tracking row is worth dwelling on, because it is a rate the vehicle must hold continuously rather than one it passes through. Circling once every 90 minutes means pitching at exactly one revolution per orbit to keep a camera on the ground beneath, and holding a constant rate steadily is a different control problem from settling on a fixed attitude.

Telemetry and Interface Documents on One Scale

A measured body rate and a contractual tip-off limit become directly comparable rather than sitting in two notations nobody wants to reconcile by hand.

Stability Terms Kept Beside Slew Peaks

Values a thousandfold apart run through the same step, so exposure stability and a manoeuvre peak share one budget without a lost decimal.

Thresholds Copied Into a Parameter Table

Copying gives the number with no unit or spacing, which is what a controller configuration file or an operations checklist expects.

Questions from the Attitude-Control Desk

Why do attitude-control documents mix radians and degrees at all?

Because the two halves of the subsystem answer to different audiences. Everything computational lives in radians: quaternion kinematics, inertia-matrix products, gain calculations and the simulation verifying them. Everything contractual lives in degrees, because a provider describing tip-off, a payload team describing smear and a reviewer asking how fast the vehicle turns all think in a visible fraction of a turn. Arcseconds sit on top for the finest requirements.

How fast does a satellite tumble after separation, and what counts as detumbled?

Deployers usually guarantee an upper bound rather than a value, commonly around 10 °/s per axis for a small satellite ejected by a spring mechanism, while the rate actually seen is often a few degrees per second. That is enough to make sun sensors ambiguous, stop a star tracker locking, and swing the arrays repeatedly through shadow. The first job is normally a B-dot law driving magnetorquers against the changing measured field. Detumbled generally means residual rate below roughly a degree per second.

How long does a slew of a given angle actually take?

For a short manoeuvre with no coast phase, the vehicle accelerates for half the angle and decelerates for the rest, giving twice the square root of the angle divided by the angular acceleration. At 0.1 °/s², a 30° target change takes 34.6 seconds and peaks at 1.73 °/s halfway. A 90° slew at a gentler 0.05 °/s² takes 84.9 seconds and peaks at 2.12 °/s. Settling time is added afterwards, since pointing is not met the instant rate crosses zero.

What does reaction-wheel saturation mean and why is momentum dumping needed?

A wheel turns the vehicle by taking on the opposite angular momentum, so every manoeuvre and disturbance leaves it spinning a little faster. Aerodynamic drag, solar radiation pressure and gravity-gradient torque push consistently over an orbit, so wheel speed creeps towards its mechanical ceiling. A saturated wheel cannot accelerate further and so gives no control torque in that direction — a genuine loss of authority. Dumping restores headroom with an external torque, from magnetorquers or thrusters.

How does a pointing stability figure in arcseconds per second relate to these units?

An arcsecond is one three-thousand-six-hundredth of a degree, so degrees per second becomes arcseconds per second by multiplying by 3 600, and one radian per second is 206 265 arcsec/s. Payloads use the smaller unit because smear is what degrades a product: multiply residual rate by exposure time and compare with the angular size of one pixel. A rate of 0.001 rad/s is 206 arcsec/s, smearing over 400 arcseconds across a two-second exposure — which is why stability is specified apart from accuracy.

rad/s
deg/s

Body Rates from Tumble to Fine Pointing

0.0001 rad/s=0.005730 deg/s
0.001 rad/s=0.057296 deg/s
0.0011636 rad/s=0.066669 deg/s
0.0175 rad/s=1.002676 deg/s
0.05 rad/s=2.864789 deg/s
0.175 rad/s=10.026761 deg/s

Radians per Second (rad/s)

The unit the attitude estimator, the wheel controller and the verification simulation all run on, so telemetry and compiled thresholds arrive in it regardless of how the requirement was written.

Degrees per Second (deg/s)

The unit separation specifications, detumble criteria and mission reviews are stated in, because a visible fraction of a turn each second is far easier to argue about than a radian.

Enter the per-axis body rate when the requirement is written per axis, not the magnitude
Check a measured rate against the deployer's tip-off limit, which is always stated in degrees per second
Multiply a converted rate by 3 600 for the arcseconds per second a payload stability budget uses
Swap the direction to turn an agreed threshold back into radians for the flight parameter table
Want to learn more? Read documentation →
1/5

Frequency Converter

BPM to FPS BPM to Hertz BPM to RPM Cycles per Hour to Hertz Cycles per Minute to Hertz Cycles per Second to Hertz Degrees per Second to RPM Degrees per Second to Radians per Second FPS to BPM FPS to Hertz Gigahertz to Hertz Gigahertz to Kilohertz Gigahertz to Megahertz Gigahertz to Terahertz Hertz to BPM Hertz to Cycles per Hour Hertz to Cycles per Minute Hertz to Cycles per Second Hertz to FPS Hertz to Gigahertz Hertz to Kilohertz Hertz to Megahertz Hertz to Microhertz Hertz to Millihertz Hertz to RPM Hertz to Radians per Second Kilohertz to Gigahertz Kilohertz to Hertz Kilohertz to Megahertz Kilohertz to RPM Megahertz to Gigahertz Megahertz to Hertz Megahertz to Kilohertz Megahertz to Terahertz Microhertz to Hertz Millihertz to Hertz RPM to BPM RPM to Degrees per Second RPM to Hertz RPM to Kilohertz RPM to RPS RPM to Radians per Second RPS to RPM Radians per Second to Degrees per Second (current page) Radians per Second to Hertz Radians per Second to RPM Terahertz to Gigahertz Terahertz to Megahertz
Start typing to search...
Searching...
No results found
Try searching with different keywords