IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 4:36:52 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageFileCheck.c

    r14001 r21364  
    2020        if (fpa->hdu) {
    2121            if (fpa->hdu->images) fprintf (stderr, "  (%d,%d) images\n", -1, -1);
    22             if (fpa->hdu->weights) fprintf (stderr, "  (%d,%d) weights\n", -1, -1);
     22            if (fpa->hdu->variances) fprintf (stderr, "  (%d,%d) variances\n", -1, -1);
    2323            if (fpa->hdu->masks) fprintf (stderr, "  (%d,%d) masks\n", -1, -1);
    2424            if (fpa->hdu->header) fprintf (stderr, "  (%d,%d) header\n", -1, -1);
     
    3030            if (chip->hdu) {
    3131                if (chip->hdu->images) fprintf (stderr, "  (%d,%d) images\n", i, -1);
    32                 if (chip->hdu->weights) fprintf (stderr, "  (%d,%d) weights\n", i, -1);
     32                if (chip->hdu->variances) fprintf (stderr, "  (%d,%d) variances\n", i, -1);
    3333                if (chip->hdu->masks) fprintf (stderr, "  (%d,%d) masks\n", i, -1);
    3434                if (chip->hdu->header) fprintf (stderr, "  (%d,%d) header\n", i, -1);
     
    4040                if (cell->hdu) {
    4141                    if (cell->hdu->images) fprintf (stderr, "  (%d,%d) images\n", i, j);
    42                     if (cell->hdu->weights) fprintf (stderr, "  (%d,%d) weights\n", i, j);
     42                    if (cell->hdu->variances) fprintf (stderr, "  (%d,%d) variances\n", i, j);
    4343                    if (cell->hdu->masks) fprintf (stderr, "  (%d,%d) masks\n", i, j);
    4444                    if (cell->hdu->header) fprintf (stderr, "  (%d,%d) header\n", i, j);
     
    5050                    if (readout) {
    5151                        if (readout->image) fprintf (stderr, "  (%d,%d,%d) image\n", i, j, k);
    52                         if (readout->weight) fprintf (stderr, "  (%d,%d,%d) weight\n", i, j, k);
     52                        if (readout->variance) fprintf (stderr, "  (%d,%d,%d) variance\n", i, j, k);
    5353                        if (readout->mask) fprintf (stderr, "  (%d,%d,%d) masks\n", i, j, k);
    5454                    }
Note: See TracChangeset for help on using the changeset viewer.