Skip to content

Commit

Permalink
Merge pull request #42 from sot/cxc_https
Browse files Browse the repository at this point in the history
Change old asc urls to https://cxc
  • Loading branch information
jeanconn authored Nov 15, 2019
2 parents f763fd3 + 766a574 commit 236682f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion arc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
our $Task = 'arc3';
our $TaskData = "$ENV{SKA_DATA}/$Task";
our $TaskShare = "$ENV{SKA_SHARE}/$Task";
our $VERSION = '4.0';
our $VERSION = '4.1';

require "$ENV{SKA_SHARE}/$Task/Event.pm";
require "$ENV{SKA_SHARE}/$Task/Snap.pm";
Expand Down
12 changes: 6 additions & 6 deletions arc3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ query_name = eclipse
soho_solar_wind = http://umtof.umd.edu/pm
ace_solar_wind = http://services.swpc.noaa.gov/images/ace-mag-swepam-3-day.gif
solar_flare_monitor = http://spaceweather.inf.brad.ac.uk/
mta_ace_img = http://asc.harvard.edu/mta/mta_ace_plot.gif
mta_goes_img = http://asc.harvard.edu/mta/RADIATION/pgplot.gif
mta_ace = http://asc.harvard.edu/mta/ace.html
mta_goes = http://asc.harvard.edu/mta/G13.html
mta_snapshot = http://asc.harvard.edu/cgi-gen/mta/Snap/snap.cgi
mta_soh = http://asc.harvard.edu/cgi-gen/mta/SOH/soh.html
mta_ace_img = https://cxc.harvard.edu/mta/mta_ace_plot.gif
mta_goes_img = https://cxc.harvard.edu/mta/RADIATION/pgplot.gif
mta_ace = https://cxc.harvard.edu/mta/ace.html
mta_goes = https://cxc.harvard.edu/mta/G13.html
mta_snapshot = https://cxc.harvard.edu/cgi-gen/mta/Snap/snap.cgi
mta_soh = https://cxc.harvard.edu/cgi-gen/mta/SOH/soh.html
swpc_ace_rtsw = http://www.swpc.noaa.gov/products/ace-real-time-solar-wind
</url>

Expand Down
6 changes: 3 additions & 3 deletions web_content.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<acis_ace>
url = http://asc.harvard.edu/mta/alerts/current.dat
url = https://cxc.harvard.edu/mta/alerts/current.dat
<content ace_fluence>
</content>
</acis_ace>
Expand All @@ -15,7 +15,7 @@
</orbit_image>

<goes>
url = http://asc.harvard.edu/mta/G13.html
url = https://cxc.harvard.edu/mta/G13.html
<content flux>
<filter>
tag = pre
Expand All @@ -32,7 +32,7 @@
</goes>

<ace>
url = http://asc.harvard.edu/mta/ace.html
url = https://cxc.harvard.edu/mta/ace.html
<content flux>
<filter>
tag = pre
Expand Down

0 comments on commit 236682f

Please sign in to comment.