Skip to content

Commit

Permalink
specify specifics for Mustang-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshiwavm committed Sep 6, 2023
1 parent 9e3a123 commit dfe573f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 60 deletions.
74 changes: 18 additions & 56 deletions docs/source/tutorials/mock-observations.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions maria/atmosphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def _run(self, units='K_RJ'):


DEFAULT_LA_CONFIG = {
"min_depth": 500,
"max_depth": 3000,
"n_layers": 4,
"min_depth": 1000,
"max_depth": 1000,
"n_layers": 1,
"min_beam_res": 4,
}

Expand Down
2 changes: 1 addition & 1 deletion maria/configs/pointings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
description: A 60-second stare at 45deg elevation.
start_time: '2022-07-01T08:00:00'
start_time: '2022-02-10T06:00:00'
integration_time: 60
scan_pattern: daisy
pointing_frame: az_el
Expand Down
1 change: 1 addition & 0 deletions maria/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# this is the junk drawer of functions
import warnings

from .coords import *
from .functions import *
Expand Down

0 comments on commit dfe573f

Please sign in to comment.