Question: Solar AIA and XRT computation and diagnostics: - * * * * Please only answer in terms of IDL software on bladerunner server using a
Solar AIA and XRT computation and diagnostics:
Please only answer in terms of IDL software on bladerunner server using a termuxterminal interface.
My goal is to perform the diagnostics for each AIA channel and then the final AIA data with the XRT data for comparisons and accuracy how similar or same they are how well do they agree with each other
To that end, I am trying to get the temperature of the bright spotson the bottom left "corner" coronal loop of the sun in AIA and XRT and compare them to check how well they agree with each other. I need to use IDL in bladerunner server on terminalcommand screen. I have the sav file idl compabilbewhich contains Be thin and Be Med responsefunctions for XRTto access this i use the command restore,'filename.sav' to get the arrays as structure. I also have the AIA data which may be recalled using sswservicegetdata,"sswserviceloud
My code so far in terms of IDL on terminal:
For the INCORRECT portion of the sun:
readsdo, sswcutoutAIAfts index data
readsdo, sswcutoutAIAfts index data
readsdo, sswcutoutAIAfts index data
readsdo, sswcutoutAIAfts index data
readsdo, sswcutoutAIAfts index data
readsdo, sswcutoutAIAfts index data
help, indexstr
help, data
data data::
data data::
data data::
data data::
data data::
data data::
plotimage, data
plotimage, data
plotimage, data
nx nelementsdata
ny nelementsdata
imgcube dblarrnx ny
imgcube data
imgcube data
imgcube data
imgcube data
imgcube data
imgcube data
help, imgcube
lgTmin
dlgT
nlgT
aiasparseeminit, timedependAprevenorm $
uselgtaxisfindgennlgT dlgT lgTmin, $
basessigmas
tolfunc 'aiabpestimateerrory
aiasparseemsolve, imgcube: tolfunctolfunc, tolfac $
oememcube, statusstatus, coeffcoeff, adaptivetolfacadaptivetolfacaia, $
tolmaptolmapaia
aiasparsedeminspect, coeff, emcube, status, ylog imgaiamagcube
plotimage, emcube
plotimage, emcube
logt findgennlgT dlgT lgTmin
print, logt
exposure times for each channel:
IDL print, indexEXPTIME ; Should return exposure time for
IDL print, indexEXPTIME ; Should return exposure time for
IDL print, indexEXPTIME ; Should return exposure time for
IDL print, indexEXPTIME ; Should return exposure time for
IDL print, indexEXPTIME ; Should return exposure time for
IDL print, indexEXPTIME ; Should return exposure time for
aiaexptime
code that worked for the correct region:
mreadfits, sswcutoutAIAfts index data
mreadfits, sswcutoutAIAfts index data
mreadfits, sswcutoutAIAfts index data
mreadfits, sswcutoutAIAfts index data
mreadfits, sswcutoutAIAfts index data
mreadfits, sswcutoutAIAfts index data
help, data data data data data data
data data
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
