IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 3:39:40 PM (14 years ago)
Author:
eugene
Message:

PSF_THETA on read needs to convert to radians

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_CMF.c.in

    r34530 r34564  
    309309        @ALL@     axes.minor        = psMetadataLookupF32 (&status, row, "PSF_MINOR");
    310310        @ALL@     axes.theta        = psMetadataLookupF32 (&status, row, "PSF_THETA");
     311        @ALL@     axes.theta        = axes.theta * PS_RAD_DEG;
    311312
    312313        @ALL@     PAR[PM_PAR_SKY]   = psMetadataLookupF32 (&status, row, "SKY");
Note: See TracChangeset for help on using the changeset viewer.