14.01.2015 Views

OF THE ROGER N. CLARK

OF THE ROGER N. CLARK

OF THE ROGER N. CLARK

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

VISUAL ASTRONOMY <strong>OF</strong> <strong>THE</strong> DEEP SKY<br />

Table F.S (cont. )<br />

APPENDIX F: OPTIMUM DETECTION MAGNIFICATIONS FOR DEEP-SKY OBJECTS<br />

Table F.S (cont. )<br />

write (crtout , 102) size1 , size2, sb, mb , sbp , sbm<br />

102 format (' Ob ject size: ' ,f8 .2,· by ' ,f8 .2,' arc minutes' ,/,<br />

1 ' surface brightness (magnitudes / sq . arc-sec.):',/,<br />

2 5x,'object with no telescope : ',f7.1,/,<br />

3 5x,'reduction due to ODM : ',f7. 1,/,<br />

4 5x,'object in telescope at ODM : ',f7.1,/,<br />

5 5x,'background in tele scope at ODM: ' ,f7.1,<br />

6 /)<br />

wr ite (crtout ,104) odm<br />

104 format (. ODM: ' ,i6, 'x' ,/)<br />

wr ite (crtout , 106) cl, xc<br />

106 format (' Log object contrast : ',f5.1,/,<br />

1 ' Log threshold cont ra st : ' , f 5 .1)<br />

if (cl .It. xc) then<br />

write (crtout , 115)<br />

115 format (' The CONTRAST IS TOO LOW TO DETECT '<br />

1 'the object ',/)<br />

else<br />

write (crtout , 120)<br />

120 format (' The object is detectable ' ,/)<br />

endif<br />

2000<br />

go to 1<br />

stop<br />

end<br />

c---------------------------------------------------<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

c<br />

real*4 function thrcon (angle,sb)<br />

implicit integer*4 (i-n)<br />

this function computes the contrast threshold for a given angle<br />

by two dimensional interpolation.<br />

angle = angle in arc-minutes<br />

sb = surface "brightness<br />

angx = log10 angles (arc-min) data for 7 values of contrast<br />

sbx = log base 10 cont rast for angx va lues for each surface<br />

brightness ranging from 4 to 27 mag/arc-sec<br />

angx and sbx are used to interpolate to the thrcon given<br />

by ang .<br />

real*4 angx(7) , sbx(7,24) , angle, sb<br />

real*4 sbx1 (7), sbx2(7) , sbx3(7), sbx4(7) , sbx5( 7), sbx6(7)<br />

real*4 sbx7(7), sbx8(7) , sbx9(7), sbx10(7), sbx1 1(7), sbx12( 7)<br />

real*4 sbx13(7), sbx14(7) , sbx15(7), sbx16(7), sbx17(7)<br />

real*4 sbx18(7) , sbx19(7) , sbx20(7) , sbx21(7), sbx22 (7)<br />

real*4 sbx23(7) , sbx24(7)<br />

equivalence (sbx1(1),sbx(1,1»<br />

_ equivalence (sbx2( 1),sbx( 1,2»<br />

equivalence (sbx3( 1),sbx( 1,3»<br />

equivalence (sbx4( 1),sbx( 1,4»<br />

equivalence (sbx5( 1),sbx( 1,5»<br />

equivalence (sbx6(1),sbx( 1,6»<br />

equivalence (sbx7( 1),sbx( 1,7»<br />

equivalence (sbx8( 1),sbx( 1,8»<br />

equivalence (sbx9(1),sbx(1,9»<br />

equivalence (sbxlO(l),sbx( l,lO»<br />

equivalence (sbxll(l),sbx (l ,ll»<br />

equivalence (sbxI2(1),sbx(I,12»<br />

equivalence (sbxI3(1),sbx(I,13»<br />

equivalence (sbxI4(1),sbx( I,14»<br />

equivalence (sbx15(1),sbx ( 1,15»<br />

equivalence (sbx16(1),sbx(1,16»<br />

equivalence (sbx17( 1),sbx(1,17»<br />

equivalence (sbx18( 1),sbx( 1,18»<br />

equivalence (sbx19( 1),sbx (1,19»<br />

equivalence (sbx20( 1),sbx (1,20»<br />

equivalence (sbx21 (1),sbx( 1,21»<br />

equivalence (sbx22(1),sbx (1,22»<br />

equivalence (sbx23( 1),sbx(1,23»<br />

equivalence (sbx24(1),sbx (I,24»<br />

data angx /-0 .2255,0.5563,0.9859 ,1.260 1 ,1.7419,2.0828 ,2.5563/<br />

c: ::::: : : : : : :::<br />

c mag/arc-sec =4<br />

c : : : : : : : : : : : : : :<br />

data sbxl/ -0.37691 1, - 1.806444 , -2 .336825,-2 .4 60093 ,<br />

1 - 2.546943,-2 .560968, - 2.565971/<br />

c: ::::: :::: ::: :<br />

c mag/arc-sec =5<br />

c: :: :: :: : : : : : : :<br />

data sbx2/ -0.331451, - 1.7 74717,-2.333688,-2.460781 ,<br />

1 - 2.546521,-2.560729 , -2.565756/<br />

c: ::::: ::: : ::::<br />

c ma g/arc-sec =6<br />

c: :::: :: ::: :: : :<br />

data sbx3/ -0 .268183 ,-1 . 734482 , -2.331011,-2 .460521 ,<br />

- 2.546681 ,-2.560819 ,-2.565837/<br />

c: :: : : : : : : : : : ::<br />

c mag/a rc-sec =7<br />

c: :: : : : : : : : :: : :<br />

data sbx4/-0.198177 ,-1 .685101,-2.3139 51 , -2 .457228 ,<br />

-2.548051 , -2 .561 529 , -2 .566460/<br />

c: :: : : : : : : : : : : :<br />

c mag /arc-sec =8<br />

c: :: :: :: :: : : : : :<br />

data sbx5/ -0 .1238 15,- 1.6 25192 , -2.2791 19,-2.446245,<br />

- 2.546321 ,-2.559690 ,-2.564570/<br />

342<br />

343

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!