Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when plotting clutter maps #655

Open
iskandari opened this issue Mar 28, 2024 · 1 comment · May be fixed by #656
Open

Error when plotting clutter maps #655

iskandari opened this issue Mar 28, 2024 · 1 comment · May be fixed by #656
Assignees

Comments

@iskandari
Copy link
Collaborator

A clutter map with an OCCULT parameter can be read as a polar volume.

occult= read_pvolfile('KRIW.h5', param='all')
occult
               Polar volume (class pvol)

     # scans:  5 
       radar:  KRIW 
      source:  RAD:KRIW 
nominal time:  2017-04-10 22:37:04 

But throws an error when we try to plot a scan:

my_scan <- occult$scans[[1]]
plot(my_scan)

Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': error in evaluating the argument 'x' in selecting a method for function 'flip': missing value where TRUE/FALSE needed

KRIW.h5.zip

@iskandari iskandari self-assigned this Mar 28, 2024
@iskandari
Copy link
Collaborator Author

Fixed in #656

@PietrH PietrH linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant