vlbiplanobs


Namevlbiplanobs JSON
Version 4.6.3 PyPI version JSON
download
home_pageNone
SummaryObservaiton Planner for VLBI observations
upload_time2025-08-25 18:29:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords astronomy astrophysics cosmology radio science observations planner coordinate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > Thank you everyone for the wait!  PlanObs is back with tons of new features.
> That also imply that for the time being it may contain some minor bugs, and a few features may be missing. They will be back incrementally during the upcoming updates.


# EVN Observation Planner


The EVN Observation Planner is a tool to determine the visibility of a given astronomical source when planning very-long-baseline-interferometry (VLBI) observations. The tool is specially written for the preparation of observations with the [European VLBI Network (EVN)](https://www.evlbi.org), but it can be used for any kind of VLBI observations than can be currently arranged (e.g. with the [Very Long Baseline Array, VLBA](https://public.nrao.edu/telescopes/vlba/); [the Australian Long Baseline Array, LBA](https://www.atnf.csiro.au/vlbi/overview/index.html); [eMERLIN](http://www.merlin.ac.uk/e-merlin/index.html); or [the global mm-VLBI array](https://www3.mpifr-bonn.mpg.de/div/vlbi/globalmm/), for example). An ad-doc VLBI array can also be quickly configured.

In addition to the determination of the source visibility by the different antennas, the EVN Observation Planner would provide an estimation of the expected rms noise level (sensitivity) reached during the planned observations, and an estimation of the resolution. The EVN Observation Planner can thus be used while [preparing an observing proposal](https://www.evlbi.org/using-evn).
Note that the EVN Observation Planner has been designed as a more complete version of the previous [EVN Calculator](http://old.evlbi.org/cgi-bin/EVNcalc.pl).



## It runs both online and locally!

You can make use of the EVN Observation Planner just by going to [the online tool hosted at JIVE](https://planobs.jive.eu), without installing anything.


But if you want to run it in your local machine, you can also install the package via `pip`:

```bash
python3 -m pip install vlbiplanobs
```


Once you have it installed, you can simply run it by typing `planobs-server` in the terminal.  It will start to run the server and you will be able to access it in your browser by following the typed url (likely http://0.0.0.0:8050/).


> **But PlanObs also has a lovely command-line interface!

The EVN Observation Planner can also be used through the terminal or inside your own Python program without the need of running a server.


### Command-line interface (CLI)

_This is great for when you want to plan, or verify the feasibility of, a VLBI observation quickly, or you have multiple sources to observe already defined._


You only need to type:

```bash
planobs
```


In your terminal to encounter all options.


**Example cases**

1. You want to know when a source (e.g. 'Altair') can be observed by a given VLBI network (e.g. the EVN and eMERLIN). It is as easy as:

```bash
planobs -b 6cm -t 'Altair' --network EVN eMERLIN
```


If you want to specify an epoch and some particular stations, you can do:

```bash
planobs --band 6cm --target 'Altair' --stations Ef Hh Ir Mc Tr Hh T6 O8 Wb Cm --starttime '2020-06-15 20:00' --duration 12
    --no-gui   # if you don't want to visualize the plots in the browser but only within the terminal
```



## Station additions

The information about each station is stored in an independent file under `data/stations_catalog.inp` (following a [Python configuration file format](https://docs.python.org/3/library/configparser.html)). Then, the addition or update of a new station is extremely straightforward. You can manually add a new station by introducing a new entry in the file with the following fields and syntax:

```python
[Station Name]

station = Station Name
code = # An unique code to identify the station (it can be the abbreviation of the full station name).
network = # If the station belongs to one of the known VLBI Networks, or 'Other' otherwise.
possible_networks = # a comma-separated list of possible VLBI Networks that the station can join to observe.
country =  # Country where the station is located.
diameter =  # station diameter in free format (e.g. '30 m' or '30 x 20 m' is often used for the case of interferometers composed of 30 20-m antennas).
position = X, Y, Z  # Geocentric coordinates of the station.
min_elevation = XX  # minimum elevation the station can observe, in degrees. By default it is 10 deg if not specified.
real_time = no/yes  #  In case the station can participate in real-time correlation observations (e.g. e-EVN). By default 'no'.
SEFD_YY = ZZ   # Multiple inputs providing the estimated System Equivalent Flux Density (SEFD) of the station (ZZ measured in Jy) at the observing wavelength YY in cm. There should be one entry per observing band.
# The lack of entries would be understood as the station is unable to observe at such band.
```


We are more than glad to integrate any additional station that can be relevant to the purposes of this program.

If you have any suggestion, please open an issue in the GitHub repository, or [contact the author](mailto:marcote@jive.eu).







            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vlbiplanobs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "astronomy, astrophysics, cosmology, radio, science, observations, planner, coordinate",
    "author": null,
    "author_email": "\"B. Marcote\" <marcote@jive.eu>",
    "download_url": "https://files.pythonhosted.org/packages/05/a5/208774c8ce90803e0169136bc639f250c8261aca3ef72d4f4502b9e26cd7/vlbiplanobs-4.6.3.tar.gz",
    "platform": null,
    "description": "> Thank you everyone for the wait!  PlanObs is back with tons of new features.\n> That also imply that for the time being it may contain some minor bugs, and a few features may be missing. They will be back incrementally during the upcoming updates.\n\n\n# EVN Observation Planner\n\n\nThe EVN Observation Planner is a tool to determine the visibility of a given astronomical source when planning very-long-baseline-interferometry (VLBI) observations. The tool is specially written for the preparation of observations with the [European VLBI Network (EVN)](https://www.evlbi.org), but it can be used for any kind of VLBI observations than can be currently arranged (e.g. with the [Very Long Baseline Array, VLBA](https://public.nrao.edu/telescopes/vlba/); [the Australian Long Baseline Array, LBA](https://www.atnf.csiro.au/vlbi/overview/index.html); [eMERLIN](http://www.merlin.ac.uk/e-merlin/index.html); or [the global mm-VLBI array](https://www3.mpifr-bonn.mpg.de/div/vlbi/globalmm/), for example). An ad-doc VLBI array can also be quickly configured.\n\nIn addition to the determination of the source visibility by the different antennas, the EVN Observation Planner would provide an estimation of the expected rms noise level (sensitivity) reached during the planned observations, and an estimation of the resolution. The EVN Observation Planner can thus be used while [preparing an observing proposal](https://www.evlbi.org/using-evn).\nNote that the EVN Observation Planner has been designed as a more complete version of the previous [EVN Calculator](http://old.evlbi.org/cgi-bin/EVNcalc.pl).\n\n\n\n## It runs both online and locally!\n\nYou can make use of the EVN Observation Planner just by going to [the online tool hosted at JIVE](https://planobs.jive.eu), without installing anything.\n\n\nBut if you want to run it in your local machine, you can also install the package via `pip`:\n\n```bash\npython3 -m pip install vlbiplanobs\n```\n\n\nOnce you have it installed, you can simply run it by typing `planobs-server` in the terminal.  It will start to run the server and you will be able to access it in your browser by following the typed url (likely http://0.0.0.0:8050/).\n\n\n> **But PlanObs also has a lovely command-line interface!\n\nThe EVN Observation Planner can also be used through the terminal or inside your own Python program without the need of running a server.\n\n\n### Command-line interface (CLI)\n\n_This is great for when you want to plan, or verify the feasibility of, a VLBI observation quickly, or you have multiple sources to observe already defined._\n\n\nYou only need to type:\n\n```bash\nplanobs\n```\n\n\nIn your terminal to encounter all options.\n\n\n**Example cases**\n\n1. You want to know when a source (e.g. 'Altair') can be observed by a given VLBI network (e.g. the EVN and eMERLIN). It is as easy as:\n\n```bash\nplanobs -b 6cm -t 'Altair' --network EVN eMERLIN\n```\n\n\nIf you want to specify an epoch and some particular stations, you can do:\n\n```bash\nplanobs --band 6cm --target 'Altair' --stations Ef Hh Ir Mc Tr Hh T6 O8 Wb Cm --starttime '2020-06-15 20:00' --duration 12\n    --no-gui   # if you don't want to visualize the plots in the browser but only within the terminal\n```\n\n\n\n## Station additions\n\nThe information about each station is stored in an independent file under `data/stations_catalog.inp` (following a [Python configuration file format](https://docs.python.org/3/library/configparser.html)). Then, the addition or update of a new station is extremely straightforward. You can manually add a new station by introducing a new entry in the file with the following fields and syntax:\n\n```python\n[Station Name]\n\nstation = Station Name\ncode = # An unique code to identify the station (it can be the abbreviation of the full station name).\nnetwork = # If the station belongs to one of the known VLBI Networks, or 'Other' otherwise.\npossible_networks = # a comma-separated list of possible VLBI Networks that the station can join to observe.\ncountry =  # Country where the station is located.\ndiameter =  # station diameter in free format (e.g. '30 m' or '30 x 20 m' is often used for the case of interferometers composed of 30 20-m antennas).\nposition = X, Y, Z  # Geocentric coordinates of the station.\nmin_elevation = XX  # minimum elevation the station can observe, in degrees. By default it is 10 deg if not specified.\nreal_time = no/yes  #  In case the station can participate in real-time correlation observations (e.g. e-EVN). By default 'no'.\nSEFD_YY = ZZ   # Multiple inputs providing the estimated System Equivalent Flux Density (SEFD) of the station (ZZ measured in Jy) at the observing wavelength YY in cm. There should be one entry per observing band.\n# The lack of entries would be understood as the station is unable to observe at such band.\n```\n\n\nWe are more than glad to integrate any additional station that can be relevant to the purposes of this program.\n\nIf you have any suggestion, please open an issue in the GitHub repository, or [contact the author](mailto:marcote@jive.eu).\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Observaiton Planner for VLBI observations",
    "version": "4.6.3",
    "project_urls": {
        "Bug Reports": "https://github.com/bmarcote/vlbi_calculator/issues",
        "Source": "https://github.com/bmarcote/vlbi_calculator/"
    },
    "split_keywords": [
        "astronomy",
        " astrophysics",
        " cosmology",
        " radio",
        " science",
        " observations",
        " planner",
        " coordinate"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c7e6f262f14d4350bdede8ca161217d2a7526f7c0bf73a81c6ec77864cf5e41",
                "md5": "dbac7271a7f97d2f1892da0a2eeac8a7",
                "sha256": "e62008b62732119baaba149f0289f498ff08001604da18e9473ebda3ea118b22"
            },
            "downloads": -1,
            "filename": "vlbiplanobs-4.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbac7271a7f97d2f1892da0a2eeac8a7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 75842555,
            "upload_time": "2025-08-25T18:29:02",
            "upload_time_iso_8601": "2025-08-25T18:29:02.446309Z",
            "url": "https://files.pythonhosted.org/packages/3c/7e/6f262f14d4350bdede8ca161217d2a7526f7c0bf73a81c6ec77864cf5e41/vlbiplanobs-4.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05a5208774c8ce90803e0169136bc639f250c8261aca3ef72d4f4502b9e26cd7",
                "md5": "a3e4da12deaf0bb2860c936f2ea60f10",
                "sha256": "222f39cccfbbdef5b592fbad2f2c6f5e8b5059e04fd942333171a98891794d0c"
            },
            "downloads": -1,
            "filename": "vlbiplanobs-4.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a3e4da12deaf0bb2860c936f2ea60f10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 75714387,
            "upload_time": "2025-08-25T18:29:12",
            "upload_time_iso_8601": "2025-08-25T18:29:12.412203Z",
            "url": "https://files.pythonhosted.org/packages/05/a5/208774c8ce90803e0169136bc639f250c8261aca3ef72d4f4502b9e26cd7/vlbiplanobs-4.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-25 18:29:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bmarcote",
    "github_project": "vlbi_calculator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vlbiplanobs"
}
        
Elapsed time: 1.78119s