Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly8080 committed Aug 22, 2019
1 parent 3e48713 commit 11eba34
Show file tree
Hide file tree
Showing 373 changed files with 257,307 additions and 0 deletions.
Empty file added .~lock.tutorial_irs.pdf#
Empty file.
Binary file added ARTICULOS/Alcock_1993_Nature_365_62.pdf
Binary file not shown.
Binary file added ARTICULOS/Alcock_2000_ApJ_541_270.pdf
Binary file not shown.
Binary file added ARTICULOS/Alcock_2000_ApJ_542_281.pdf
Binary file not shown.
Binary file added ARTICULOS/Chung_2005_ApJ_630_535.pdf
Binary file not shown.
Binary file added ARTICULOS/Han_2006_ApJ_638_1080.pdf
Binary file not shown.
Binary file added ARTICULOS/nature_439,437-440.pdf
Binary file not shown.
Binary file added guia_alumnos.pdf
Binary file not shown.
Binary file added imag.e
Binary file not shown.
45 changes: 45 additions & 0 deletions imag.f
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
dimension a(1000,1000), b(1000,1000)
open(1,file='borra1')
open(2,file='borra2')
print*, 'hola'
x10a=1
c x10b=0.4
nx=1000
ny=388
xl=8
yl=4
xs=2*xl/(nx-1)
ys=2*yl/(ny-1)
do i=1,ny
do j=1,ny
read (1,*) a(i,j)
end do
end do
do x1=-xl,xl,xs
do x2=-xl,xl,xs
xm2a=x1*x1+(x2-x10a)*(x2-x10a)+0.0001
c xm2b=x1*x1+(x2-x10b)*(x2-x10b)+0.0001
y1=x1-x1/xm2a
y2=x2-(x2-x10a)/xm2a
c y1=x1
c y2=x2
i1=(y1+yl)/ys+1
i2=(y2+yl)/ys+1
j1=1+(nx-1)*(x1+xl)/(2*xl)
j2=1+(nx-1)*(x2+xl)/(2*xl)
c print*, i1,i2,j1,j2
if ((i1.ge.1).and.(i1.le.ny).and.(i2.ge.1).and.(i2.le.ny)) then
b(j1,j2)=a(i1,i2)
else
b(j1,j2)=3000
end if
end do
end do
do i=1,nx
do j=1,nx
write (2,*) b(i,j)
end do
end do
end


75 changes: 75 additions & 0 deletions python/CASTLES/B0631+519/B0631+519.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title> B0631+519 </title>
</head><body><p>
</p><hr size="4" width="90%">
<p></p>





<p align="left">Here is a summary of B0631+519 observations.
Position separations are given in arcseconds.
Values from this survey will appear <font color="#FF0000">in red</font>.
Other values (such as radio data) were obtained from the literature
(See <a href="https://www.cfa.harvard.edu/castles/refs.html#B0631">References
</a>).
</p>

<table bgcolor="#FFFFFF" border="" cellpadding="5">
<tbody><tr align="center">
<th colspan="4"><font color="#FF0000">Data from Castles</font></th>
</tr>
<tr align="center">
<th colspan="2">Observations</th>
<th>L1</th>
<th>L2</th>
</tr><tr align="center">
<th rowspan="2">Position</th>
<th>RA(arcsec)</th>
<td>0</td>
<td>-0.308±0.000</td>
</tr>
<tr align="center">
<th>Dec(arcsec)</th>
<td>0</td>
<td>0.800±0.000</td>
</tr>
<tr align="center">
<th rowspan="3">fluxes</th>
<th>F160W</th>
<td>18.00±0.07</td>
<td>21.27±0.22</td>
</tr>
<tr align="center">
<th>F555W</th>
<td>23.09±0.05</td>
<td>22.88±0.06</td>
</tr>
<tr align="center">
<th>F814W</th>
<td>20.23±0.03</td>
<td>22.31±0.03</td>
</tr>
</tbody></table>
<p> Click on images for full size version.</p>
<p> Original data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631H.gif">
<img src="B0631+519_files/B0631H.gif" alt="B0631 H" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631I.gif">
<img src="B0631+519_files/B0631I.gif" alt="B0631 I" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631V.gif">
<img src="B0631+519_files/B0631V.gif" alt="B0631 V" align="middle" height="200" width="200"> </a>
</p>
<p> Cleaned data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631Hcc.gif">
<img src="B0631+519_files/B0631Hcc.gif" alt="B0631 H" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631Icc.gif">
<img src="B0631+519_files/B0631Icc.gif" alt="B0631 I" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B0631Vcc.gif">
<img src="B0631+519_files/B0631Vcc.gif" alt="B0631 V" align="middle" height="200" width="200"> </a>
</p>
<p> This page last updated Mon Oct 26 19:53:39 EDT 2015. </p>

</body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631H.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631Hcc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631I.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631Icc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631V.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631+519/B0631Vcc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B0631H.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
169 changes: 169 additions & 0 deletions python/CASTLES/B1422+231/B1422+231.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title> B1422+231 </title>
</head><body><p>
</p><hr size="4" width="90%">
<p></p>





<p align="left">Here is a summary of B1422+231 observations.
Position separations are given in arcseconds.
Values from this survey will appear <font color="#FF0000">in red</font>.
Other values (such as radio data) were obtained from the literature
(See <a href="https://www.cfa.harvard.edu/castles/refs.html#B1422">References
</a>).
</p>

<table bgcolor="#FFFFFF" border="" cellpadding="5">
<tbody><tr align="center">
<th colspan="7"><font color="#FF0000">Data from Castles</font></th>
</tr>
<tr align="center">
<th colspan="2">Observations</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
<th>G</th>
</tr><tr align="center">
<th rowspan="2">Position</th>
<th>RA(arcsec)</th>
<td>0.385±0.000</td>
<td>0</td>
<td>-0.336±0.003</td>
<td>0.948±0.004</td>
<td>0.742±0.003</td>
</tr>
<tr align="center">
<th>Dec(arcsec)</th>
<td>0.317±0.000</td>
<td>0</td>
<td>-0.750±0.003</td>
<td>-0.802±0.003</td>
<td>-0.656±0.004</td>
</tr>
<tr align="center">
<th rowspan="3">fluxes</th>
<th>F160W</th>
<td>14.41±0.02</td>
<td>14.29±0.03</td>
<td>14.98±0.03</td>
<td>18.14±0.02</td>
<td>17.57±0.01</td>
</tr>
<tr align="center">
<th>F555W</th>
<td>16.43±0.08</td>
<td>16.45±0.07</td>
<td>17.09±0.03</td>
<td>20.44±0.05</td>
<td>21.80±0.05</td>
</tr>
<tr align="center">
<th>F791W</th>
<td>15.88±0.01</td>
<td>15.85±0.01</td>
<td>16.41±0.01</td>
<td>19.68±0.04</td>
<td>19.66±0.06</td>
</tr>
</tbody></table>
<table bgcolor="#FFFFFF" border="" cellpadding="5">
<tbody><tr align="center">
<th colspan="6"><font color="#FF0000">Data from Patnaik99</font></th>
</tr>
<tr align="center">
<th colspan="2">Observations</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
</tr><tr align="center">
<th rowspan="2">Position</th>
<th>RA(arcsec)</th>
<td>0.38925±0.00005</td>
<td>0.00±0.00</td>
<td>-0.33388±0.00005</td>
<td>0.95065±0.00005</td>
</tr>
<tr align="center">
<th>Dec(arcsec)</th>
<td>0.31998±0.00005</td>
<td>0.0±0.0</td>
<td>-0.74771±0.00005</td>
<td>-0.80215±0.00005</td>
</tr>
<tr align="center">
<th rowspan="1">fluxes</th>
<th>8.4GHz</th>
<td>152±2</td>
<td>164±2</td>
<td>81±1</td>
<td>5±0.5</td>
</tr>
</tbody></table>
<table bgcolor="#FFFFFF" border="" cellpadding="5">
<tbody><tr align="center">
<th colspan="6"><font color="#FF0000">Data from Patnaik92</font></th>
</tr>
<tr align="center">
<th colspan="2">Observations</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
</tr><tr align="center">
<th rowspan="2">Position</th>
<th>RA(arcsec)</th>
<td>0.387±0.005</td>
<td>0.000±0.00</td>
<td>-0.332±0.005</td>
<td>0.939±0.005</td>
</tr>
<tr align="center">
<th>Dec(arcsec)</th>
<td>0.320±0.005</td>
<td>0.0±0.0</td>
<td>-0.750±0.005</td>
<td>-0.810±0.005</td>
</tr>
<tr align="center">
<th rowspan="2">fluxes</th>
<th>8.4GHz</th>
<td>216±0.75</td>
<td>221±0.75</td>
<td>115±0.75</td>
<td>4.5±0.75</td>
</tr>
<tr align="center">
<th>5GHz</th>
<td>148±1.2</td>
<td>153±1.2</td>
<td>79±1.2</td>
<td>3.9±1.2</td>
</tr>
</tbody></table>
<p> Click on images for full size version.</p>
<p> Original data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422H.gif">
<img src="B1422+231_files/B1422H.gif" alt="B1422 H" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422I.gif">
<img src="B1422+231_files/B1422I.gif" alt="B1422 I" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422V.gif">
<img src="B1422+231_files/B1422V.gif" alt="B1422 V" align="middle" height="200" width="200"> </a>
</p>
<p> Cleaned data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422Hcc.gif">
<img src="B1422+231_files/B1422Hcc.gif" alt="B1422 H" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422Icc.gif">
<img src="B1422+231_files/B1422Icc.gif" alt="B1422 I" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1422Vcc.gif">
<img src="B1422+231_files/B1422Vcc.gif" alt="B1422 V" align="middle" height="200" width="200"> </a>
</p>
<p><a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Animate/B1422.gif"> Animation!</a></p>
<p> This page last updated Mon Oct 26 19:53:48 EDT 2015. </p>

</body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422H.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422Hcc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422I.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422Icc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422V.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python/CASTLES/B1422+231/B1422Vcc.gif
Binary file added python/CASTLES/B1422.png
71 changes: 71 additions & 0 deletions python/CASTLES/B1938+666/B1938+666.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title> B1938+666 </title>
</head><body><p>
</p><hr size="4" width="90%">
<p></p>





<p align="left">Here is a summary of B1938+666 observations.
Position separations are given in arcseconds.
Values from this survey will appear <font color="#FF0000">in red</font>.
Other values (such as radio data) were obtained from the literature
(See <a href="https://www.cfa.harvard.edu/castles/refs.html#B1938">References
</a>).
</p>

<table bgcolor="#FFFFFF" border="" cellpadding="5">
<tbody><tr align="center">
<th colspan="4"><font color="#FF0000">Data from Castles</font></th>
</tr>
<tr align="center">
<th colspan="2">Observations</th>
<th>G</th>
<th>Source</th>
</tr><tr align="center">
<th rowspan="2">Position</th>
<th>RA(arcsec)</th>
<td>0</td>
<td>-0.017±0.003</td>
</tr>
<tr align="center">
<th>Dec(arcsec)</th>
<td>0</td>
<td>0.038±0.007</td>
</tr>
<tr align="center">
<th rowspan="3">fluxes</th>
<th>F160W</th>
<td>18.67±0.08</td>
<td>22.02±0.19</td>
</tr>
<tr align="center">
<th>F555W</th>
<td>24.45±0.84</td>
<td>&nbsp;</td>
</tr>
<tr align="center">
<th>F814W</th>
<td>21.46±0.07</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
<p> Click on images for full size version.</p>
<p> Original data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1938H.gif">
<img src="B1938+666_files/B1938H.gif" alt="B1938 H" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1938I.gif">
<img src="B1938+666_files/B1938I.gif" alt="B1938 I" align="middle" height="200" width="200"> </a>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1938V.gif">
<img src="B1938+666_files/B1938V.gif" alt="B1938 V" align="middle" height="200" width="200"> </a>
</p>
<p> Cleaned data: <br>
<a href="https://www.cfa.harvard.edu/castles/Postagestamps/Gifs/Fullsize/B1938Hcc.gif">
<img src="B1938+666_files/B1938Hcc.gif" alt="B1938 H" align="middle" height="200" width="200"> </a>
</p>
<p> This page last updated Mon Oct 26 19:53:53 EDT 2015. </p>

</body></html>
Binary file added python/CASTLES/B1938+666/B1938H.gif
Binary file added python/CASTLES/B1938+666/B1938Hcc.gif
Binary file added python/CASTLES/B1938+666/B1938I.gif
Binary file added python/CASTLES/B1938+666/B1938V.gif
Binary file added python/CASTLES/B1938H.png
Binary file added python/CASTLES/CASTLES.gif
Loading

0 comments on commit 11eba34

Please sign in to comment.