Closed dpshelio closed 8 years ago
Originally reported by: pohuigin (Bitbucket: pohuigin, GitHub: pohuigin)
Aki has set up a new repository for XRT data:
http://solar.physics.montana.edu/HINODE/XRT/QL/syn_comp_fits/
The XRT Object needs to be changed on Line 107 in xrt_define.pro:
From:
sat_prop={explot:{log:1,grid:1,center:1,colortable:1}, $ plot_prop:{log:1,grid:15,center:[0,0],colortable:3}, $ fspan:{url:'http://www.lmsal.com',ftype:'*.fits',path:'/solarsoft/sdb/hinode/xrt/l1q_synop'}, $ xstd:2100,ystd:2100,loadct:3}
To:
sat_prop={explot:{log:1,grid:1,center:1,colortable:1}, $ plot_prop:{log:1,grid:15,center:[0,0],colortable:3}, $ fspan:{url:'http://solar.physics.montana.edu',ftype:'*.fits',path:'/HINODE/XRT/QL/syn_comp_fits/'}, $ xstd:2100,ystd:2100,loadct:3}
Original comment by David PS (Bitbucket: dvdgc, GitHub: Unknown):
pull request #13 resolves this
Testing it in my machine in 2 minutes. I've also added to these changes in pull request #13 the new case for the scale of Al_mesh filter.
Originally reported by: pohuigin (Bitbucket: pohuigin, GitHub: pohuigin)
Aki has set up a new repository for XRT data:
http://solar.physics.montana.edu/HINODE/XRT/QL/syn_comp_fits/
The XRT Object needs to be changed on Line 107 in xrt_define.pro:
From:
sat_prop={explot:{log:1,grid:1,center:1,colortable:1}, $ plot_prop:{log:1,grid:15,center:[0,0],colortable:3}, $ fspan:{url:'http://www.lmsal.com',ftype:'*.fits',path:'/solarsoft/sdb/hinode/xrt/l1q_synop'}, $ xstd:2100,ystd:2100,loadct:3}
To:
sat_prop={explot:{log:1,grid:1,center:1,colortable:1}, $ plot_prop:{log:1,grid:15,center:[0,0],colortable:3}, $ fspan:{url:'http://solar.physics.montana.edu',ftype:'*.fits',path:'/HINODE/XRT/QL/syn_comp_fits/'}, $ xstd:2100,ystd:2100,loadct:3}