Skip to content

Commit

Permalink
Specify unit of rest frequency in MomentRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
pford committed Jul 23, 2024
1 parent 25a9b9b commit 8b2ec6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/messages.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ Source file: `request/moment_request.proto <https://github.com/CARTAvis/carta-pr
* - rest_freq
- double
-
-
- Set the rest frequency (Hz) of the image

.. carta:class:: carta-b2f momentresponse
Expand Down
1 change: 1 addition & 0 deletions request/moment_request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ message MomentRequest {
MomentMask mask = 6;
FloatBounds pixel_range = 7;
bool keep = 8;
// Set the rest frequency (Hz) of the image
double rest_freq = 9;
}

Expand Down

0 comments on commit 8b2ec6f

Please sign in to comment.