Metadata-Version: 2.4
Name: pyCallisto
Version: 1.1.0
Summary: Python tools for analyzing Callisto solar radio spectrometer data
Author-email: Ravindra Pawase <ravi.pawase@gmail.com>, "K. Sasikumar Raja" <sasikumarraja@gmail.com>
License: MIT License
        
        Copyright (c) 2025 pyCallisto
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/ravipawase/pyCallisto
Project-URL: Documentation, https://github.com/ravipawase/pyCallisto/wiki
Project-URL: Repository, https://github.com/ravipawase/pyCallisto
Project-URL: Issues, https://github.com/ravipawase/pyCallisto/issues
Keywords: astronomy,solar radio,spectrometer,data analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: astropy
Requires-Dist: pandas
Dynamic: license-file

# pyCallisto

pyCallisto is a image processing and data analysis python library developed for e-CALLISTO data (http://www.e-callisto.org/). However, this library could be used to process the data obtained using various solar radio spectrometers available around the globe.

# Installation

Now you can pip install it. Head over to Pypi to check the details.
https://pypi.org/project/pyCallisto/

# Pre-requisites and Standard Python Libraries 

    python 3.6,
    numpy<=1.26,
    matplotlib,
    astropy.

# Contributors

    Mr. Ravindra Pawase, 
    Data Scientist, 
    Cummins.inc, 
    Pune-411 004, India.
    
    Dr. K. Sasikumar Raja, 
    Assistant Professor, 
    Indian Institute Astrophysics, 
    II Block,Koramangla,Bengaluru-560 034,India.

# Feedback

If you have any feedback, queries, feature request you can drop a line at

    ravi.pawase@gmail.com
    sasikumarraja@gmail.com

# Citation

If you find pyCallisto useful and make use of it in your work, we appreciate acknowledging the same. We recommend using the following line: "This work is made use of the pyCallisto library, which is available at https://github.com/ravipawase/pyCallisto"


