Discussion Overview
The discussion revolves around plotting a map using Healpix with real data, specifically focusing on the challenges faced when using a .txt file containing astronomical data. Participants explore various strategies for data conversion, coordinate transformation, and the use of Healpix subroutines in IDL.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant expresses a need for guidance on how to plot a map using Healpix, indicating they are new to both Healpix and IDL.
- Another participant suggests checking if the data is available in FITS format, noting that many astrophysical datasets are provided in this format.
- A participant confirms their data is in a .txt format from a balloon experiment and questions whether they should convert it to FITS.
- There is a suggestion to read the data into an array using the flat sky approximation and display it in IDL, while also mentioning the need to convert coordinates to Healpix pixel indices.
- One participant insists on using Healpix despite not having a full-sky map and inquires about how to store coordinates from the .txt file into theta and phi variables.
- Another participant provides an example of the data format and mentions a tutorial for handling ASCII column data.
- A suggestion is made to use NASA's Astro library for coordinate conversion from RA/DEC.
- Concerns are raised about the necessity of coordinate transformation and the potential distortion of the map if celestial coordinates are not properly handled.
- Participants discuss the requirement for nside to be a power of two and the implications for the number of pixels in the map.
- Errors encountered during the mapping process are shared, particularly regarding invalid nside values and the relationship between nside and npix.
- One participant clarifies that the array being filled with pixel indices needs to be correctly utilized to create the map.
Areas of Agreement / Disagreement
Participants express a mix of agreement and disagreement on various points, particularly regarding the necessity of coordinate transformation and the handling of data formats. The discussion remains unresolved as participants explore different approaches and clarify misunderstandings without reaching a consensus.
Contextual Notes
There are limitations regarding the assumptions about data formats and the requirements for nside and npix. The discussion highlights the complexity of using Healpix with non-standard data formats and the need for careful handling of coordinate systems.