-
Notifications
You must be signed in to change notification settings - Fork 33
Spatially-Resolved Mass-Metallicity Relation exercise help #778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@TheRealEKL The link is broken in the notebook, but not broken from the front page of the exercise tutorials, https://sdss-marvin.readthedocs.io/en/latest/tutorials/exercises.html. Click the That being said, the CSV file is just a subset of what is in the main FIREFLY file, so if you've already downloaded the VAC you can adapt the notebook to load sample data from the file itself. The format of the example CSV file is a map slice containing the stellar mass measurements, i.e. the number of columns and rows are the spatial array indices, and the values are the measurements. So the |
ahhhh I see! Thank you very much, got it working. Going to work on maneuvering around the FIREFLY data, thank you again! |
@havok2063 I have been trying to recreate the CSV file (with different PlateIFU's) and I'm having some trouble. I've loaded the FITS file, but I am stuck on how to locate a specific PlateIFU's values for stellar mass. Every time I try to just load the "STELLAR_MASS_VORONOI" extension into a CSV I get an error about not being able to send a multidimensional array into a CSV file. I would really appreciate if you could offer some insight on how to locate a specific galaxies stellar mass and reading it into a CSV file. And as always, thank you for being so helpful. |
Hello,
In the Spatially-Resolved Mass-Metallicity Relation solution, in the Compute Stellar Mass Surface Density section, the CSV file for reading in the Firefly data for stellar mass doesn't exist anymore. I downloaded the Firefly VAC fits file, read it into a CSV but I am unsure of how to proceed. With this data, the only thing I am trying to do is to get the stellar mass (which is the next step in the exercise). Would really appreciate some help on this, thank you!
The text was updated successfully, but these errors were encountered: