IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25714


Ignore:
Timestamp:
Oct 1, 2009, 10:22:22 AM (17 years ago)
Author:
bills
Message:

forgot to add the -x 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r25712 r25714  
    209209                    # ra_deg and dec_deg are the coordinates of center of the stamp
    210210                    # XXX do this more cleanly
    211                     my (undef, $ra_deg, $dec_deg) = split " ", `echo $out_dir/$img_name | fields RA_DEG DEC_DEG`;
     211                    my (undef, $ra_deg, $dec_deg) = split " ", `echo $out_dir/$img_name | fields -x 0 RA_DEG DEC_DEG`;
    212212                    $ra_deg = 0.0 if (!$ra_deg);
    213213                    $dec_deg = 0.0 if (!$dec_deg);
Note: See TracChangeset for help on using the changeset viewer.