1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
|
/*===========================================================================
Copyright (C) 2001 European Southern Observatory (ESO)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 675 Massachusetss Ave, Cambridge,
MA 02139, USA.
Corresponding concerning ESO-MIDAS should be addressed as follows:
Internet e-mail: midas@eso.org
Postal address: European Southern Observatory
Data Management Division
Karl-Schwarzschild-Strasse 2
D 85748 Garching bei Muenchen
GERMANY
===========================================================================*/
/*-------------------------------------------------------------------------*/
/**
* @defgroup flames_gausscorrelFF This function finds the shift for the FF to
use them to model the fibres PSF on the CCD
*
*/
/*-------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
Includes
--------------------------------------------------------------------------*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <flames_getordpos.h>
#include <flames_midas_tblsys.h>
#include <flames_gausscorrel.h>
#include <flames_gausscorrelFF.h>
#include <flames_singlecorrel.h>
#include <flames_midas_tbldef.h>
#include <flames_midas_tblerr.h>
#include <flames_midas_atype.h>
#include <flames_midas_macrogen.h>
#include <flames_midas_def.h>
#include <flames_def_drs_par.h>
#include <flames_uves.h>
#include <flames_newmatrix.h>
/* this is the numeric value of the golden section, used in the brent
algorithm */
#define CGOLD 0.3819660
/**@{*/
/*---------------------------------------------------------------------------
Implementation
---------------------------------------------------------------------------*/
/**
@name flames_gausscorrelFF()
@short This function finds the optimal shift for the FF to use them to model
the fibres PSF on the CCD
@author G. Mulas - ITAL_FLAMES Consortium. Ported to CPL by A. Modigliani
@param ScienceFrame
@param Order
@param maxcorriters
@param shiftwindow
@param shifttol
@param correlxstep
@param outtabname
@param ydelta
@param COR_MAX_FND
@param COR_DEF_RNG
@param COR_DEF_PNT
@param COR_DEF_OFF
@param COR_TAB_SHP_ID
@return success or failure code
DRS Functions called:
singlecorrel
dvector
lvector
lmmatrix
free_dvector
free_dmatrix
free_lmmatrix
Pseudocode:
Missing
@doc This function finds the optimal shift for the FF
in order to use them as a physical model for the perpendicular
shape of the PSF on the CCD by calculating the correlation
between the all flat Frame and FF. The correlation takes place between
a synthetic frame with gaussian-shaped fibres centered on
shifted fibre positions and the actual, real frame on which the shift is
to be found.
@note
*/
flames_err
gausscorrelFF(flames_frame *ScienceFrame,
allflats *SingleFF,
orderpos *Order,
int32_t maxcorriters,
double shiftwindow,
double shifttol,
int32_t correlxstep,
const char *outtabname,
double *ydelta,
frame_mask *deltamask)
{
char qc_y_shift_key[CATREC_LEN+1];
char frm_id[CATREC_LEN+1];
int32_t *fibrelist;
int32_t nlitfibres;
int32_t minlitfibre=0;
int32_t maxlitfibre=0;
int outtid=0;
int ibuf=0;
int framecol=0;
int yshiftcol=0;
int correlcol=0;
int row=0;
int32_t ifibre=0;
double plowshift=0;
double phighshift=0;
int32_t iorder=0;
double **ordercentres=0;
double *ordercentresiorder=0;
int32_t **ilowlimits=0;
int32_t *ilowlimitsiorder=0;
int32_t **iuplimits=0;
int32_t *iuplimitsiorder=0;
int32_t ix=0;
double x=0;
double pordercentre=0;
double tol2=0;
double ashift=0;
double bshift=0;
double ushift=0;
double vshift=0;
double wshift=0;
double xshift=0;
double xmshift=0;
double dshift=0;
double eshift=0;
double fashift=0;
double fbshift=0;
double fushift=0;
double fvshift=0;
double fwshift=0;
double fxshift=0;
double p=0;
double q=0;
double r=0;
double s=0;
double t=0;
double etemp=0;
flames_err done=0;
int32_t iter=0;
char output[CATREC_LEN+1];
int32_t lfibre=0;
int32_t iframe=0;
int actvals=0;
char drs_verbosity[10];
int mid_stat=0;
int* mid_unit=0;
memset(output, 0, CATREC_LEN+1);
memset(qc_y_shift_key, '\0', CATREC_LEN+1);
memset(frm_id, '\0', CATREC_LEN+1);
/* allocate local arrays */
fibrelist = lvector(0, ScienceFrame->maxfibres-1);
ordercentres = dmatrix(0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
ilowlimits = lmatrix(0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
iuplimits = lmatrix(0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
memset(drs_verbosity, 0, 10);
if ((mid_stat=SCKGETC(DRS_VERBOSITY, 1, 3, &actvals, drs_verbosity))
!= 0) {
/* the keyword seems undefined, protest... */
return(MAREMMA);
}
/* We want to be able to output the correlation scans in a MIDAS table,
for debugging purposes */
/* we only create the output table if we were given a name for it, so that
it can be easily skipped if unnecessary */
if (outtabname != NULL) {
/* we have a name */
if (TCTINI(outtabname, F_O_MODE, SingleFF->nflats*(maxcorriters+3), &outtid)
!= 0) {
SCTPUT("Warning: Error opening output MIDAS table for correlations");
outtabname=NULL;
}
else {
if ((TCCINI(outtid,D_I4_FORMAT,1,"I6"," ","FRAME",&framecol)!=0)||
(TCCINI(outtid,D_R8_FORMAT,1,"G8.5"," ","YSHIFT",&yshiftcol)!=0)||
(TCCINI(outtid,D_R8_FORMAT,1,"G8.5"," ","CORRELATION",&correlcol)
!=0)) {
SCTPUT("Warning: Error creating colums in MIDAS table for correlations");
TCTCLO(outtid);
outtabname=NULL;
}
else row=0;
}
}
for (iorder=0; iorder<=Order->lastorder-Order->firstorder; iorder++) {
double dorder = (double)(iorder+Order->firstorder);
/* find the y positions of the order centres once and for all */
ordercentresiorder = ordercentres[iorder];
for (ix=0; ix<=(ScienceFrame->subcols-1); ix+=correlxstep) {
x = ((double)ix+ScienceFrame->substartx)*ScienceFrame->substepx;
if (get_ordpos(Order, dorder, x, ordercentresiorder+ix)!=NOERR) {
SCTPUT("Error in get_ordpos() called by gausscorrel()");
return flames_midas_fail();
}
}
}
/* here we start with frame-dependent stuff, which must be iterated over
fibre flat field frames */
for (iframe=0; iframe<=(SingleFF->nflats-1); iframe++) {
/* find the lowest and highest lit fibres in this frame */
double lowshift = 0;
nlitfibres=0;
for (lfibre=0;
(lfibre<=(SingleFF->flatdata[iframe].numfibres-1)) &&
(ScienceFrame->fibremask
[ifibre=SingleFF->flatdata[iframe].fibres[lfibre]]!=TRUE);
lfibre++);
if (lfibre<=(SingleFF->flatdata[iframe].numfibres-1)) {
minlitfibre = ifibre;
lowshift = Order->fibrepos[minlitfibre];
maxlitfibre = ifibre;
fibrelist[0] = ifibre;
nlitfibres = 1;
for (lfibre++; lfibre<=(SingleFF->flatdata[iframe].numfibres-1);
lfibre++) {
ifibre=SingleFF->flatdata[iframe].fibres[lfibre];
if (ScienceFrame->fibremask[ifibre]==TRUE) {
maxlitfibre=ifibre;
fibrelist[nlitfibres]=ifibre;
nlitfibres++;
}
}
double highshift = Order->fibrepos[maxlitfibre];
highshift += (Order->halfibrewidth+shiftwindow);
lowshift -= (Order->halfibrewidth+shiftwindow);
if (ScienceFrame->substepy>0) {
plowshift = lowshift/ScienceFrame->substepy;
phighshift = highshift/ScienceFrame->substepy;
}
else {
plowshift = highshift/ScienceFrame->substepy;
phighshift = lowshift/ScienceFrame->substepy;
}
for (iorder=0; iorder<=Order->lastorder-Order->firstorder; iorder++) {
ordercentresiorder = ordercentres[iorder];
ilowlimitsiorder = ilowlimits[iorder];
iuplimitsiorder = iuplimits[iorder];
for (ix=0; ix<=(ScienceFrame->subcols-1); ix+=correlxstep) {
/* convert the order centre to pixel coordinates */
pordercentre = (ordercentresiorder[ix]-ScienceFrame->substarty)/
ScienceFrame->substepy;
/* here find order limits in pixel coordinates */
ilowlimitsiorder[ix] = (int32_t) floor(pordercentre+plowshift);
iuplimitsiorder[ix] = (int32_t) ceil(pordercentre+phighshift);
if (ilowlimitsiorder[ix]<0) ilowlimitsiorder[ix]=0;
if (iuplimitsiorder[ix]>(int32_t)(ScienceFrame->subrows-1))
iuplimitsiorder[ix]=(int32_t)(ScienceFrame->subrows-1);
}
}
/* Ok, first of all let's see whether we can bracket the correlation
maximum within the limits we set for searching it */
ashift = -shiftwindow;
xshift = 0;
bshift = shiftwindow;
fashift = singlecorrel(ScienceFrame, Order, fibrelist,
nlitfibres, ordercentres,
ilowlimits, iuplimits, correlxstep, ashift);
fxshift = singlecorrel(ScienceFrame, Order, fibrelist,
nlitfibres, ordercentres,
ilowlimits, iuplimits, correlxstep, xshift);
fbshift = singlecorrel(ScienceFrame, Order, fibrelist,
nlitfibres, ordercentres,
ilowlimits, iuplimits, correlxstep, bshift);
/* be somewhat verbose */
if ( strcmp(drs_verbosity,"LOW") == 0 ) {
} else {
sprintf(output,
"searching correlation maximum for shifts between %g and %g",
ashift, bshift);
SCTPUT(output);
}
/* AMODIGLI */
sprintf(output, "correl(%g)=%g, correl(%g)=%g, correl(%g)=%g", ashift,
fashift, xshift, fxshift, bshift, fbshift);
SCTPUT(output);
/* should we output something to the MIDAS table? */
if (outtabname != NULL) {
ibuf = (int)iframe;
row++;
TCEWRI(outtid, row, framecol, &ibuf);
TCEWRD(outtid, row, yshiftcol, &ashift);
TCEWRD(outtid, row, correlcol, &fashift);
row++;
TCEWRI(outtid, row, framecol, &ibuf);
TCEWRD(outtid, row, yshiftcol, &bshift);
TCEWRD(outtid, row, correlcol, &fbshift);
row++;
TCEWRI(outtid, row, framecol, &ibuf);
TCEWRD(outtid, row, yshiftcol, &xshift);
TCEWRD(outtid, row, correlcol, &fxshift);
}
/* make sure that we are bracketing the maximum correlation between
ashift and cshift */
if ((fxshift<=fashift) || (fxshift<=fbshift)) {
/* the maximum correlation is probably outside this interval, report
with an error and move on to next iteration */
//jmlarsen: Don't print error messages if we can continue
// sprintf(output, "Error in gausscorrel: no maximum for "
// "yshift between %g and %g", ashift, bshift);
// SCTPUT(output);
deltamask[iframe]=FALSE;
ydelta[iframe]=0;
}
else {
/* begin searching, here follows an inlined, adapted version of the
brent function */
/* give sensible values to the variables (added by Giacomo) so that we
can try the parabolic approximation immediately */
if (fbshift<fashift) {
wshift = ashift;
fwshift = fashift;
vshift = bshift;
fvshift = fbshift;
}
else {
wshift = bshift;
fwshift = fbshift;
vshift = ashift;
fvshift = fashift;
}
dshift = xshift-wshift;
eshift = dshift/CGOLD;
done = FALSE;
for (iter=1; (iter<=maxcorriters) && (done==FALSE); iter++) {
xmshift = 0.5*(ashift+bshift);
/* differently from the NR implementation, we here use absolute
tolerances, since we know that the solution, if any, must be
in an interval of order unity, centered around zero, and we
need an accuracy better than 0.1 pixels, but probably not
better than 0.01 pixels. This means that rounding errors are
not a problem, regardless that we compute the correlation values
in single or double precision */
tol2 = 2*shifttol;
if (fabs(xshift-xmshift)+0.5*(bshift-ashift) <= tol2) {
/* did we get close enough to the maximum? */
ydelta[iframe] = xshift;
double maxcorrel = fxshift;
done = TRUE;
}
else {
if (fabs(eshift) > shifttol) {
/* compute a trial parabolic shift */
s = xshift-wshift;
t = xshift-vshift;
r = s*(fxshift-fvshift);
q = t*(fxshift-fwshift);
p = t*q-s*r;
q = 2*(q-r);
if (q > 0) p = -p;
q = fabs(q);
etemp = eshift;
eshift = dshift;
/* if the parabolic shift is not acceptable, switch to a
golden section step */
if (fabs(p) >= fabs(0.5*q*etemp) || p <= q*(ashift-xshift) ||
p >= q*(bshift-xshift))
dshift =
CGOLD*(eshift = (xshift >= xmshift ? ashift-xshift :
bshift-xshift));
else {
dshift = p/q;
ushift = xshift+dshift;
if (ushift-ashift < tol2 || bshift-ushift < tol2)
dshift = xmshift>=xshift ? shifttol : -shifttol;
}
}
else {
/* compute the golden section shift */
dshift =
CGOLD*(eshift = (xshift >= xmshift ? ashift-xshift :
bshift-xshift));
}
ushift = (fabs(dshift) >= shifttol ? xshift+dshift :
xshift+(dshift >= 0 ? shifttol : -shifttol));
/* here we evaluate the correlation at the new shift value */
fushift = singlecorrel(ScienceFrame, Order, fibrelist,
nlitfibres, ordercentres,
ilowlimits, iuplimits, correlxstep,
ushift);
if ( strcmp(drs_verbosity,"LOW") == 0 ) {
} else {
sprintf(output, "iteration %d, correl(%g)=%g", iter, ushift,
fushift);
SCTPUT(output);
}
if (outtabname != NULL) {
row++;
TCEWRI(outtid, row, framecol, &ibuf);
TCEWRD(outtid, row, yshiftcol, &ushift);
TCEWRD(outtid, row, correlcol, &fushift);
}
/* decide what to do with the new point: is it closer than xshift
to the maximum? */
if (fushift >= fxshift) {
/* yes, ushift is at least as good as xshift */
/* on which side of xshift is ushift? */
if (ushift >= xshift) ashift=xshift; else bshift=xshift;
vshift=wshift;
wshift=xshift;
xshift=ushift;
fvshift=fwshift;
fwshift=fxshift;
fxshift=fushift;
}
else {
if (ushift < xshift) ashift=ushift; else bshift=ushift;
if (fushift >= fwshift || wshift == xshift) {
vshift=wshift;
wshift=ushift;
fvshift=fwshift;
fwshift=fushift;
}
else if (fushift >= fvshift || vshift == xshift ||
vshift == wshift) {
vshift=ushift;
fvshift=fushift;
}
}
}
}
/* did we get a solution or did we run out of iterations? */
if (done == FALSE) {
sprintf(output,
"Error: gausscorrel for frame %d did not converge within %d iterations",
iframe, maxcorriters);
SCTPUT(output);
deltamask[iframe]=FALSE;
ydelta[iframe]=xshift;
}
else {
/* since we did find a solution, brag about it */
sprintf(frm_id, "%1d",(iframe+1));
sprintf(qc_y_shift_key,"%11s", "DRS_Y_SHIFT");
strcat( qc_y_shift_key,frm_id);
SCDWRD(outtid,qc_y_shift_key,&ydelta[iframe],1,1,mid_unit);
sprintf(output, "y shift = %g", ydelta[iframe]);
SCTPUT(output);
deltamask[iframe]=TRUE;
}
}
}
else {
sprintf(output, "Correlation impossible for frame %d:", iframe);
SCTPUT(output);
SCTPUT("no corresponding fibres lit in Science Frame");
deltamask[iframe]=FALSE;
ydelta[iframe]=0;
}
}
/* close the output table */
if (outtabname != NULL) TCTCLO(outtid);
/* we can free local arrays now */
free_lvector(fibrelist, 0, ScienceFrame->maxfibres-1);
free_dmatrix(ordercentres, 0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
free_lmatrix(ilowlimits, 0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
free_lmatrix(iuplimits, 0, Order->lastorder-Order->firstorder,
0, ScienceFrame->subcols-1);
return NOERR;
}
/**@}*/
|