Answered step by step
Verified Expert Solution
Question
1 Approved Answer
python code plase !!!!!!!!!!!!!!!!!!!!!!! tw This Stars Project data project aims to build one big program that enables users to create star charts (pictures) from
python code plase !!!!!!!!!!!!!!!!!!!!!!!
tw
This Stars Project data project aims to build one big program that enables users to create star charts (pictures) from star catalog files. The project is divided into multiple parts, where each part requires functions to be written and tested. work should be done in a python filecalled stars py.As build on top of each other, it is imperative that each part be completed correctly. The Big Picture Download the starstxt file and open it in notepad++. It is a comma separated file full of data on stars. Each line has the form: 0.010128,0.007897,0.999918,889 1.97,424,POLARIS Throughout this project, we will refer to this as a star string.Each star string contains the following items (bolded if used in this project) l. The x coordinate of the star. 2. The y coordinate of the star. 3. The z coordinate of the star. 4. The Henry Draper number, which is simply a unique identifier for the star. 5. The magnitude or brightness of the star. 6. The Harvard Revised number, another identifier 7. The common name (if it has a name) The goal of the assignment is to produce the image belowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started