IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2016, 3:19:17 PM (10 years ago)
Author:
eugene
Message:

save cpt stats to variables in gcat; gstar reports chip stdev; fix problem with host operations

File:
1 edited

Legend:

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

    r39540 r39604  
    8282      if (!strcasecmp(argv[N], "dvopsps.det"))               TEMP_TYPE = TEMP_DVOPSPS_DET;
    8383      if (!strcasecmp(argv[N], "fixstkids.results"))         TEMP_TYPE = TEMP_FIXSTKIDS_RESULTS;
     84      remove_argument (N, &argc, argv);
    8485    }
    8586    if (TEMP_TYPE == TEMP_NONE) {
     
    9091      gprint (GP_ERR, "    checkastro.catalog, dvopsps.det, fixstkids.results\n");
    9192      return FALSE;
    92       remove_argument (N, &argc, argv);
    9393    }
    9494
     
    114114      gprint (GP_ERR, "   [-old-pid] [-all-pid] [-v] [-verbose]\n");
    115115      gprint (GP_ERR, "    [-commit] [-age hours]\n");
     116      gprint (GP_ERR, "current arguments: ");
     117      for (int i = 0; i < argc; i++) { gprint (GP_ERR, "%s ", argv[i]); }
     118      gprint (GP_ERR, "\n");
    116119      return FALSE;
    117120    }
Note: See TracChangeset for help on using the changeset viewer.