Giter Club home page Giter Club logo

Comments (6)

Vertikar avatar Vertikar commented on June 8, 2024

I think this issue is actually partially fixed by f8e59de

I've only been able to partially re-create this on my relatively clean ASI224 setup with an RPI4.

I tried to re-create it, and the capture thread happily ran, but I can still see the min exposure being set to 2e-05 in the config screen.

Sep  5 13:16:23 allsky [INFO] Capture-5/MainThread indi.configureDevice() #697: Setting switch CCD_FRAME_TYPE
Sep  5 13:16:23 allsky [INFO] Capture-5/MainThread indi.set_switch() #1265: Enabling Light (FRAME_LIGHT)
Sep  5 13:16:24 allsky [WARNING] Capture-5/MainThread capture._initialize() #670: Minimum exposure 0.00002000 too low, increasing to 0.00003201
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture._initialize() #678: Minimum CCD exposure: 0.00003201
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture._initialize() #699: Maximum CCD exposure: 28.00000000
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture._initialize() #743: Default CCD exposure: 0.01000000
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture.saferun() #207: Camera last ready: 0.0s
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture.saferun() #208: Exposure state: unset
Sep  5 13:16:24 allsky [INFO] Capture-5/MainThread capture.detectNight() #1264: Sun altitude: 43:03:46.8

from indi-allsky.

Vertikar avatar Vertikar commented on June 8, 2024

Was able to also re-create this with a min exposure above the minimum of the CCD

Set to 0.00004, after first image captured the config screen shows 4e-05.

The logs don't reflect the change though, is a full restart of indi-allsky or indiserver required to change the min exposure?

Sep  5 13:24:37 allsky [INFO] Capture-6/MainThread indi.configureDevice() #697: Setting switch CCD_FRAME_TYPE
Sep  5 13:24:37 allsky [INFO] Capture-6/MainThread indi.set_switch() #1265: Enabling Light (FRAME_LIGHT)
Sep  5 13:24:38 allsky [INFO] Capture-6/MainThread capture._initialize() #678: Minimum CCD exposure: 0.00003201
Sep  5 13:24:38 allsky [INFO] Capture-6/MainThread capture._initialize() #699: Maximum CCD exposure: 28.00000000
Sep  5 13:24:38 allsky [WARNING] Capture-6/MainThread capture._initialize() #724: Reusing last stable exposure: 0.009332
Sep  5 13:24:38 allsky [INFO] Capture-6/MainThread capture._initialize() #743: Default CCD exposure: 0.00933202
Sep  5 13:24:38 allsky [INFO] Capture-6/MainThread capture.saferun() #207: Camera last ready: 0.0s
Sep  5 13:24:38 allsky [INFO] Capture-6/MainThread capture.saferun() #208: Exposure state: unset

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 8, 2024

The scientific notation is just a thing that python does once there are enough decimal points. I will include an update to force the minimum and default exposure values to 6 places of precision.

As for the issue with -1, are you sure you are running the latest code? I think I fixed a bug related to this a couple of weeks ago.

from indi-allsky.

Vertikar avatar Vertikar commented on June 8, 2024

The scientific notation is just a thing that python does once there are enough decimal points. I will include an update to force the minimum and default exposure values to 6 places of precision.

Just saw that in the dev branch, thanks!

As for the issue with -1, are you sure you are running the latest code? I think I fixed a bug related to this a couple of weeks ago.

I am, but I saw this issue a while ago and didn't get around to reporting it. I can't currently recreate it.
let me see if I took any notes

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 8, 2024

From what I recall, the -1 exposure issue cropped up when a reload was performed.

from indi-allsky.

Vertikar avatar Vertikar commented on June 8, 2024

Haven't seen this one again for a while either, so will close it off

from indi-allsky.

Related Issues (20)

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.