IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of pgc55


Ignore:
Timestamp:
Apr 26, 2016, 8:55:34 PM (10 years ago)
Author:
ehsan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pgc55

    v2 v3  
    2929
    3030{{{
    31 minskywid = 27. / as_pix        ; 27 arcsec is minimum sky width
    32 factor= 1.5     ;  1.5
     31minskywid = 27. / as_pix         ; 27 arcsec is minimum sky width
     32factor = 1.5                     ;  1.5 default
     33skyinner = factor*semimajor
     34skyouter = semimajor*sqrt(1+factor^2) > (skyinner+minskywid) 
     35
     36
    3337Sigma multiplier for thresshold (default =  2.5): 2.0
    3438Magnitude faint limit (default =  24.0): 25
     
    7175[[Image(pgc55_sdss_profile.jpg)]] [[Image(pgc55_sdss_images.jpg)]]
    7276
     77----
     78
     79= Changing the sky aperture =
     80
     81Now, I keep everything the same but the size of the inner aperture
     82
     83
     84{{{
     85minskywid = 27. / as_pix         ; 27 arcsec is minimum sky width
     86factor = 2.0                     ;  1.5 default
     87skyinner = factor*semimajor
     88skyouter = semimajor*sqrt(1+factor^2) > (skyinner+minskywid) 
     89}}}
    7390
    7491