IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 1:46:23 PM (22 years ago)
Author:
eugene
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/output.c

    r95 r2450  
    219219    filtstr = filterhash[MIN (MAX (detdata[i].filter, 0), NFILTER - 1)];
    220220
    221     if (detdata[i].mode == M_SPLIT) {
     221    if ((detdata[i].mode == M_SPLIT) && (detdata[i].ccd >= -1) && (detdata[i].ccd < Nccd)) {
    222222      ccdstr   = ccds[detdata[i].ccd];
    223223    } else {
Note: See TracChangeset for help on using the changeset viewer.