Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pst refactoring #42

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6c033b1
Integral_SFR on polynomial_MFH changed to M
May 31, 2024
00aef24
Removed unnecesary cumulative mass
May 31, 2024
3e84108
Fixed error finding filters
Jun 6, 2024
c81b800
backup
Jun 7, 2024
1506fd1
solved conflicts
Jun 7, 2024
afeaf04
transformed SED from L_lambda to F_lambda when used as input on get_fnu
Jun 20, 2024
ab2ae8f
Multiple filters added/removed
Jun 30, 2024
f31f2b5
Added integral_Z_SFR to gaussian burst model
Jun 30, 2024
747b635
Added code on load_filter to find and save new filters from website
Jun 30, 2024
f773a59
Added different tutorial files
Jun 30, 2024
071dd4b
Fixed merge problems
Jul 2, 2024
0b43bdb
Added changes from main, compute_sed moved to models
Jul 8, 2024
f7cdeaa
Fixed mistake on get_flux_densities
Jul 8, 2024
81e2928
Deleted tutorials, will be added in next pull request
Jul 8, 2024
6c013d7
Added folders to separate different tutorials
Jul 8, 2024
a2586d9
Cleaned up and updated the way it reads/stores data
Jul 8, 2024
c183cf9
Added FUV NUV filters info
Danieljl96 Oct 7, 2024
ba9001f
Updated gitignore to ignore changes to tutorials for the moment
Danieljl96 Oct 7, 2024
cd3b30b
added changes to tutorials
Danieljl96 Oct 7, 2024
bf96d6e
modified gitignore
Danieljl96 Oct 7, 2024
12298db
modified gitignore and bugged filters data
Danieljl96 Oct 7, 2024
5435845
Merged local with changes in main
Danieljl96 Oct 7, 2024
6843a0d
Modified ssp sal --> cha
Danieljl96 Oct 11, 2024
d0ff1c5
Updated way obs_wl are created
Danieljl96 Oct 11, 2024
b741f13
Removed test files that are not longer used
Danieljl96 Oct 15, 2024
bff1641
Illustris tutorial and fitting module now working with new changes
Danieljl96 Oct 15, 2024
86767a9
Many files didnt got updated, need to restore them
Danieljl96 Oct 17, 2024
14735a7
Update .gitignore
Danieljl96 Oct 17, 2024
ece62fc
Updatted fitting module and removed polynomial models from here
Danieljl96 Oct 17, 2024
d52ea3a
Added Illustris tutorial and Illustris mfh info
Danieljl96 Oct 17, 2024
f18d3c1
Added structural changes
Danieljl96 Oct 17, 2024
d4e5dac
Now Fnu is computed correctly
Danieljl96 Oct 17, 2024
4d5d811
No longer calling polynomial_model.SFR(t)
Danieljl96 Oct 17, 2024
956116f
gitignore updated to ignore Illustris tutorial output
Danieljl96 Oct 17, 2024
baf45f4
ignoring .DS_Store
Danieljl96 Oct 17, 2024
a27f22e
Removed .DS_Store files
Danieljl96 Oct 17, 2024
c20c808
Trying to delete DS Store files
Danieljl96 Oct 17, 2024
7c46ea5
DS_Store files removed
Danieljl96 Oct 17, 2024
555c42f
Removed Illustris output file
Danieljl96 Oct 17, 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
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


quit


4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
src/pst/data/ssp/*
!*src/pst/data/ssp/PopStar/popstar_cha_0.15_100.fits
src/pst/data/filters/*
tutorials/output/*
tutorials/salim/*
tutorials/Illustris/Illustris_output.csv
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
Loading
Loading