IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/skyregion.c

    r27610 r31657  
    11# include "dvoshell.h"
    22
     3#ifdef NO_MOVED_TO_DVO
    34static double RAs = 0.0;
    45static double RAe = 0.0;
    56static double DECs = 0.0;
    67static double DECe = 0.0;
     8#endif
    79
    810// define the sky region for which extractions are limited
     
    1012 
    1113  if (argc == 1) {
     14    double RAs, RAe, DECs, DECe;
     15    get_skyregion(&RAs, &RAe, &DECs, &DECe);
     16
    1217    gprint (GP_ERR, "current skyregion: %f - %f : %f - %f\n", RAs, RAe, DECs, DECe);
    1318    gprint (GP_ERR, "USAGE:  skyregion (min RA) (max RA) (min DEC) (max DEC)\n");
     
    2429  return (TRUE);
    2530}
    26 
     31#ifdef NOT_MOVED_TO_LIBDVO
    2732int get_skyregion (double *Rs, double *Re, double *Ds, double *De) {
    2833
     
    4449  return TRUE;
    4550}
     51#endif
    4652
    4753/* find region which overlaps c at given depth (-1 : populated ) */
Note: See TracChangeset for help on using the changeset viewer.