Coder Social home page Coder Social logo

doraemonho / kalberla_2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kyuen2/kalberla_2022

0.0 0.0 0.0 3.88 MB

Our official response to the recent publication Kalberla et.al (2022, P. M. W. Kalberla, J. Kerp, U. Haud, DOI: https://doi.org/10.1051/0004-6361/202142250). Step-by-step code and tutorial included.

License: MIT License

Jupyter Notebook 100.00%

kalberla_2022's Introduction

Our official response to Kalberla et.al (2022)

Author: Ka Ho Yuen (UW Madison, [email protected]), Ka Wai Ho (UW Madison, [email protected])

Our official response to the recent publication Kalberla et.al (2022, P. M. W. Kalberla, J. Kerp, U. Haud, DOI: https://doi.org/10.1051/0004-6361/202142250). Step-by-step code and tutorial included here: https://github.com/kyuen2/kalberla_2022/blob/main/Kalberla_2022_workout.ipynb. For formal response, see A&A ... / arXiv: https://arxiv.org/abs/2202.07871

TL;DR?

We suggest the authors of Kalberla et.al (2022) to perform an internal code check before publishing an article claiming something is wrong.

What is this github page about?

Recently Kalberla et. al (2022) wrote an interesting article (arXiv: https://arxiv.org/pdf/2202.01610.pdf) commenting on our previous publication (Velocity Decomposition Algorithm, Yuen et.al, 2021, ApJ, 910, 2, 161) claiming that our technique and also our prior simulations are not compatible to realistic neutral hydrogen (HI) observations. However, upon investigation, we discovered that Kalberla et.al (2022) very likely made a very simple programmatic mistake, by typing (in julia code)

p_v = p - (mean(p.*I).-mean(p)*mean(I)).*(I.-mean(I))./std(I)^2

to something that they might have done (See A&A ...)

p_v = p - (mean(p).-mean(p)*mean(I)).*(I.-mean(I))./std(I)^2

Notice that the second term changes from mean(p.*I) to mean(p). This programmatic mistake [1] that we found will invalidate their whole paper, including 14 out of 15 of their figures, all discussions starting from Sec 1 to 7, 9, and also the claims that they made to us. We found that the publicity of our computational process would facilitate the general scientific community to understand why we can recognize their mistakes so easily without even accessing their codes. See readme of https://github.com/kyuen2/LazDDA for further examples.

[1]: Notice that our template reproduces very similar results of their mistakes, it can be more.. However, it is not our full responsibility to find out the mistakes in others' publications. Moreover, mathematically =0 no matter what choice of p and I you pick, see https://github.com/kyuen2/LazDDA

What is Velocity Decomposition Algorithm?

Velocity Decomposition Algorithm (VDA) is an innovative algorithm (see https://github.com/kyuen2/LazDDA) in retrieving the "velocity casutics" in observations. Velocity caustics is an imprint of MHD turbulence velocity motions left in the velocity channel space. The caustics will appear even when the astrophysical plasma has no density perturbations (i.e. incompressible fluid). We include a number of examples illustating the power of the VDA for different kinds of media.

So what does this github page contains?

Here we provide a streamlined Julia template for anyone who has access of the page to replicate our results. We will also provide comments step by step to make sure the readers can understand each step.

Julia is too complicated to install, what should I do?

I have built a standard environment here (https://hub.docker.com/repository/docker/kyuen2/gsa-hi) which you can upload the template in this repository and reproduce the exact same results. If some standard package is missing, refer to the docker instruction I wrote there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.