Author Topic: Question about the "BASIC CCD Parameters" Script  (Read 29146 times)

ruediger

  • Guest
Re: Question about the "BASIC CCD Parameters" Script
« Reply #45 on: 2013 May 28 05:58:43 »
I have debayered RAW from Canon 40D to monochrome CFA, but script cannot recognised exposure and ISO from some file and a script not worked.
CFA is a undebayered format, so I'm not sure what you mean. Please load the RAW files as monochrome CFA image with "No black point correction". These settings are defined in the DSLR RAW Format Preferences. Please check that all files are of same geometry and gray scale. With PixInsight 1.8RC7 the new Javascript engine generates some warnings due to bad coding, but I was not able to reproduce the error you got.

RĂ¼diger

Offline Josef

  • Newcomer
  • Posts: 10
    • Astroview
Re: Question about the "BASIC CCD Parameters" Script
« Reply #46 on: 2013 May 28 10:12:50 »
I prepared a video about script error. I used pictures from a Canon 5D (same result I got from 40D), you will see better my problem. I have OSX 10.8.3. (sorry for a quality of the video).

http://youtu.be/BUhZk26tqho
Celestron 200/1200, Meade LX-200R
Celestron CG-5 AT GT, Gemini G42
SkyWatcher ED80, Pentax 75 SDHF
EOS 40Da cooled, Mintron 12V1 mod.
SBIG ST-402ME, SBIG ST-2000XM
PixinSight 1.5 SE, Nebulosity 2

ruediger

  • Guest
Re: Question about the "BASIC CCD Parameters" Script
« Reply #47 on: 2013 May 30 09:42:33 »
I can confirm the script performs buggy with the newest 1.8RC7 version. I get (correct) warnings/errors because of accessing undeclared class members in the console window and also was able to produce a memory access error ("invalid read operation") when clicking on the "report" Button.  But I was not able to reproduce your specific error, maybe this is OS-specific.

This weekend I try to fix the script.

RĂ¼diger

Offline Astrocava

  • PixInsight Addict
  • ***
  • Posts: 180
    • Astrocava.com
Re: Question about the "BASIC CCD Parameters" Script
« Reply #48 on: 2013 October 16 02:20:45 »
Hi!

I have this error trying to compute the files of my CANON 550D:

CCD Parameters Script started
** Warning [162]: C:/Archivos de programa/PixInsight/src/scripts/CCDParameters.js, line 146: reference to undefined property this.x0

Only the first column is evaluated.

Thanks in advance,

Sergio
Moonfish ED80 over a Meade LX200GPS 8"

Offline tokol0sh

  • Newcomer
  • Posts: 2
Re: Question about the "BASIC CCD Parameters" Script
« Reply #49 on: 2015 February 21 05:13:40 »
Hi,
Just tried out this script. Great work, I find it rather useful. One question regarding the Readout depth and the A/D bits:
Should these be the same? By my understanding they should be the same.


Thanks
Byron

Offline tokol0sh

  • Newcomer
  • Posts: 2
Re: Question about the "BASIC CCD Parameters" Script
« Reply #50 on: 2015 February 21 06:59:40 »
I think I figured it out. The two should be different. The ADc value should be what is in the camera (14bit in this case) and the Readout depth is the bit depth of the image as it sits in pixinsight.

Byron