IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2007, 6:28:03 PM (19 years ago)
Author:
eugene
Message:

converted internal NO_MAG and NO_ERR to NAN, NAN_S_SHORT, etc as appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/ReadImageHeader.c

    r14590 r15509  
    9090  image[0].fwhm_y = tmp * 25.0 * image[0].coords.cdelt1 * 3600.0;
    9191
    92   image[0].trate = 0.0;
    93   image[0].secz = NO_MAG;
     92  image[0].trate  = 0.0;
     93  image[0].secz   = NAN;
    9494  image[0].ccdnum = 0;
    9595
    9696  /* secz is in units milli-airmass */
    9797  image[0].Mcal = 0.0;
    98   image[0].Xm   = NO_MAG;
     98  image[0].Xm   = NAN_S_SHORT;
    9999  image[0].code = 0;
    100100  bzero (image[0].dummy, sizeof(image[0].dummy));
Note: See TracChangeset for help on using the changeset viewer.