david-macmahon

Results 24 issues of david-macmahon

`fping` shows the same (alive) host as being both unreachable and alive depending on the CIDR subnet given to the `-g` option. Here is what I see: ```bash # fping...

`HDF5.API.h5_is_library_threadsafe()` has an unspecified initial value in `src/api/helpers.jl`: ```julia function h5_is_library_threadsafe() is_ts = Ref{Cuint}() h5_is_library_threadsafe(is_ts) return is_ts[] > 0 end ``` and `H5is_library_threadsafe` only updates the low 8 bits: ```Julia...

[`get_intensity`]( https://github.com/bbrzycki/setigen/blob/5ca049f80b44a9dd9bffc8889d46d2135f4e4011/setigen/frame.py#L894) uses the statistics of the non-integrated frame to compute the intensity for a desired SNR. The involves dividing by the square root of the number of time samples...

Computing the mean and std of large frames (e.g. ~16 million points) can suffer from floating point error when they are performed using float32 values. Both `mean` and `std` can...

The doc string for `getxp` states `Get the x-coordinate of Earth's north pole w.r.t. the CIO`. Shouldn't that be CIP instead of CIO? Same thing for `getyp`.

The EOP products currently downloaded by EarthOrientation are the "finals" files, which are categorized as "Rapid data and predictions". IERS also provides Bulletin B ("Monthly earth orientation data") and EOP...

Every time `HORIZONS` is `import`-ed or `using`-ed it prints a warning about a breaking change. This can be very distracting, especially in a notebook. I would like to suggest moving...

MacOS seems quite adamant about claiming “Ctrl+Left Click” for “Right Click” and I can’t find any way to alter that, so if I lose my place when zooming I have...

enhancement

## Details Using specified levels with the `contourf` function, I get colorbar colors that don’t match the plot. This happens when using the GR backend. The Plotly/PlotlyJS backends claim not...

bug