IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2014, 3:55:33 PM (12 years ago)
Author:
watersc1
Message:

Still not perfect, as it seems to be improperly clipping bad inputs. This version does fix the exposure time scaling issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackMath.c

    r36635 r36642  
    103103          psVectorAppend(obs,image->data.F32[v][u]);
    104104          psVectorAppend(model, psImageMapEval(data->modelMap,ra->data.F32[v][u],dec->data.F32[v][u]));
    105           //      obs->data.F32[v * image->numCols + u] = image->data.F32[v][u];
    106           //      model->data.F32[v * image->numCols + u] = psImageMapEval(data->modelMap,ra->data.F32[v][u],dec->data.F32[v][u]);
    107105        }
    108106      }
Note: See TracChangeset for help on using the changeset viewer.