Dave Strickland

Results 17 comments of Dave Strickland

So this works for me with Fedora 37, with just one change to @no185 's instructions. When edittng the `chrx-install` file that was copied to the Downloads directory the permissions...

@maharwood I ran into the same issue. I eventually got the instructions on Issue #127 about editing the `/usr/local/bin/chrx-install` script to work for me. But after an apparently successful install...

> Thank you Dave! Has anyone attempted to branch the repository, removing the hardcoded version (30) with this flexible solution? > […](#) > On Sat, Feb 11, 2023 at 6:16...

Added motivation for moving away from non-pythonic dependencies. Fedora 39 does not have RPMs for `stiff`, and the astromatic repo itself only supplies RPMs to Fedora 37. Attempting to clone...

After looking at the `mageia` source rpm for `stiff` I see that they add `-fcommon` to the `CFLAGS`. Which allowed me to build stiff from the astromatic github source code:...

Hi @JET-Sci, I hadn't considered dealing with video, although I not opposed in principle. Although you might be better served with an astrophotography project that already is designed around video...

Possible methods: - Keras - https://keras.io/examples/vision/super_resolution_sub_pixel/ - https://keras.io/examples/vision/edsr/ - TensorFlow - https://www.geeksforgeeks.org/python-opencv-super-resolution-with-deep-learning/ - OpenCV pre-trained DNN - https://www.geeksforgeeks.org/deep-learning-with-python-opencv/?ref=ml_lbp

We have two alternatives: 1. The user must know what keywords are to be updated, which are to be added, and modifies the raw files using a tool similar to...

Issue #2 opened for end-to-end processing scripts that have a simple configuration mechanism. This could be used to also specify FITS keywords to override/add.

Need to check if this is still an issue when issue #2 merged.