|
From: Matei C. <cm...@us...> - 2011-09-28 06:05:49
|
Update of /cvsroot/gcx/gcx/src/gsc
In directory vz-cvs-4.sog:/tmp/cvs-serv17796/src/gsc
Modified Files:
embgsc.c
Log Message:
* gtk_notebook workaround for gtk 2.20
* add command line option to extract stars
* allow more FITS header blocks (for those HST images :-)
* fix some FITS issues
* fix bad memory allocations for color images
* add image download from NASA SkyView
* use per-color averages when flat-fielding CFA images instead of cavg
* fix callback argument to INDI_callback
* fix some copy/paste errors
* allow negative temperature setpoints for the camera
* fix multiple exposures in camera control
* release captured frames, eventually
* allow sub-second exposure times (for bias frames)
* fix buffer overrun in tycho2
* fix buffer overflow/memory corruption in ring_stats
Index: embgsc.c
===================================================================
RCS file: /cvsroot/gcx/gcx/src/gsc/embgsc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** embgsc.c 12 Dec 2005 02:42:08 -0000 1.2
--- embgsc.c 28 Sep 2011 06:05:47 -0000 1.3
***************
*** 387,391 ****
char *ptr; int centers;
char line[256], *s, region[256], path[256];
! int sum,k,i,stat=0,id;
INT size,x1,x2,z1=0,z2,xx1,xx2,zz1,zz2;
INT alpha,hscale=1,hscad2=1,xr1=0,xr2=0;
--- 387,391 ----
char *ptr; int centers;
char line[256], *s, region[256], path[256];
! int k,i,stat=0,id;
INT size,x1,x2,z1=0,z2,xx1,xx2,zz1,zz2;
INT alpha,hscale=1,hscad2=1,xr1=0,xr2=0;
***************
*** 434,438 ****
line[0] = '\0';
- sum = 0;
da0 = ra;
--- 434,437 ----
|