IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10133


Ignore:
Timestamp:
Nov 22, 2006, 4:07:16 AM (20 years ago)
Author:
rhl
Message:

Fix typo in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageMedian.c

    r10096 r10133  
    134134    file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKGND");
    135135    if (file) {
    136         // we are using PSPHOT.BACKMDL as an I/O file: select readout or create
     136        // we are using PSPHOT.BACKGND as an I/O file: select readout or create
    137137        background = pmFPAviewThisReadout (view, file->fpa);
    138138        if (background == NULL) {
     
    155155    file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKSUB");
    156156    if (file) {
    157         // we are using PSPHOT.BACKMDL as an I/O file: select readout or create
     157        // we are using PSPHOT.BACKSUB as an I/O file: select readout or create
    158158        backSub = pmFPAviewThisReadout (view, file->fpa);
    159159        if (backSub == NULL) {
Note: See TracChangeset for help on using the changeset viewer.