IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of DVO_Adding_Query_Fields


Ignore:
Timestamp:
Jan 11, 2011, 11:01:44 AM (15 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DVO_Adding_Query_Fields

    v2 v3  
    1111To add a new field, you need to first add it to the appropriate enum above.
    1212
    13 Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c.  There is one for each of the queries above: \ParseMeasureField(), \ParseAverageField(), \ParseImageField().  You need to add an entry to the list of tests for each field.  Eg:
     13Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c.  There is one for each of the queries above: ParseMeasureField(), ParseAverageField(), ParseImageField().  You need to add an entry to the list of tests for each field.  Eg:
    1414
    1515{{{