Skip to content

Commit

Permalink
restrict old examples to 1.5.0 where quantity 1.1 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 7, 2024
1 parent 9b8227d commit 7b1300c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/schemas/frames/cirs-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ title: |
examples:
-
- A CIRS frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/cirs-1.0.0>
frame_attributes:
obstime: !time/time-1.1.0 {scale: tai, value: B1950.000}
-
- A CIRS frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/cirs-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/frames/fk4-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ title: |
examples:
-
- A FK4 frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/fk4-1.0.0>
frame_attributes:
equinox: !time/time-1.1.0 {scale: tai, value: B1950.000}
obstime: !time/time-1.1.0 {scale: tai, value: B1950.000}
-
- A FK4 frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/fk4-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/frames/fk4noeterms-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ title: |
examples:
-
- A FK4NoETerms frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/fk4noeterms-1.0.0>
frame_attributes:
equinox: !time/time-1.1.0 {scale: tai, value: B1950.000}
obstime: !time/time-1.1.0 {scale: tai, value: B1950.000}
-
- A FK4NoETerms frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/fk4noeterms-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
1 change: 1 addition & 0 deletions resources/schemas/frames/galactocentric-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: |
examples:
-
- A Galactocentric frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/galactocentric-1.0.0>
frame_attributes:
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/frames/gcrs-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: |
examples:
-
- A GCRS frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/gcrs-1.0.0>
frame_attributes:
Expand All @@ -27,6 +28,7 @@ examples:
obstime: !time/time-1.1.0 J2000.000
-
- A GCRS frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/gcrs-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/frames/itrs-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ title: |
examples:
-
- A ITRS frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/itrs-1.0.0>
frame_attributes:
obstime: !time/time-1.1.0 {scale: tai, value: B1950.000}
-
- A ITRS frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/itrs-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/frames/precessedgeocentric-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: |
examples:
-
- A PrecessedGeocentric frame without data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/precessedgeocentric-1.0.0>
frame_attributes:
Expand All @@ -28,6 +29,7 @@ examples:
obstime: !time/time-1.1.0 J2000.000
-
- A PrecessedGeocentric frame with data
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/frames/precessedgeocentric-1.0.0>
data: !<tag:astropy.org:astropy/coordinates/representation-1.0.0>
Expand Down
2 changes: 2 additions & 0 deletions resources/schemas/representation-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: |
examples:
-
- A SphericalRepresentation
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/representation-1.0.0>
components:
Expand All @@ -26,6 +27,7 @@ examples:
type: SphericalRepresentation
-
- A CartesianDifferential
- asdf-standard-1.5.0
- |
!<tag:astropy.org:astropy/coordinates/representation-1.0.0>
components:
Expand Down

0 comments on commit 7b1300c

Please sign in to comment.