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
|
/*===========================================================================
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
===========================================================================*/
/* Program : shiftone.c */
/* Author : G. Mulas - ITAL_FLAMES Consortium */
/* Date : */
/* */
/* Purpose : Missing */
/* */
/* */
/* Input: see interface */
/* */
/* Output: */
/* */
/* DRS Functions called: */
/* none */
/* */
/* Pseudocode: */
/* Missing */
/* */
/* Version : */
/* Last modification date: 2002/08/05 */
/* Who When Why Where */
/* AMo 02-08-05 Add header header */
/*-------------------------------------------------------------------------*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <flames_midas_def.h>
#include <flames_getordpos.h>
#include <flames_getordslope.h>
#include <flames_def_drs_par.h>
#include <flames_copy_FF_n.h>
#include <flames_uves.h>
#include <flames_shift_FF_n.h>
#include <flames_dointerpolate.h>
#include <flames_newmatrix.h>
#include <flames_shiftcommon.h>
#include <flames_shiftall.h>
#include <uves_msg.h>
/**
@brief generates allflats (odd and even) type structure in which the centres
of (odd and even) fibres in frame iframe are shifted by "yshift",
which can subsequently be used to extract single fibre flat field
frames
@param allflatsin input allflat structure (odd and even FF)
@param ordpos input fibre-order position table
@param yshift shift to be applied to each frame
@param iframe actual fibre FF frame
@param allflatsout output shifted allflat structure (odd and even FF)
@ doc
- initialise relevant data:
-structures for fit to data:
offset: the y offsets relative to the precise requested position
value: the pixel values from which we interpolate
sigma: sigmas of the above pixel values
-assigms pointers to relevant data (good fibres,
input/output data,sigma, mask
output low/high fibre bounds,
pointer to x,y pos)
to make more compact code
-copy the unchanged members of the flatdata structure:
frame,sigma,badpix names
the indexes of the fibres contained in each fibre flat structure
-allocate the local shiftdata array of structures
-initialise the arrays (previously defined using pointers) first
Then finaly start to do the real job:
loop over orders, x's, fibres and y's:
loop over order...
loop over x's...
convert the ix pixel coordinate to the x world coordinate
find the unshifted central position and slope of this order at this x
bail out if the function call return an error status
WARNING: remember that both ordercentre and orderslope are in
world coordinates so far!
end loop over x's
split the loop, calcshifts needs shiftdata to have been filled
already for all ixes
loop over x's...
compute the pixel coordinates of the pixels to be used for interpolation
loop over lit fibres in this frame
loop over fibres...
put the actual fibre index in a variable, to avoid using very
long strucure and array names and make the code easier to read
I might check whether this fibre is actually lit in this frame,
but this is redundant, isn't it?
do check that this order/fibre/x is good overall, otherwise it
is useless to try to shift it
if this fibre/order/x is good (to some extent) in the unshifted
frames, go ahead
find this fibre centre and boundaries
loop over pixels belonging to the shifted fibre, only if
ishiftedyup>=ishiftedydown
loop over y's...
build the list of pixels to use for interpolation
do the interpolation (if possible)
verifies that the interpolation was successful
negative values and/or anomalously large values may wreak
havoc in iterative interpolations, i.e. other pixels
interpolated using this value, therefore clip them
end verification of successful interpolation
end loop over y's
else (if the fibre is not good)
set lowfibrebounds and highfibrebounds to be sure this slice
can never be used in any way
endelse
end loop over fibres...
end loop over x's...
end loop over order...
Free memory.
*/
flames_err shift_FF_n(allflats *allflatsin, orderpos *ordpos, double yshift,
int32_t iframe, allflats *allflatsout)
{
flames_err status=0;
int32_t i=0;
int32_t ix=0;
int32_t iy=0;
int32_t iorder=0;
int32_t ifibre=0;
int32_t lfibre=0;
shiftstruct *shiftdata=0;
fitstruct fitdata;
double x=0;
double ordercentre=0;
double orderslope=0;
frame_data pixelvalue=0;
frame_data pixelsigma=0;
char output[200];
shiftstruct *myshiftdata=0;
singleflat *myflatin=0;
singleflat *myflatout=0;
frame_data *fdvecbuf1=0;
frame_data *fdvecbuf2=0;
frame_mask *fmvecbuf1=0;
frame_mask *fmvecbuf2=0;
int32_t *lvecbuf1=0;
int32_t *lvecbuf2=0;
int32_t iorderifibreoffset=0;
int32_t iorderifibreindex=0;
int32_t iorderifibreixindex=0;
int32_t iyixindex=0;
int32_t maxiyixindex=0;
int actvals=0;
char drs_verbosity[10];
int mid_stat=0;
memset(drs_verbosity, 0, 10);
fitdata.availpixels=0;
fitdata.offset = calloc((size_t) 8, sizeof(double));
fitdata.value = calloc((size_t) 8, sizeof(double));
fitdata.sigma = calloc((size_t) 8, sizeof(double));
for (i=0; i<=7; i++) {
fitdata.offset[i]=0;
fitdata.value[i]=0;
fitdata.sigma[i]=0;
}
fmvecbuf1 = allflatsin->goodfibres[0][0];
myflatin = allflatsin->flatdata+iframe;
myflatout = allflatsout->flatdata+iframe;
fdvecbuf1 = myflatout->data[0];
fdvecbuf2 = myflatout->sigma[0];
fmvecbuf2 = myflatout->badpixel[0];
lvecbuf1 = allflatsout->lowfibrebounds[0][0];
lvecbuf2 = allflatsout->highfibrebounds[0][0];
maxiyixindex = (allflatsin->subrows*allflatsin->subcols)-1;
/* copy the obviously unchanged members of the flatdata structure */
strncpy(myflatout->framename, myflatin->framename, (size_t) CATREC_LEN);
strncpy(myflatout->sigmaname, myflatin->sigmaname, (size_t) CATREC_LEN);
strncpy(myflatout->badname, myflatin->badname, (size_t) CATREC_LEN);
for (i=0; i<=allflatsin->maxfibres-1; i++) {
myflatout->fibres[i] = myflatin->fibres[i];
}
/* allocate the local shiftdata array of structures */
shiftdata =
(shiftstruct *) calloc((size_t)(allflatsin->subcols), sizeof(shiftstruct));
for (ix=0; ix<=(allflatsin->subcols-1); ix++) {
myshiftdata = shiftdata+ix;
myshiftdata->ixoffsets = calloc((size_t) 8, sizeof(int32_t));
myshiftdata->yfracoffsets = calloc((size_t) 8, sizeof(double));
myshiftdata->yintoffsets = calloc((size_t) 8, sizeof(int32_t));
myshiftdata->normfactor = calloc((size_t) 8, sizeof(double));
myshiftdata->normsigma = calloc((size_t) 8, sizeof(double));
myshiftdata->goodoverlap = calloc((size_t) 8, sizeof(double));
}
if ((mid_stat=SCKGETC(DRS_VERBOSITY, 1, 3, &actvals, drs_verbosity))
!= 0) {
/* the keyword seems undefined, protest... */
free(fitdata.offset);
free(fitdata.value);
free(fitdata.sigma);
return(MAREMMA);
}
/* initialise the arrays first */
for (iyixindex=0; iyixindex<=maxiyixindex; iyixindex++) {
fdvecbuf1[iyixindex] = 0;
fdvecbuf2[iyixindex] = allflatsout->ron;
fmvecbuf2[iyixindex] = 0;
}
/* This function will have to loop over orders, x's, fibres and y's. */
/* loop over order... */
for (iorder=0; iorder<=(ordpos->lastorder-ordpos->firstorder); iorder++) {
iorderifibreoffset = iorder*allflatsin->maxfibres;
double order = (double) (iorder+(ordpos->firstorder));
/* loop over x... */
for (ix=0; ix<=(allflatsin->subcols-1); ix++) {
myshiftdata = shiftdata+ix;
/* convert the ix pixel coordinate to the x world coordinate */
x = allflatsin->substartx+(allflatsin->substepx)*((double) ix);
/* find the unshifted central position and slope of this order at
this x */
/* bail out if the function call return an error status */
if ((status = get_ordpos(ordpos, order, x, &ordercentre))!=NOERR) {
free(fitdata.offset);
free(fitdata.value);
free(fitdata.sigma);
return(status);
}
myshiftdata->ordercentre = ordercentre;
if ((status = get_ordslope(ordpos, order, x, &orderslope))!=NOERR) {
free(fitdata.offset);
free(fitdata.sigma);
free(fitdata.value);
return(status);
}
myshiftdata->orderslope = orderslope;
/* WARNING: remember that both ordercentre and orderslope are in
world coordinates so far! */
}
/* split the loop, calcshifts needs shiftdata to have been filled
already for all ixes */
for (ix=0; ix<=(allflatsin->subcols-1); ix++) {
/* compute the pixel coordinates of the pixels to be used for
interpolation */
myshiftdata = shiftdata+ix;
if ((status=calcshifts(allflatsin, shiftdata, iframe, ix, yshift))
!= NOERR) {
free(fitdata.offset);
free(fitdata.sigma);
free(fitdata.value);
return(status);
}
/* loop over lit fibres in this frame */
for (lfibre=0; lfibre<=((allflatsin->flatdata)[iframe]).numfibres-1;
lfibre++) {
/* put the actual fibre index in a variable, to avoid using very
int32_t strucure and array names and make the code easier to read
(well, sort of...) */
ifibre = myflatin->fibres[lfibre];
iorderifibreindex = iorderifibreoffset+ifibre;
iorderifibreixindex = (iorderifibreindex*allflatsin->subcols)+ix;
/* I might check whether this fibre is actually lit in this frame,
but this is redundant, isn't it? */
/* do check that this order/fibre/x is good overall, otherwise it
is useless to try to shift it */
if (fmvecbuf1[iorderifibreixindex]==GOODSLICE ||
fmvecbuf1[iorderifibreixindex]==DEMISLICE) {
/* this fibre/order/x is good (to some extent) in the unshifted
frames, go ahead */
/* find this fibre centre and boundaries */
if ((status=locatefibre(allflatsin, allflatsout, ordpos,
shiftdata, iorder, ifibre, ix, yshift))
!= NOERR) {
free(fitdata.offset);
free(fitdata.sigma);
free(fitdata.value);
return(status);
}
/* loop over pixels belonging to the shifted fibre, only if
ishiftedyup>=ishiftedydown */
for (iy=lvecbuf1[iorderifibreixindex];
iy<=lvecbuf2[iorderifibreixindex];
iy++) {
iyixindex = (iy*allflatsin->subcols)+ix;
/* build the list of pixels to use for interpolation */
if ((status=selectavail(allflatsin, shiftdata, &fitdata,
iorder, iframe, ix, iy)) != NOERR) {
return(status);
}
/* do the interpolation (if possible) */
if ((status=dointerpolate(allflatsout, &fitdata, iorder,
iframe, ifibre, ix, iy)) !=NOERR) {
return(status);
}
/* was the interpolation successful? */
if (fmvecbuf2[iyixindex]==0) {
/* negative values and/or anomalously large values
may wreak havoc in iterative
interpolations, i.e. other pixels interpolated
using this value, therefore clip them */
if ((pixelvalue = fdvecbuf1[iyixindex])<0) {
if ((pixelvalue*pixelvalue)>4*fdvecbuf2[iyixindex]) {
pixelsigma = (frame_data) pow(fdvecbuf2[iyixindex],.5);
if ( strcmp(drs_verbosity,"LOW") == 0 ){
} else {
SCTPUT("Warning: interpolated large negative value:");
sprintf(output, "pixel=%g and sigma=%g at x=%d, \
y=%d", pixelvalue, pixelsigma, ix+1, iy+1);
SCTPUT(output);
SCTPUT("marking it bad");
}
fdvecbuf2[iyixindex] = pixelvalue*pixelvalue;
fdvecbuf1[iyixindex] = 0;
fmvecbuf2[iyixindex] = 1;
}
else {
/* we are within error, just clip it silently */
fdvecbuf1[iyixindex] = 0;
}
}
else if (pixelvalue>1) {
/* no sensible way to clip this, just kill it */
pixelsigma = (frame_data) pow(fdvecbuf2[iyixindex],.5);
if ( strcmp(drs_verbosity,"LOW") == 0 ){
} else {
SCTPUT("Warning: interpolated too large normalised \
value:");
sprintf(output, "pixel=%g and sigma=%g at x=%d, \
y=%d", pixelvalue, pixelsigma, ix+1, iy+1);
SCTPUT(output);
SCTPUT("marking it bad");
}
fdvecbuf2[iyixindex] = pixelvalue*pixelvalue;
fdvecbuf1[iyixindex] = 0;
fmvecbuf2[iyixindex] = 1;
}
}
}
}
else {
/* set lowfibrebounds and highfibrebounds to be sure this slice
can never be used in any way */
lvecbuf1[iorderifibreixindex] = 1;
lvecbuf2[iorderifibreixindex] = 0;
}
}
}
}
/* free here all dynamically allocated temporary arrays before returning */
for (ix=0; ix<=(allflatsin->subcols-1); ix++) {
myshiftdata = shiftdata+ix;
free(myshiftdata->ixoffsets);
free(myshiftdata->yfracoffsets);
free(myshiftdata->yintoffsets);
free(myshiftdata->normfactor);
free(myshiftdata->normsigma);
free(myshiftdata->goodoverlap);
}
free(shiftdata);
free(fitdata.offset);
free(fitdata.value);
free(fitdata.sigma);
return(NOERR);
}
flames_err
copy_FF_n(allflats *allflatsin,
orderpos *ordpos,
double yshift,
int32_t iframe,
allflats *allflatsout)
{
int32_t i=0;
int32_t ix=0;
int32_t iorder=0;
int32_t ifibre=0;
int32_t lfibre=0;
singleflat *myflatin=0;
frame_data *fdvecbuf1=0;
frame_data *fdvecbuf2=0;
frame_mask *fmvecbuf1=0;
singleflat *myflatout=0;
frame_data *fdvecbuf3=0;
frame_data *fdvecbuf4=0;
frame_mask *fmvecbuf2=0;
int32_t *lvecbuf1=0;
int32_t *lvecbuf2=0;
int32_t *lvecbuf3=0;
int32_t *lvecbuf4=0;
int32_t iorderifibreoffset=0;
int32_t iorderifibreixoffset=0;
int32_t iorderifibreixindex=0;
int32_t totiyixsize=0;
myflatin = allflatsin->flatdata+iframe;
fdvecbuf1 = myflatin->data[0];
fdvecbuf2 = myflatin->sigma[0];
fmvecbuf1 = myflatin->badpixel[0];
myflatout = allflatsout->flatdata+iframe;
fdvecbuf3 = myflatout->data[0];
fdvecbuf4 = myflatout->sigma[0];
fmvecbuf2 = myflatout->badpixel[0];
lvecbuf1 = allflatsin->lowfibrebounds[0][0];
lvecbuf2 = allflatsin->highfibrebounds[0][0];
lvecbuf3 = allflatsout->lowfibrebounds[0][0];
lvecbuf4 = allflatsout->highfibrebounds[0][0];
totiyixsize = (allflatsin->subrows*allflatsin->subcols);
/* copy all the members of the flatdata structure unchanged */
memcpy(fdvecbuf3, fdvecbuf1, totiyixsize*sizeof(frame_data));
memcpy(fdvecbuf4, fdvecbuf2, totiyixsize*sizeof(frame_data));
memcpy(fmvecbuf2, fmvecbuf1, totiyixsize*sizeof(frame_mask));
strncpy(myflatout->framename, myflatin->framename, (size_t) CATREC_LEN);
strncpy(myflatout->sigmaname, myflatin->sigmaname, (size_t) CATREC_LEN);
strncpy(myflatout->badname, myflatin->badname, (size_t) CATREC_LEN);
for (i=0; i<=allflatsin->maxfibres-1; i++)
myflatout->fibres[i] = myflatin->fibres[i];
/* now copy also the relevant fibres of lowfibrebounds and highfibrebounds */
for (iorder=0; iorder<=(ordpos->lastorder-ordpos->firstorder); iorder++) {
iorderifibreoffset = iorder*allflatsin->maxfibres;
for (lfibre=0; lfibre<=(allflatsin->flatdata[iframe].numfibres-1);
lfibre++) {
ifibre = allflatsin->flatdata[iframe].fibres[lfibre];
iorderifibreixoffset = (iorderifibreoffset+ifibre)*allflatsin->subcols;
for (ix=0; ix<=(allflatsin->subcols-1); ix++) {
iorderifibreixindex = iorderifibreixoffset+ix;
lvecbuf3[iorderifibreixindex] = lvecbuf1[iorderifibreixindex];
lvecbuf4[iorderifibreixindex] = lvecbuf2[iorderifibreixindex];
}
}
}
return NOERR;
}
|