aidenrolfe / ARG

Artificially Redshifting Galaxies with a neural network - MSc Physics Research Project
9 stars 5 forks source link

Update redshifting.py #29

Closed mwalmsley closed 3 years ago

mwalmsley commented 3 years ago

process does not return (returns None) and so scale is always None, as written. Remove for clarity.

bamford commented 3 years ago

Well spotted, but actually process should return scale, and the value used for the input dataset passed to the call for the target dataset. Otherwise the datasets will be scaled differently. I'll fix it...