fockez

Results 8 issues of fockez

It is says that comtypes safearray_as_ndarray context manager will accelerate the reading speed of large array from COM. I tried it with ASCOM camera classes. The ASCOM can return ImageArray...

I use comtypes within anaconda under win10 64 to talk to ASCOM telescope driver, then I always met the error `module 'comtypes.gen.ASCOM_DeviceInterfaces' has no attribute 'ITelescopeV3'` I follow the suggestion...

When I use Oculus all sky camera with indi-sx driver, it can run, using CCDCiel as camera client can get images. But the image produced is smeared like full frame...

These are common weather condition monitor for astronomy sites, I want to know if there is plan to support them or some 3rd party support?

enhancement

I use choices and autofilter in a column, the list produced fine with initial query. And I add a sidebar search as example. But the choice list won't update as...

I want to use sep in my pipeline, but sometimes I met exceptions, such as object deblending overflow and invalid aperture parameters. Is that possible to skip the expcetion and...

help-wanted

I am trying to reproject to stack about 20 4k x 4k frames, and find that it takes too much time. After I check the cProfile result, I found that...

performance

In my code, I have several images to reproject to a certain WCS. So I want to using multiprocessing pool to accelerate this procedure. I pass the CCDData and target...