IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2016, 11:19:00 AM (11 years ago)
Author:
eugene
Message:

remove deprecated code

File:
1 edited

Legend:

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

    r39290 r39325  
    299299    dvo_secfilt_init (&secfilt[Nsec], SECFILT_RESET_CHIP); // this does not reset astrometry or STACK bits
    300300
    301     // XXX hardwired
    302     if ((Nsec < 4) || (Nsec == 8)) {
     301    // XXX hardwired grizy = (01234) JHK = (567) w = (8)
     302    if ((Nsec < 5) || (Nsec == 8)) {
    303303      secfilt[Nsec].Ncode = results->NexpPS1[Nsec];
    304304    } else {
Note: See TracChangeset for help on using the changeset viewer.