JavGVastro / PhD.Paper

This repository contains updated methods for the project H II regions Structure functions (previously CSHR).
0 stars 2 forks source link

Use dlogr=0.05 for Carina #4

Closed will-henney closed 2 years ago

will-henney commented 2 years ago

This has little effect in the end, but it is more consistent with the other regions.

I also spotted a bug in the lines that merge cells. It should be:

# Merge first K + 1 points
K = 1
r[K] = np.mean(r[:K+1])
B[K] = np.mean(B[:K+1])
r = r[K:]
B = B[K:]

These needs fixing in the other notebooks that use it