IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 2:28:17 PM (14 years ago)
Author:
eugene
Message:

new query fields (secfilt flags; mean airmass; mcal offset, photcode_klam, photcode_c); updates to the measure,average,secfilt bit flags (relphot & relastr); support for distributed hosts & flat-field corrections in dvo; support for PS1_V3 schema; remove strdup from code (break ohana memory management); better support for Average,Measure Tiny values (used by relphot and relastro)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/skyregion_ops.c

    r29439 r33649  
    2020  list[0].Nregions = 0;
    2121  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     22  strcpy (list[0].hosts, table[0].hosts);
    2223
    2324  region = table[0].regions;
     
    6768  list[0].Nregions = N;
    6869  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     70  strcpy (list[0].hosts, table[0].hosts);
    6971
    7072  region = table[0].regions;
     
    102104  list[0].Nregions = N;
    103105  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     106  strcpy (list[0].hosts, table[0].hosts);
    104107
    105108  region = table[0].regions;
     
    261264  ALLOCATE (list[0].filename, char *, NNEW);
    262265  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     266  strcpy (list[0].hosts, table[0].hosts);
    263267
    264268  region = table[0].regions;
     
    326330  list[0].Nregions = 0;
    327331  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     332  strcpy (list[0].hosts, inList[0].hosts);
    328333
    329334  region = inList[0].regions;
     
    403408  ALLOCATE (list[0].filename, char *, NNEW);
    404409  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     410  strcpy (list[0].hosts, table[0].hosts);
    405411
    406412  region = table[0].regions;
Note: See TracChangeset for help on using the changeset viewer.