Changeset 18709
- Timestamp:
- Jul 24, 2008, 11:20:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r18556 r18709 25 25 pmChip *inChip = pmFPAviewThisChip(view, in->fpa); 26 26 if (!outChip->hdu && !outChip->parent->hdu) { 27 const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA. NAME"); // Name of FPA27 const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA 28 28 pmFPAAddSourceFromView(out->fpa, name, view, out->format); 29 29 } … … 66 66 #endif 67 67 68 const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA. NAME"); // Name of FPA68 const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA 69 69 70 70 pmFPAview *view = pmFPAviewAlloc(0);
Note:
See TracChangeset
for help on using the changeset viewer.
