IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19733


Ignore:
Timestamp:
Sep 24, 2008, 8:52:36 AM (18 years ago)
Author:
eugene
Message:

fix argument order for sunmoon call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_imfile.pl

    r19721 r19733  
    193193    $dec *= 180.0 / $PI; # dec is reported in radians; sunmoon wants it in degrees
    194194
    195     my $sunmoon_cmd = "sunmoon -latitude $latitude -longitude $longitude -elevation $elevation $ra $dec $dateobs";
     195    my $sunmoon_cmd = "sunmoon -latitude $latitude -longitude $longitude -elevation $elevation $dateobs $ra $dec";
    196196    my $sunmoon_data = `$sunmoon_cmd`;
    197197    chomp $sunmoon_data;
Note: See TracChangeset for help on using the changeset viewer.