IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41472 for trunk


Ignore:
Timestamp:
Jan 24, 2021, 3:29:59 PM (5 years ago)
Author:
eugene
Message:

add offset to test reference stars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/test/relphot.reference.dvo

    r41471 r41472  
    471471  subset stars_ref_mag  = stars_mag  where (tmpseq < $fraction)
    472472  subset stars_ref_dmag = stars_dmag where (tmpseq < $fraction)
     473  set stars_ref_mag = stars_ref_mag + 0.1
    473474
    474475  write reference.dat stars_ref_ra stars_ref_dec stars_ref_mag stars_ref_dmag
    475   addstar -D CATDIR $catdir -photcode SYNTH.$filter reference.dat
     476  exec addstar -D CATDIR $catdir -photcode SYNTH.$filter reference.dat
    476477end
    477478
Note: See TracChangeset for help on using the changeset viewer.