You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Odd-Low-Pass-Filter
2
2
The Odd-Low-Pass Filter is a tool to remove smaller, odd-parity structures like the vertical waves, and use the filtered data to examine the location of the Galaxy's mid-plane.
3
3
4
+
## R_cuts_and_CMD_trim.py
5
+
A Python file that cuts the sample's R range and the color and magnitude ranges, producing trimmed.csv files for each bin of R = 0.1 kpc. Apply this code first before applying the errorbar.py
6
+
4
7
## OLPF.py (or errorbar.py)
5
8
A Python file that contains all OLPF codes, the average vertical height (for each radial bin) calculated with vertical waves removed, and the error bars of that calculation. The file also contains a way to investigate the effects of OLPF by subtracting the OLPF'd data from the raw data.
0 commit comments