IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2016, 7:04:50 AM (10 years ago)
Author:
eugene
Message:

report sample stdev for mean radial aperture stdevs instead of r.m.s. of individual stdevs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvolens/src/update_objects.c

    r39487 r39537  
    5050    // does this host ID match the desired location for the table?
    5151    if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;
     52
     53    if (UserCatalog && strcasecmp (skylist[0].regions[i]->name, UserCatalog)) continue;
    5254
    5355    INITTIME;
     
    171173    if (UPDATE)             strextend (&command, "-update");
    172174    if (REPAIR_LENSING_IDS) strextend (&command, "-repair-lensing-ids");
     175    if (UserCatalog)        strextend (&command, "-catalog %s", UserCatalog);
    173176
    174177    fprintf (stderr, "command: %s\n", command);
Note: See TracChangeset for help on using the changeset viewer.