Recent content by Hercuflea
-
Half life from two identical radioactive sources cpm
Sorry about the equations, I put $$ around the equations like the LAtex Primer said, but they don't seem to be showing correctly. edit: fixed- Hercuflea
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
Half life from two identical radioactive sources cpm
Homework Statement " Independent measurements are taken on two identical radioactive samples. On the first radioactive sample, a radiation detection system measures N decays on a radioactive sample during a total period of T. On the second radioactive sample, a radiation detection system...- Hercuflea
- Thread
- Half life Life Radioactive Sources
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Python Insert data into excel, calculate+retrieve data using Python
After playing with it some more, I decided win32com is too complicated to bother with. I converted the file to ODS, and I converted my script from VBA to python. Got it running decently but it is ~200x slower running in python and LibreOffice than it was with VBA and Excel! Alas, there's always...- Hercuflea
- Post #6
- Forum: Programming and Computer Science
-
Python Insert data into excel, calculate+retrieve data using Python
Hmmm...Interesting I'll give it a look. I figured out how to write a script in excel VBA for a single case, but I much prefer working with numpy and matplotlib. All of the python excel packages I've looked at will let you update a "static" excel file, but apparently you can't dynamically...- Hercuflea
- Post #4
- Forum: Programming and Computer Science
-
Python Insert data into excel, calculate+retrieve data using Python
Hello, I currently have a Google Sheets document that I want to run some analysis on. The document is very formula- heavy (not just raw data). It takes a set of input numbers and does some computations and gives me an important output number at the bottom of the spreadsheet. These computations...- Hercuflea
- Thread
- Data Excel Python
- Replies: 5
- Forum: Programming and Computer Science
-
Physics Medical physicist thinking of moving to US
Did you happen to do the residency program at National Radiation Oncology Physics Residency Programme. This one is CAMPEP accredited. Thought it was worth a try to ask since you said you are in Ireland. There is also a CAMPEP accredited masters at NUI Galway. You could potentially do that and...- Hercuflea
- Post #6
- Forum: STEM Career Guidance
-
CT Scan to editable Solidworks file?
Oooh! I think I have that. I'll give it a try.- Hercuflea
- Post #3
- Forum: General Engineering
-
CT Scan to editable Solidworks file?
Hello, I have CT scanned an object at my local hospital, and I want to convert the object to an editable part in SolidWorks. So far, I've used the program 3D Slicer to create a label map of the object and exported it to an .STL format. However, it doesn't seem to be editable at all when I...- Hercuflea
- Thread
- ct File Solidworks
- Replies: 4
- Forum: General Engineering
-
Python Best way to get data from a website that is not obviously tabulated
How do sites like Mint.com do stuff like this? There are a huge number of banks that they have to pull data from and it is all stored in a different way, and even if they changed one tag in the HTML it would cause the search to fail?- Hercuflea
- Post #12
- Forum: Programming and Computer Science
-
Undergrad Is there any international astronomy competitions for adults
Yes, there is one that takes place in Norway every year. Its called the Nobel Peace Prize.- Hercuflea
- Post #6
- Forum: Astronomy and Astrophysics
-
Python Best way to get data from a website that is not obviously tabulated
I modified the script to: javascript: for(var i=0; i < dataset.length; i++ ){ var ds = dataset[i]; document.writeln("<br>" + i + ": " + " cname: " + ds.cname + " paid: " + ds.paid + " paidrank: " + ds.paidrank + " cfips: " + ds.cfips + " homeval: " + ds.homeval + " homevalrank: " +...- Hercuflea
- Post #6
- Forum: Programming and Computer Science
-
Python Best way to get data from a website that is not obviously tabulated
Awesome! It's working now. Thank you!- Hercuflea
- Post #5
- Forum: Programming and Computer Science
-
Python Best way to get data from a website that is not obviously tabulated
Hmm, it returns 3143 items, but they all say "undefined,undefined". And it seems to be stuck in an infinite loop.- Hercuflea
- Post #3
- Forum: Programming and Computer Science
-
Python Best way to get data from a website that is not obviously tabulated
Hello, I'm trying to download and analyze the data from this link. I've used Python BS4 to read tabulated data before from a website, however this webpage is more complicated than any I have seen before. It's not set up as a table (at least that I can tell using inspect element). Is there a...- Hercuflea
- Thread
- Data
- Replies: 11
- Forum: Programming and Computer Science
-
Physics Physics Lecturer with Medical Physics graduate degree?
Can one teach college level Physics classes with a CAMPEP accredited Master's or Ph.D. in medical physics? Do most departments look for pure physics graduates or is medical physics acceptable?- Hercuflea
- Thread
- Degree Graduate Graduate degree Medical Medical physics Physics Physics graduate
- Replies: 1
- Forum: STEM Career Guidance