Raphael Erik Hviding

Results 26 issues of Raphael Erik Hviding

The appearance of the do not disturb icon does work in macOS Ventura 13.5.1. I believe this is due to the way Focus Modes are accessed in `src/misc/dnd.c`. I'm not...

#8093 Forces the multiprocessing start method globally: https://github.com/spacetelescope/jwst/blob/613383f5968b90cc52274682dfd1ead93bddec54/jwst/ramp_fitting/ramp_fit_step.py#L26 https://github.com/spacetelescope/jwst/blob/613383f5968b90cc52274682dfd1ead93bddec54/jwst/jump/jump_step.py#L11 This can cause weird/unexpected behavior on Linux systems (default method fork) vs macOS (default method spawn). Therefore, even if the JWST...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

As of [SciPy 1.12.0](https://docs.scipy.org/doc/scipy//release/1.12.0-notes.html#id1) `polyfit` and `polyval` can no longer be directly imported from SciPy. This caused import errors when running grizli. I suspect this is due to the fact...

I wanted to clear up some confusion about the default DQ bits unset by grizli for JWST processing. Currently the pipeline will unset the bits of the result of `1+4+6+32768`...

Partial solution to #213, at least fixing the bits as they are currently (un)set for now. Will look into a more general solution in the future.

Currently if `set_jwst_to_hst_keywords` is called before `initialize_jwst_image` then a 1/f correction is always applied. This can even lead to 1/f correction being applied twice. It would be good to allow...

I am working on a NIRISS program with F200W direct and GR150R grism in F200W, F150W, and F115W. During `grism_prep`, the code will fail if there are no Direct observations...

The NIRISS fix in the `visit_preprocessor` has the intended effect of appending an "n" to the NIRISS filters, presumably with the intent of distinguishing them from the NIRCam filters which...

## Description This changes the behavior of the battery widget when paired with the `skip_table_gap`. ## Issue Closes: #1457 ## Testing Tested with and without the `skip_table_gap` argument, both times...