IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42723


Ignore:
Timestamp:
Oct 2, 2024, 1:30:48 PM (22 months ago)
Author:
hgao
Message:

add a comment to note potential bug in 1D bias modeling for bad cells in 2D setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2dbias/psModules/src/detrend/pmOverscan.c

    r42719 r42723  
    185185                psListIterator *iter = psListIteratorAlloc(overscans, PS_LIST_HEAD, false); // Iterator
    186186                psImage *overscan = NULL;                                                                                                       // Overscan image from iterator
     187                // XXX HG: investigate whether the y-overscan is being used or the x-overscan
    187188                while ((overscan = psListGetAndIncrement(iter)))
    188189                {
Note: See TracChangeset for help on using the changeset viewer.