IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2013, 11:20:15 AM (13 years ago)
Author:
eugene
Message:

add 2d cached convolution to the convolution concepts (clear this out when I am happy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceIO.c

    r36270 r36281  
    646646
    647647      case PM_FPA_FILE_CFF: {
     648        // determine the output table format
     649        psMetadata *recipe = psMetadataLookupMetadata(&status, config->recipes, "PSPHOT");
     650        if (!status) {
     651            psError(PS_ERR_UNKNOWN, true, "missing recipe PSPHOT in config data");
     652            return false;
     653        }
     654
    648655        hdu = pmFPAviewThisHDU (view, fpa);
    649656        pmConfigConformHeader(hdu->header, file->format);
Note: See TracChangeset for help on using the changeset viewer.