Comparison_GO3077 module
This module compares the phase curves observed during the JWST GO 3077 program with the simulations.
- Comparison_GO3077.load_data(filename, key)
Load the data from the .h5 file.
- Parameters:
filename (str) – The path to the .h5 file.
key (str) – The key to access the data in the .h5 file.
- Returns:
The data loaded from the file.
- Return type:
np.ndarray
- Comparison_GO3077.main()