IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 3:19:34 PM (19 years ago)
Author:
Paul Price
Message:

Removing pmConceptsFilterIDfromConcept, which is obsolete now that FPA.FILTER is interpolated on read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r11105 r11144  
    252252        }
    253253    }
    254     if (strstr (newName, "{FILTER.ID}") != NULL) {
    255         if (file->fpa != NULL) {
    256             char *filterID = pmConceptsFilterIDfromConcept ("FPA.FILTER", file->fpa->concepts, file->camera);
    257             if (filterID && *filterID) {
    258                 psStringSubstitute(&newName, filterID, "{FILTER.ID}");
    259             }
    260         }
    261     }
    262254    return newName;
    263255}
Note: See TracChangeset for help on using the changeset viewer.