RKuttruff opened a new pull request, #200:
URL: https://github.com/apache/incubator-sdap-nexus/pull/200

   Added output formatter for COVERAGE plotting to be used by the 
`/match_spark` endpoint.
   
   Outputs support the following plots:
   - Time series (primary + secondary)
   - Scatter (primary vs secondary)
   - Primary histogram
   - Secondary histogram
   - Difference map (primary - secondary)
   
   To use this formatter, set parameter `output=CAML`
   
   Parameters:
   
   |  **Parameter** |                                                           
                                                                                
                                           **Description**                      
                                                                                
                                                                                
|
   
|:--------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
   |   camlPrimary  | **Required:** Variable name from the primary dataset that 
is being plotted.                                                               
                                                                                
                                                                                
                                                                                
|
   |  camlSecondary | **Required:** Variable name from the secondary dataset 
that is being plotted. Note that this will override the `parameter` parameter.  
                                                                                
                                                                                
                                                                                
   |
   | camlChartTypes | <div align="left">Comma-separated list of plot types to 
output. Default: Scatter, histograms, difference 
map.<br>Values:<br><ul><li>time_series: Time series plot</li><li>scatter: 
Scatter plot</li><li>histogram_primary: Primary 
histogram</li><li>histogram_secondary: Secondary histogram</li><li>trajectory: 
Difference map</li></ul></div> |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to