Lecture Note
University
University of California San DiegoCourse
DSC 207R | Python for Data SciencePages
2
Academic year
12
anon
Views
29
Astrophysics Example Our course helper, Dr. Andrea Zonca, created an application on astrophysics, and we can't wait to tell you more about this incredible resource. Andrea has produced a beautifulnotebook that mixes domain-specific astronomy references with data science skills. Andreaholds a Doctorate in astrophysics from the University of Milan and works as a senior datascientist and high-performance computing specialist at the San Diego SupercomputerCenter. We will go into the specifics of this notebook, its features, and how you can use it toimprove your data science abilities in this article. Planck Satellite Data Simulation Using pandas Anybody wishing to hone their data science skills and apply them to challenges in certain domains will find this notebook to be a valuable resource. In the notebook, Andrea studiesthe origin of the cosmos by analyzing satellite images of the cosmic microwave background,which was inspired by one of her work at the San Diego Supercomputer Center. Thenotebook makes use of Python packages like pandas, NumPy, and Matplotlib that you arealready familiar with from this course. It is a fantastic illustration of how data scienceexpertise can be paired with domain-specific knowledge because it also containscosmology-specific references. Designed with You in Mind The notebook is self-explanatory and is designed with you in mind, even if you don't have a PhD in astrophysics. It is a great opportunity to start sharpening your skills and learn howto take a domain problem and apply data science methods and techniques to it. As a datascientist, it is very likely that you will find yourself in an interdisciplinary team in the future,and this notebook will help you to understand how to apply your skills in a domain-specificcontext. Three Distinct Sections The notebook has three distinct sections, each using advanced functionalities of pandas, NumPy, and Matplotlib. In section one, we will read a map created by the Planck satelliteand explore a scientific data format called HDF5. HDF5 is a file format commonly used inscientific applications for storing large datasets, and the notebook will teach you how to workwith it. In section two, the notebook will use NumPy to create a simulation of how Planckscans the sky throughout the year of observations, and we will plot scanning rings indifferent reference frames. This section will help you understand how to create simulations
using NumPy and how to work with reference frames. In section three, the notebook will usethe scanning coordinates created in section two to simulate an observation of the map usedin section one. This section will teach you how to apply the skills you have learned in theprevious sections to create a simulation of the observation. Useful Resource for Early Career Scientists The notebook was created as a component of Software Carpentry, a nonprofit organization that instructs computer skills to scientists in their early careers. This notebook isa fantastic example of the kind of stuff you can find from Software Carpentry, an usefulresource for anyone wishing to learn more about data science and computers. If you want toimprove your data science abilities, we strongly advise you to check out Software Carpentryand the materials they provide. Conclusion In conclusion, anyone wishing to improve their data science skills and use them to solve domain-specific issues should check out the Planck Satellite Data Simulation Using Pandasnotebook created by Dr. Andrea Zonca, our course assistant. The notebook is a fantasticillustration of how data science expertise can be merged with subject-specific knowledgethanks to its three discrete sections and extensive pandas, NumPy, and Matplotlib functions.You should check out the notebook to hone your skills and learn how to apply data scienceideas and approaches to challenges that are specific to a given area. We hope you enjoyreading through this advanced notebook and recognize your progress over the previous nineweeks.
DSC 207R: Astrophysics Example
Please or to post comments