IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 4:39:53 PM (19 years ago)
Author:
eugene
Message:

remove the concept of primary / secondary photcodes: all average mags go into the secfilt table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/dmt.c

    r12012 r12031  
    4444    return (FALSE);
    4545  }
    46   if ((code[0].type != PHOT_SEC) && (code[0].type != PHOT_PRI)) {
    47     gprint (GP_ERR, "first filter must be a PRIMARY or SECONDARY photometry type\n");
     46  if (code[0].type != PHOT_SEC) {
     47    gprint (GP_ERR, "first filter must be a average photometry type\n");
    4848    return (FALSE);
    4949  }
Note: See TracChangeset for help on using the changeset viewer.