Skip to content

Commit

Permalink
Merge pull request #71 from JLBLine/stokesQUV
Browse files Browse the repository at this point in the history
Stokes QUV
  • Loading branch information
JLBLine authored Aug 20, 2024
2 parents 208d3b0 + f151b6d commit ed9d885
Show file tree
Hide file tree
Showing 123 changed files with 13,978 additions and 4,532 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ cmake_testing/GPU_code/source_components/*.png
cmake_testing/GPU_code/primary_beam_gpu/*.png
cmake_testing/GPU_code/primary_beam_gpu/plots

cmake_testing/wodenpy/skymodel/test_full_skymodel.fits
cmake_testing/wodenpy/skymodel/test_full_skymodel.txt
cmake_testing/wodenpy/skymodel/test_full_skymodel.yaml

*importuvfits.last
*.log

Expand Down Expand Up @@ -92,4 +96,10 @@ wodenpy/libwoden*.so
wodenpy.egg-info

## ingnore things named with pyenv on front
pyenv*
pyenv*

##outputs in examples
examples/polarisation/*.fits
examples/polarisation/*.uvfits
examples/polarisation/*.ms
examples/polarisation/eg_array.txt
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ As `WODEN` is written primarily for the MWA, the simplest way to feed in observa
```bash
run_woden.py \
--ra0=50.67 --dec0=-37.2 \
--cat_filename=srclist_msclean_fornaxA_phase1+2.txt \
--cat_filename=srclist_msclean_fornaxA_phase1+2.fits \
--metafits_filename=1202815152_metafits_ppds.fits \
--primary_beam=MWA_FEE
```
Expand All @@ -101,7 +101,7 @@ where the array layout, observational settings, frequency and time resolution ar
```bash
run_woden.py \
--ra0=50.67 --dec0=-37.2 \
--cat_filename=srclist_msclean_fornaxA_phase1+2.txt \
--cat_filename=srclist_msclean_fornaxA_phase1+2.fits \
--primary_beam=MWA_FEE \
--MWA_FEE_delays=[6,4,2,0,8,6,4,2,10,8,6,4,12,10,8,6] \
--lowest_channel_freq=169.6e+6 \
Expand All @@ -114,5 +114,7 @@ run_woden.py \

`WODEN` can read in an array layout as specified in local east, north, and height, and can simulate for any location on Earth (defaults to the MWA but you can specify Earth location with `--longitude` / `--latitude`).

## 4. WODEN sky model
The `WODEN` sky model uses point sources, elliptical Gaussians, and shapelet models. All sources can either have power-law, curved power law, or list of flux densities spectral behaviour. A full [breakdown of the sky model lives here on readthedocs](https://woden.readthedocs.io/en/latest/operating_principles/skymodel.html), along with the possible formats to feed into `WODEN`.
## 4. LoBES/hyperdrive/WODEN sky model
This sky model uses point sources, elliptical Gaussians, and shapelet models. All sources can either have power-law, curved power-law, or list of flux densities for Stokes I spectral behaviour. It can optionally also have a polarisation fraction, power-law, or curved power-law for linear (Q and U) and circular (V) polarisation.

A full [breakdown of the sky model lives here on readthedocs](https://woden.readthedocs.io/en/latest/operating_principles/skymodel.html), along with the possible formats to feed into `WODEN`.
Loading

0 comments on commit ed9d885

Please sign in to comment.