IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 10:31:37 AM (20 years ago)
Author:
Paul Price
Message:

Adding FPA.FOCUS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r7679 r7752  
    416416        }
    417417
     418        // FPA.FOCUS
     419        {
     420            psMetadataItem *fpaFocus = psMetadataItemAllocF32("FPA.FOCUS", "Telescope focus", NAN);
     421            pmConceptRegister(fpaFocus, NULL, NULL, PM_FPA_LEVEL_FPA);
     422            psFree(fpaFocus);
     423        }
     424
    418425        // FPA.AIRMASS
    419426        {
Note: See TracChangeset for help on using the changeset viewer.