IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2013, 5:15:57 AM (14 years ago)
Author:
eugene
Message:

mkcmf needs to set a large value for NASTRO (>50) or ipptopsps rejects the chip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/addstar/src/mkcmf.c

    r35005 r35059  
    283283  gfits_modify (&header, "EXPTIME", "%lf", 1, exptime);
    284284  gfits_modify (&header, "AIRMASS", "%lf", 1, airmass);
    285   gfits_modify (&header, "NASTRO",   "%d", 1, 10);
     285  gfits_modify (&header, "NASTRO",   "%d", 1, 100);
    286286
    287287  if (imageID == -1) imageID = 1000.0*drand48();
Note: See TracChangeset for help on using the changeset viewer.