Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
06ab3a8
first commit
mohithpa Nov 10, 2022
9439170
code for poly_fit added
mohithpa Nov 24, 2022
871865e
added curve_fit_scipy_minimize.py
mohithpa Nov 28, 2022
cb39071
another try for optimize(scipy_optimize_next_try.py added
mohithpa Dec 5, 2022
0806d17
added GMOSS
mohithpa Dec 24, 2022
30c5c10
changes makes the changes in the maps
mohithpa Dec 28, 2022
2779639
added b_temp values
mohithpa Dec 30, 2022
b48ef49
removed last f.close()
mohithpa Jan 2, 2023
ee6ea38
added convex function
mohithpa Jan 9, 2023
3c7dd29
changes made
mohithpa Jan 11, 2023
3cacbf0
convex_func1.py added
mohithpa Jan 17, 2023
7c48ef0
changes made in addressing initial conditions
mohithpa Jan 18, 2023
e7027fd
reformatted the folder structure into a python project and exported t…
mohithpa Jan 18, 2023
88f8c4d
.gitignore added
mohithpa Jan 18, 2023
a6c1921
changed .gitignore
mohithpa Jan 18, 2023
860aec6
given access to env file
mohithpa Jan 18, 2023
6cdb7ea
made changes to the convex function convex_func1.py
mohithpa Jan 19, 2023
7317d0f
made changes to convex_func1.py
mohithpa Jan 20, 2023
38a6675
added bounds and removed log from the initial parameters
mohithpa Jan 23, 2023
39ceafb
minor changes made
mohithpa Jan 25, 2023
af6a101
added check_concave_convex.py, concave_model.py, plot_all_sky_map.py,…
mohithpa Jan 25, 2023
802e142
changes made in convex_function
mohithpa Jan 27, 2023
162b422
rectified a mistake in the chisq function in convex_func1.py
mohithpa Jan 31, 2023
3812858
fixed the bugs in F(x) function
mohithpa Jan 31, 2023
ea6e441
added convex_func2.py
mohithpa Feb 1, 2023
38d33ad
added convex_func2.py
mohithpa Feb 2, 2023
1b52e68
rewritten convex function in convex_func2.py
mohithpa Feb 3, 2023
9a30005
corrected errors(root3) in F(x) function
mohithpa Feb 6, 2023
6824029
added convex_model_initial_param_generatorpy
mohithpa Feb 8, 2023
1185b15
attempted to make it modular initial params
mohithpa Feb 13, 2023
4deeb42
added consts.py and convexity.py
mohithpa Feb 14, 2023
7f5f41d
genereted initial parameters for convex pixels
mohithpa Feb 15, 2023
e95891e
obtained initial parameters for convex pixels
mohithpa Feb 15, 2023
72d49be
modified .gitignore
mohithpa Feb 15, 2023
4262858
generalised convex_model_initial_param file
mohithpa Feb 16, 2023
c51bdc5
removed auxiliary files
mohithpa Feb 23, 2023
10c6a07
deleted auxillary files, refactored convex_model_initial_parameters.p…
mohithpa Feb 23, 2023
5340afb
removed auxillary files
mohithpa Feb 23, 2023
8bbface
removed duplicate line in documentation
mohithpa Feb 23, 2023
9d3f33e
added files to enable python package for pip
mohithpa Mar 2, 2023
a6aac1a
modified concave_model and check_concave_convex for removing hard cod…
mohithpa Mar 2, 2023
1cd3f44
added convex_model, plot_brightness_temparature
mohithpa Mar 2, 2023
4696a08
added plot_brightness_temparature and convex_model1.py
mohithpa Mar 2, 2023
ef34865
removed auxillary files
mohithpa Mar 2, 2023
e0a779d
changes made wrt indexing in concave_model.py
mohithpa Mar 3, 2023
84461f4
documented codes and corrected bugs
mohithpa May 11, 2023
2ec51b9
removed unwanted files, changed documentation, removed F(x) in convex…
mohithpa Sep 12, 2023
44f2c96
reindexed the DataFrame in read_data_at_pixel.py file
mohithpa Sep 12, 2023
d3bb2ac
organized files as a python package
mohithpa Sep 29, 2023
8687fe7
added setup files to package the code and added all_sky_map_generator.py
mohithpa Oct 11, 2023
9bfa810
removed .setup file and added .toml file. Package is ready to use.
mohithpa Oct 16, 2023
3ce2ff9
added tests, removed redundencies, modified documentation, updated re…
mohithpa Oct 28, 2023
097a074
modified README.md title
mohithpa Oct 28, 2023
3a2ff01
added start_pix and stop_pix in the documentation of convex model
mohithpa Oct 28, 2023
7562c8a
added snippets in the readme file, added pygmoss_consts.py, changed t…
mohithpa Oct 29, 2023
542ce1c
imported os in convex_model
mohithpa Dec 8, 2023
7005df6
added function concave_convex_fits_generator() function
mohithpa Dec 16, 2023
627af71
Merge pull request #1 from mohithpa/making-a-pip-installable-package
mohithpa Apr 14, 2024
688be57
thin free-free emission index parameter (Tx) was bound between 1e-40 …
mohithpa Apr 19, 2024
2322dbd
canged column names in combine_df function in utils.py file to ensure…
mohithpa Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 173 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
#.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml


# End of https://www.toptal.com/developers/gitignore/api/python
data/
*csv
Binary file removed GMOSS_8aug17
Binary file not shown.
Loading