asc-csa / James-Webb-Space-Telescope-Tutorial

🔭 Ce code montre comment télécharger et utiliser les données du télescope spatial James Webb (JWST).🔭 This code demonstrates how to download and utilize data from the James Webb Space Telescope (JWST).
Other
4 stars 2 forks source link

To improve the end result #2

Closed emilinecsa closed 1 year ago

emilinecsa commented 1 year ago

The current script outputs a number without specifying that it is the number of galaxies.

e.g: [from Spyder -> from `print(counter)`]
runfile('C:/Developpement/GitRepos/James-Webb-Data/brightness_tests.py', wdir='C:/Developpement/GitRepos/James-Webb-Data')
302

I suggest to output something like:

The number of galaxy candidates in <> is 302.

emilinecsa commented 1 year ago

This task has been done. It works properly. So I close it.