1
$\begingroup$

I've recently been tasked with obtaining transit spectrum data for some fascinating celestial bodies, including Ceres, Enceladus, Ganymede, Io, and Titan. The goal is to compare their transit spectra with that of Earth. However, I'm facing a bit of a challenge when it comes to using the GitHub package here: https://github.com/nespinoza/transitspectroscopy

To provide some context, I've received instructions to utilize the GitHub package to gather the transit spectrum data. However, I'm not very familiar with how to effectively use it for this purpose. Despite my best efforts, I haven't been able to navigate the package successfully to retrieve the transit spectrum data that I need.

If any of you have experience with the Github package or if you know of alternative methods to obtain transit spectrum data for these celestial bodies, I would greatly appreciate your guidance. Perhaps you can share some step-by-step instructions or valuable resources that could help me get started.

Moreover, if there are any other tools or platforms that you've found helpful for collecting transit spectrum data, I'd be open to exploring those options as well.

If it would help, here are the links to the files of the celestial objects that I'm supposed to compare their transit spectra against Earth's: Io, Ceres, Titan, Enceladus, Ganymede1, Ganymede2

$\endgroup$
2
  • 2
    $\begingroup$ What have you tried so far and how far have you gotten? Do you have Python set-up? Did you install the package? Did you try to use it? Basically, the package contains a library that you can include into your own code to do all sorts of things. The methods that it provides are documented in the source code and your IDE should assist you in using them, once you have successfully imported the library into your Python project. $\endgroup$
    – YetiCGN
    Commented Aug 21, 2023 at 10:46
  • $\begingroup$ I've downloaded the repository and extracted the files. However, I'm not sure how to access them and how to make them work for my specific analysis. I have only run so far the files in the tests folder to see if it works. As of now, I'm figuring out how to integrate the data files mentioned above. I haven't made a Python project for it because I assumed that the package can directly process the data file through a terminal or in a Python IDE. I've reviewed the source code a bit, and I see that the package provides various methods. I'm currently using Ubuntu and Python Anaconda. $\endgroup$ Commented Aug 25, 2023 at 10:01

0

You must log in to answer this question.