> > |
- solarLimbDarkening.nb: Mathematica functions to extract pixel data from all frames of uncompressed avi file
- Functions
- d = singleFrameData[directoryName, fileName, frameNumber]
- Just gets a single frame from the file and returns 2-D array (list of lists)
- Really just to understand what is done in a simple way to get the frame from file
- defineAreaOfInterest[directoryName, fileName]
- Complicated piece of code to determine a good area of interest
- Most of the complication is drawing stuff and not physics
- r = videoData[directoryName, fileName, x0, xw, y0, yw]
- Loops over all the frames in a file and returns pixel values
META FILEATTACHMENT |
attachment="solarLimbDarkeningAoiDefinition.jpg" attr="h" comment="" date="1317776798" name="solarLimbDarkeningAoiDefinition.jpg" path="solarLimbDarkeningAoiDefinition.jpg" size="80363" stream="solarLimbDarkeningAoiDefinition.jpg" user="Public.StewartBoogert" version="1" |
META FILEATTACHMENT |
attachment="solarLimbDarkening.nb" attr="h" comment="" date="1317776878" name="solarLimbDarkening.nb" path="solarLimbDarkening.nb" size="28594" stream="solarLimbDarkening.nb" user="Public.StewartBoogert" version="1" |
|