IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38971


Ignore:
Timestamp:
Oct 27, 2015, 2:34:38 PM (11 years ago)
Author:
eugene
Message:

add fake values for src chip positions and number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/mkcmf.c

    r38955 r38971  
    12281228    stars[i].E1_sh_psf  = FX;
    12291229    stars[i].E2_sh_psf  = FX;
     1230
     1231    stars[i].srcChipNum = 23;
     1232    stars[i].srcChipX   = X[i] + 10.0;
     1233    stars[i].srcChipY   = Y[i] + 10.0;
    12301234
    12311235    stars[i].kronFlux  = flux * 1.25;
Note: See TracChangeset for help on using the changeset viewer.