1. Converting Telescope Coordinates
Amateur AstronomerBackground
An astronomer needs to input target coordinates into a telescope mount that accepts angular measurements in arcseconds, but the star catalog lists the position as 1.5 degrees.
Problem
Convert 1.5 degrees to arcseconds accurately.
How to use
Input 1.5 in the Degrees field and set the Decimal Precision to 4.
{
"degrees": 1.5,
"precision": 4
}Outcome
The tool outputs 5,400 arcseconds.