Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Merge requests
!50
Draft: Mosaic imaging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Mosaic imaging
multi_resolve
into
master
Overview
0
Commits
40
Pipelines
15
Changes
26
Open
Jakob Roth
requested to merge
multi_resolve
into
master
1 year ago
Overview
0
Commits
40
Pipelines
15
Changes
26
Expand
@g-jruestig
I just created an MR.
0
0
Merge request reports
Compare
master
version 14
a37d0e7d
6 months ago
version 13
d4b5a253
6 months ago
version 12
e9a774fc
7 months ago
version 11
c0f085ea
7 months ago
version 10
27bdf577
7 months ago
version 9
ffde0473
7 months ago
version 8
e797d22a
7 months ago
version 7
aa0ef3bd
7 months ago
version 6
a3f396f6
9 months ago
version 5
c044fbab
9 months ago
version 4
e3518258
9 months ago
version 3
549e8303
9 months ago
version 2
2d561a8e
9 months ago
version 1
a3d32ee7
1 year ago
master (HEAD)
and
latest version
latest version
52e22660
40 commits,
4 months ago
version 14
a37d0e7d
39 commits,
6 months ago
version 13
d4b5a253
38 commits,
6 months ago
version 12
e9a774fc
37 commits,
7 months ago
version 11
c0f085ea
36 commits,
7 months ago
version 10
27bdf577
35 commits,
7 months ago
version 9
ffde0473
34 commits,
7 months ago
version 8
e797d22a
35 commits,
7 months ago
version 7
aa0ef3bd
34 commits,
7 months ago
version 6
a3f396f6
31 commits,
9 months ago
version 5
c044fbab
30 commits,
9 months ago
version 4
e3518258
27 commits,
9 months ago
version 3
549e8303
26 commits,
9 months ago
version 2
2d561a8e
25 commits,
9 months ago
version 1
a3d32ee7
24 commits,
1 year ago
26 files
+
1779
−
105
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
demo/multi_resolve/small/casa_sim_small.py
0 → 100644
+
60
−
0
Options
# https://casaguides.nrao.edu/index.php?title=Simalma_CASA_6.5.4
# Set simobserve to default parameters
default
(
"
simobserve
"
)
# Our project name will be m51c, and all simulation products will be placed in a subdirectory m51c/
project
=
"
m51c
"
# Model sky = Halpha image of M51
# os.system(
# 'curl https://casaguides.nrao.edu/images/3/3f/M51ha.fits.txt -f -o M51ha.fits')
skymodel
=
"
M51ha.fits
"
# Set model image parameters:
indirection
=
"
J2000 13h37m00.75s -29d51m58.6s
"
incell
=
"
0.05arcsec
"
inbright
=
"
0.004
"
incenter
=
"
333.0GHz
"
inwidth
=
"
50MHz
"
# have simobserve calculate mosaic pointing locations:
setpointings
=
True
integration
=
"
10s
"
mapsize
=
"
20arcsec
"
maptype
=
"
hex
"
# this could also be specified in units of the primary beam e.g. "0.5PB"
pointingspacing
=
"
9arcsec
"
# pointingspacing = "0.5PB"
obsmode
=
"
int
"
antennalist
=
"
ALMA;0.5arcsec
"
totaltime
=
"
3600s
"
graphics
=
"
both
"
simobserve
()
integration
=
"
10s
"
mapsize
=
"
50arcsec
"
maptype
=
"
hex
"
obsmode
=
"
sd
"
sdantlist
=
"
aca.tp.cfg
"
sdant
=
0
refdate
=
"
2012/12/01
"
totaltime
=
"
2h
"
simobserve
()
integration
=
"
10s
"
mapsize
=
"
30arcsec
"
maptype
=
"
hex
"
pointingspacing
=
"
5arcsec
"
obsmode
=
"
int
"
refdate
=
"
2012/12/02
"
antennalist
=
"
aca.i.cfg
"
totaltime
=
"
3
"
simobserve
()
Loading