astroplan icon indicating copy to clipboard operation
astroplan copied to clipboard

Observation planning package for astronomers – maintainer @bmorris3

Results 104 astroplan issues
Sort by recently updated
recently updated
newest added

It seems that some `astroplan.observer`'s functions do not work for me anymore. However, all was fine yesterday. For each function related to sun rise/set times or target set/rise times I...

As mentioned in several issues (508, 464, 453), `astroplan`'s current 1-pass, grid-based rise/set/transit methods and related others like noon() have problems with accuracy at coarse grid, and with speed at...

Couldn't find a previous issue about this, so here it is. With astroplan 0.8 and numpy 1.21.3 I get the following deprecation warning: ``` 2021-12-13 14:42:29,958 [WARNING] warnings.py:109 /usr/local/lib/python3.9/dist-packages/astroplan/scheduling.py:766: DeprecationWarning:...

Hi, I was trying the following: ``` from astroplan.constraints import AtNightConstraint from astroplan import Observer, FixedTarget, months_observable mwa = Observer.at_site('Murchison Widefield Array') bs = FixedTarget.from_name('Barnard star') months_observable(constraints=[AtNightConstraint.twilight_civil()], observer=mwa, targets=[bs]) ```...

For some reason, I have `targets` in ``np.ndarray``. (I have to mask some targets frequently by comparing them (`SkyCoord` objects) with a catalog table) The following code shows the problem:...

You are using a deprecated version of `codecov-action`, see https://github.com/codecov/codecov-action for more details. xref astropy/astropy#12245 This is an automated update made by the `batchpr` tool :robot: - feel free to...

Hello, Astroplan v0.8 I am making the list of dusks and dawns along the year 2021 with the code below. It returns `Nan ` (and crashes because of year -4713)...

When running tests offline, I obtain the following error: ``` platform linux -- Python 3.7.4, pytest-3.10.1, py-1.8.0, pluggy-0.8.0 Running tests with astroplan version 0.5. Running tests in astroplan docs. Date:...

Please rename your default branch from `master` to `main` as part of astropy/astropy-project#151 , preferably by 2021-03-22. Also a friendly reminder to check documentation, workflows, etc., and update them accordingly....

This PR attempts to replace all mention of `master` to `main` in this repository. This should be reviewed and merged right after the maintainer has renamed the default branch. This...