Changeset 25714
- Timestamp:
- Oct 1, 2009, 10:22:22 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r25712 r25714 209 209 # ra_deg and dec_deg are the coordinates of center of the stamp 210 210 # 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`; 212 212 $ra_deg = 0.0 if (!$ra_deg); 213 213 $dec_deg = 0.0 if (!$dec_deg);
Note:
See TracChangeset
for help on using the changeset viewer.
