I, seems, found, where it is necessary to correct the code for good RAW a1000is.
In code
http://chdk.setepontos.com/index.php/topic,2654.120.html in module a1000_chdk/include/camera.h
#elif defined (CAMERA_a1000)
#define CAM_PROPSET 2
#define CAM_DRYOS 1
//not it is correct
// #define CAM_RAW_ROWPIX 3648 // for new 8 MP
// #define CAM_RAW_ROWS 2756 // for new 8 MP
//it is correct
#define CAM_RAW_ROWPIX 3736 // for new 10 MP!
#define CAM_RAW_ROWS 2772 // for new 10 MP!
#define CAM_JPEG_WIDTH 3648
#define CAM_JPEG_HEIGHT 2736
#define CAM_EV_IN_VIDEO 1
#define CAM_CAN_MUTE_MICROPHONE 1
No calibration with use DNG4PS-2 will not help until it is corrected description CAM_RAW_ROWPIX and CAM_RAW_ROWS.
The Big request to that beside who there is working code. Peretransliruyte with change
or put src working code.
CHDK
http://chdk.setepontos.com/index.php/topic,2654.120.html (
http://chdk.setepontos.com/index.php?action=dlattach;topic=2654.0;attach=3398)
it is translated, but is not loaded(boot).