mustang-project / Heisenberg

2 stars 1 forks source link

Linear peakfinding is incorrect for gasmap #167

Closed alexhygate closed 6 years ago

alexhygate commented 7 years ago

If linear peakfinding is chosen then this happens:

nlevels_s=nlinlevels_s ;number of stellar contour levels nlevels_g=nlinlevels_s ;number of gas contour levels

the second line should be: nlevelsg=nlinlevelsg ;number of gas contour levels

Otherwise the number of levels for stars is used for the number of levels for gas.