IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2010, 5:49:51 PM (16 years ago)
Author:
Paul Price
Message:

Removing the 'FPA.OBS' concept (once called 'FPA.NAME'). The original idea was to provide a bit of protection against user error --- not reading a flat into an FPA containing an image, etc. However, that's not really necessary, and there's not always a nice keyword that we can use that is the exposure number or something like that, and so we end up with a lot of unneccessary warnings. Better to do away with it completely. It's not used for anything except that check.

File:
1 edited

Legend:

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

    r18709 r27989  
    2525    pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
    2626    if (!outChip->hdu && !outChip->parent->hdu) {
    27         const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    28         pmFPAAddSourceFromView(out->fpa, name, view, out->format);
     27        pmFPAAddSourceFromView(out->fpa, view, out->format);
    2928    }
    3029
     
    6665    #endif
    6766
    68     const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
    69 
    7067    pmFPAview *view = pmFPAviewAlloc(0);
    71     pmFPAAddSourceFromView(out->fpa, name, view, out->format);
     68    pmFPAAddSourceFromView(out->fpa, view, out->format);
    7269    psFree(view);
    7370
Note: See TracChangeset for help on using the changeset viewer.