Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using python jupyter, I have to complete the problem above. (10 points) In astronomy, Right Ascension and Declination are often given in the following format:

image text in transcribedUsing python jupyter, I have to complete the problem above.

(10 points) In astronomy, Right Ascension and Declination are often given in the following format: RA=hh:mm:ss.ss DEC=dd: am:as.s hh is hours, and 24 hours=360 degrees. mm is minutes, and 60 minutes=1 hour, ss is seconds, and 60 seconds=1 min. dd is degrees. am is arc minutes, and 60 arc minutes=1 degree. as is arc seconds, and 60 arc seconds=1 arc minute. Another complication is that declination values can be negative, so these could also be given as DEC=-dd: am:as.s When using these coordinates in python it is much easier to work with RA and DEC given as decimal degree values. Write a function that takes in two strings, the RA, in the form "hh:mm:ss.ss" and the DEC, in the form "dd:am:as.s" or the form "-dd:am:as.s" and returns two floats, the RA and DEC in degrees

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions