IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2022, 3:08:13 PM (4 years ago)
Author:
eugene
Message:

do not assume w-band photcode exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/setMrelCatalog.c

    r42135 r42151  
    414414
    415415    // XXX hardwired grizy = (01234) JHK = (567) w = (8)
    416     if ((Nsec < 5) || (Nsec == 8)) {
     416    if (Nsec < 5) {
    417417      secfilt[Nsec].Ncode = results->NexpPS1[Nsec];
    418418    } else {
Note: See TracChangeset for help on using the changeset viewer.