ofwin_setbackgroundstardata Subroutine

public subroutine ofwin_setbackgroundstardata(row, col, minmag, maxmag, fname)

Set the background star field of the specified grid position.

This applies to the current active WindowProxy.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: row

Row in the grid to set.

integer(kind=int32), intent(in) :: col

Column in the grid to set.

real(kind=real32), intent(in) :: minmag

Minimum star magnitude to show.

real(kind=real32), intent(in) :: maxmag

Maximum star magnitude to show.

character(len=*), intent(in) :: fname

File containing the background star field catalog data.