IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31254


Ignore:
Timestamp:
Apr 10, 2011, 10:14:46 AM (15 years ago)
Author:
eugene
Message:

PS1_REF format is another without catID : need to place before PS1_V1 and later; drop unneeded warning

Location:
branches/eam_branches/ipp-20110404/Ohana/src/libdvo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Ohana/src/libdvo/include/dvo.h

    r31160 r31254  
    2020  DVO_FORMAT_PS1_DEV_2,
    2121  DVO_FORMAT_PS1_DEV_3,
     22  DVO_FORMAT_PS1_REF,
    2223  DVO_FORMAT_PS1_V1,
    2324  DVO_FORMAT_PS1_V2,
    24   DVO_FORMAT_PS1_REF
    2525} DVOTableFormat;
    2626
  • branches/eam_branches/ipp-20110404/Ohana/src/libdvo/src/dvo_catalog_split.c

    r29938 r31254  
    448448    catalog[0].measure = FtableToMeasure (&ftable, &Nmeasure, &catalog[0].catformat);
    449449    if (Nmeasure != Nrows) {
    450       fprintf (stderr, "Warning: mismatch between Nmeasure in PHU and Table headers ("OFF_T_FMT" vs "OFF_T_FMT")\n",  Nmeasure,  Nrows);
     450      // XXX this condition denotes the eof has been reached; not an error or a warning
     451      // fprintf (stderr, "Warning: mismatch between Nmeasure in PHU and Table headers ("OFF_T_FMT" vs "OFF_T_FMT")\n",  Nmeasure,  Nrows);
    451452    }
    452453    gfits_free_header (&header);
Note: See TracChangeset for help on using the changeset viewer.