IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2015, 10:41:05 PM (11 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20150616

Location:
trunk/Ohana/src/opihi/cmd.astro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/radec.c

    r18718 r38553  
    4545
    4646  // convert to hms, dms
    47   hms_format (ra_string, ra/15.0);
    48   hms_format (dec_string, dec);
     47  hms_format (ra_string, 32, ra/15.0);
     48  hms_format (dec_string, 32, dec);
    4949
    5050  set_str_variable ("RA", ra_string);
  • trunk/Ohana/src/opihi/cmd.astro/sexigesimal.c

    r14590 r38553  
    3535  } else {
    3636    value = atof (argv[1]);
    37     hms_format (string, value);
     37    hms_format (string, 80, value);
    3838    if (argc == 3) {
    3939      set_str_variable (argv[2], string);
Note: See TracChangeset for help on using the changeset viewer.