View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002927 | CCdciel | General | public | 26-05-25 12:15 | 26-07-20 22:04 |
| Reporter | Nico | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | PC | OS | Linux | OS Version | 64bit |
| Product Version | 0.9 | ||||
| Summary | 0002927: Camera cooling not fully stopped | ||||
| Description | Hello, when selecting camera warmup as termination command of a planned sequence, CCDCiel just sets the target temperature to 20°C. This is in summer not ideal, since the ambient temperature can go higher. This leads to continued cooling at the end of the session (or during daytime, if CCDCiel not terminated until then). I see the following as possible solutions: - Set target temperature to really high values (e.g. 60°C) - Disable cooling instead of increasing target temperature Thank you | ||||
| Tags | No tags attached. | ||||
|
|
I do it this way to be safe and almost sure it work with all the camera and drivers. The Ascom documentation warn again brutally setting the cooler off and also explain that a driver can reject a too high temperature. Setting it to 20 has proven to work for the last ten years. But you can use the CCDciel scripting capability to set another temperature if your camera accept it. Create a new script with the following content: from ccdciel import ccdciel ccdciel('Ccd_settemperature',60) Then select to run this script in the sequence termination options. |
|
|
I make a change to stop the cooler, but this can work only when the temperature ramp is activated because in this case it monitor the temperature and cooler power. If not already in used, check "Limit temperature change" in Preferences / Camera, and set a reasonable allowed change to not slow the cooling too much, maybe 5 or 10. Now when the temperature is set to exactly 20C, as at the end of a sequence, the cooler is stopped when this temperature is reached or when the cooler power is null. To test, Install the version 0.9.96-4184 from https://vega.ap-i.net/pub/ccdciel/daily_build/ It worked for me last night. |
|
|
This is now in version 0.9.97 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 26-05-25 12:15 | Nico | New Issue | |
| 26-05-25 19:46 | Patrick Chevalley | Note Added: 0009831 | |
| 26-06-27 07:48 | Patrick Chevalley | Assigned To | => Patrick Chevalley |
| 26-06-27 07:48 | Patrick Chevalley | Status | new => feedback |
| 26-06-27 07:48 | Patrick Chevalley | Note Added: 0009888 | |
| 26-06-27 07:48 | Patrick Chevalley | Note Edited: 0009888 | |
| 26-07-20 22:04 | Patrick Chevalley | Status | feedback => resolved |
| 26-07-20 22:04 | Patrick Chevalley | Resolution | open => fixed |
| 26-07-20 22:04 | Patrick Chevalley | Note Added: 0009910 |