You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running CloudCal using R 4.3.2 on a Mac. I have uploaded a set of 20 CSV files that I created from PDZ files using S1PXRF and following your recommendation to select 'Replace duration with live time.' I tried uploading PDZ files instead of CSV files, but they don't work (I get an error message stating that the readPDZ24 file is missing), so I've just worked with the CSV.
I'm trying to work my way through the next steps, but the video tutorial seems to be for an older version of CloudCal. If there's a newer tutorial available that solves this problem please let me know (and sorry for not being able to find it in my own).
When I move to the counts tab, I see a blank table with no data (screenshot attached)
When I click "confirm elements" for the pre-filled elements or for any others I add, the screen goes grey and nothing happens.
Is there a critical step that I have missed?
Thank you!
I'll note that I get some warnings when I upload the CSV files in the R console.
| 0 % ~calculating Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
|+++++++++++++++++ | 33% ~00s Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
|++++++++++++++++++++++++++++++++++ | 67% ~00s Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
Warning in csvFrame(filepath = inFile[x, "datapath"], filename = inFile[x, :
NAs introduced by coercion
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s
Warning in data.frame(Energy = as.numeric(gsub("X", "", colnames(data)))[-1], :
NAs introduced by coercion
I also see the following when I select "confirm elements" in the R consol
I've got a a separate repo (https://github.com/leedrake5/rpdz) to handle PDZ files. From your description it sounds like this has not been installed. Can you try the following:
remotes::install_github("leedrake5/rPDZ")
And let me know if PDZ files then work? Either PDZ 25 or PDZ 24 should work, though still working through bugs with how some files are set up.
It's hard to tell what the issue is, but it looks like it may be in the CSV files since it sounds like there is missing data.
Hi,
I'm running CloudCal using R 4.3.2 on a Mac. I have uploaded a set of 20 CSV files that I created from PDZ files using S1PXRF and following your recommendation to select 'Replace duration with live time.' I tried uploading PDZ files instead of CSV files, but they don't work (I get an error message stating that the readPDZ24 file is missing), so I've just worked with the CSV.
I'm trying to work my way through the next steps, but the video tutorial seems to be for an older version of CloudCal. If there's a newer tutorial available that solves this problem please let me know (and sorry for not being able to find it in my own).
When I move to the counts tab, I see a blank table with no data (screenshot attached)
When I click "confirm elements" for the pre-filled elements or for any others I add, the screen goes grey and nothing happens.
Is there a critical step that I have missed?
Thank you!
I'll note that I get some warnings when I upload the CSV files in the R console.
I also see the following when I select "confirm elements" in the R consol
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: