IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2005, 3:04:48 PM (21 years ago)
Author:
eugene
Message:

substantial work to enable mode and format selections for DVO:image and DVO:secfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/subpix.c

    r4834 r5014  
    2323
    2424  VarConfig ("CATDIR", "%s", catdir);
    25   if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
    26     strcpy (catalog.catmode, "RAW");
    2725
    2826  GetTimeFormat (&TimeReference, &TimeFormat);
     
    150148        RD_to_XY (&X, &Y, Ra, Dec, &image[I].coords);
    151149        t = TimeValue (measure[j].t, TimeReference, TimeFormat);
    152         fprintf (GetOutfile(), "%f %6.3f %7.2f %7.2f %5.3f\n", t, Mabs, X, Y, 0.001*image[I].secz);
     150        fprintf (GetOutfile(), "%f %6.3f %7.2f %7.2f %5.3f\n", t, Mabs, X, Y, image[I].secz_PS);
    153151      }
    154152    }
Note: See TracChangeset for help on using the changeset viewer.