Home | History | Annotate | Download | only in jhead

Lines Matching refs:CCDWidth

1047         // than maximum resolution, so the CCDWidth value comes out too small.  Nothing
1049 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes);
1057 / ImageInfo.CCDWidth * 36 + 0.5);
1615 if (ImageInfo.CCDWidth){
1616 printf("CCD width : %4.2fmm\n",(double)ImageInfo.CCDWidth);