IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28012


Ignore:
Timestamp:
May 18, 2010, 3:49:54 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/psphot.20100506
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506

  • branches/eam_branches/psphot.20100506/src/psphotEfficiency.c

    r27909 r28012  
    7373    psTrace("psphot.fake", 1, "Limiting flux: %f\n", fluxLim);
    7474    psTrace("psphot.fake", 1, "Limiting mag: %f\n", *magLim);
     75    psLogMsg("psphot", PS_LOG_INFO,
     76             "Detection efficiency:\n"
     77             "  Mean variance: %f * %f\n"
     78             "  Threshold: %f\n"
     79             "  Normalisation: %f\n"
     80             "  Limiting magnitude: %f\n",
     81             meanVar, *covarFactor, thresh, *norm, *magLim);
    7582
    7683    *radius = smoothSigma * smoothNsigma;
     
    169176        if (!psphotEfficiencyReadout (config, view, filerule, i, recipe)) {
    170177            psError (PSPHOT_ERR_CONFIG, false, "failed to measure detection efficiency for %s entry %d", filerule, i);
    171             return false;
    172         }
     178            return false;
     179        }
    173180    }
    174181    return true;
  • branches/eam_branches/psphot.20100506/src/psphotMosaicChip.c

    r21183 r28012  
    2121    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
    2222    if (!outChip->hdu && !outChip->parent->hdu) {
    23         const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    24         pmFPAAddSourceFromView(out->fpa, name, view, out->format);
     23        pmFPAAddSourceFromView(out->fpa, view, out->format);
    2524    }
    2625
Note: See TracChangeset for help on using the changeset viewer.