IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39535 for trunk


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

tweak rate for setobjflags

Location:
trunk/Ohana/src/addstar/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/setobjflags_remote_hosts.c

    r39525 r39535  
    11# include "addstar.h"
    2 # include "loadstarpar.h"
     2# include "setobjflags.h"
    33# include <sys/types.h>
    44# include <sys/wait.h>
     
    1616int init_remote_hosts (void) {
    1717
    18   Nhosts = 10;
     18  Nhosts = 20;
    1919  ALLOCATE (hosts, HostInfo *, Nhosts);
    2020
  • trunk/Ohana/src/addstar/src/setobjflags_save_remote.c

    r39525 r39535  
    1919    // save to a unique filename
    2020    char filename[DVO_MAX_PATH]; // CATDIR/tmpdir/starpar.PID.index.fits
    21     snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/starpar.%s.%05d.fits", CATDIR, uniquer, region->index);
     21    snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/objflags.%s.%05d.fits", CATDIR, uniquer, region->index);
    2222
    2323    // write the data to the given FITS file
Note: See TracChangeset for help on using the changeset viewer.