|
msiSdssImgCutout_GetJpeg |
( |
msParam_t * |
inRaParam, |
|
|
msParam_t * |
inDecParam, |
|
|
msParam_t * |
inScaleParam, |
|
|
msParam_t * |
inWidthParam, |
|
|
msParam_t * |
inHeightParam, |
|
|
msParam_t * |
inOptParam, |
|
|
msParam_t * |
outImgParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice returns an image buffer given a position and cutout from the SDSS Image Cut Out service using web service provided by http://skyserver.sdss.org
- Module:
- webservices
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008-05
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inRaParam | - a msParam of type STR_MS_T which is a Right Ascemsion as float printed onto string. |
[in] | inDecParam | - a msParam of type STR_MS_T which is a Declination as float printed onto string. |
[in] | inScaleParam | - a msParam of type STR_MS_T which is a Scaling factor as float printed onto string. |
[in] | inWidthParam | - a msParam of type STR_MS_T which is a Width of image as float printed onto string. |
[in] | inHeightParam | - a msParam of type STR_MS_T which is a height of image as float printed onto string. |
[in] | inOptParam | - a msParam of type STR_MS_T which is other optional parameters. |
[out] | outImgParam | - a msParam of type BUF_LEN_MS_T which is Image Buffer. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 62 of file sdssImgCutoutMS.c.
|