Skip to content

Commit

Permalink
Merge pull request #137 from LCOGT/feature/change-zoom-values
Browse files Browse the repository at this point in the history
Feature/change zoom values
  • Loading branch information
capetillo authored Jan 8, 2024
2 parents 714ef51 + 597a3ac commit 12c5833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/InstrumentControls/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default {
return {
isExpandedStatusVisible: false,
zoom_options: [
'Full', 'Small sq.', ' 1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
'Full', ' 1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
],
quick_stacks_filter_list: [
'RGB irg', 'LRGB wirg', 'UBV ugr', 'O3HaS2'
Expand Down
2 changes: 1 addition & 1 deletion src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ export default {
quick_stacks_filter_list: ['RGB irg', 'LRGB wirg', 'UBV ugr', 'O3HaS2'],
generic_camera_areas: [
'Mosaic deg.', 'Mosaic arcmin.', 'Big sq.', 'Full',
'Small sq.', '71%', '50%', '35%', '25%', '18%', '12.5%', '9%', '6%'
'Small sq.', '1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
],
minDegrees: 0.0,
maxDegrees: this.getMosaicLimits(),
Expand Down

0 comments on commit 12c5833

Please sign in to comment.