@author Deepak Kathait <email deepakkathait40@gmail.com>
Feel free to reach out!!!.
This is just a preliminary version of the code.In future we will keep updating the codes as we refine our methods so stay tuned to stay updated!!


These codes have been tested on Ubuntu 22.04.5 LTS.

The sci_xrsf-l2-flx1s_g18_d20240222_v2-2-0.nc file is the GOES data file for sample data.

Use the following command to create a new environment from the environment.txt file:

conda create --name myenv --file environment.txt


Here, myenv is the name of your environment. This will install all the required packages along with their dependencies in the correct versions.

After creating the environment, activate it using:

conda activate myenv


You are now ready to test the code.
Happy testing! 🎉


