IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2023, 4:41:34 PM (3 years ago)
Author:
eugene
Message:

merging from trunk

Location:
branches/eam_branches/ipp-20230313/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/tools

  • branches/eam_branches/ipp-20230313/tools/eam/skycoverage/coverage.mana.sh

    r41436 r42531  
    319319  cplot -pt 0 -sz 0.4 $RCOLOR el eb
    320320 end
     321
     322 $RCOLOR = -c grey70
     323 DR1.boundary
     324end
     325
     326macro DR1.boundary
     327 if (1)
     328  if (0)
     329    data EuclidDR1_polygon.csv
     330    read -skip 1 -csv Re 1 De 2
     331    cplot -pt 0 -sz 0.5 -c green Re De
     332  end
     333
     334  # north boundary:
     335  # corner 105, 80 -> 94.7, 56.9 in ecliptic
     336  create Rn 105.2 285 0.1
     337  set Dn = zero(Rn) + 80
     338  cplot $RCOLOR -pt box -sz 0.4 Rn Dn
     339
     340  # west boundary
     341  create elat 50 56.9 0.1
     342  set elon = zero(elat) + 95
     343  csystem E C elon elat
     344  cplot $RCOLOR -pt box -sz 0.4 elon elat
     345
     346  # south boundary west
     347  create elon 95 150 0.1
     348  set elat = zero(elon) + 50
     349  csystem E C elon elat
     350  cplot $RCOLOR -pt box -sz 0.4 elon elat
     351 
     352  # south boundary east
     353  create elat 50 80 0.1
     354  set elon = zero(elat) + 150
     355  csystem E C elon elat
     356  cplot $RCOLOR -pt box -sz 0.4 elon elat
     357
     358  # NEP circle
     359  create elon3 150 296 0.1
     360  set elat3 = zero(elon3) + 80
     361  csystem E C elon3 elat3
     362  cplot $RCOLOR elon3 elat3 -pt box -sz 0.4
     363
     364  # galactic plane boundary east
     365  create glon 86.5 103 0.1
     366  set glat = zero(glon) + 25
     367  csystem G C glon glat
     368  cplot $RCOLOR -pt box -sz 0.4 glon glat
     369
     370  # east boundary
     371  create Dn 72 80 0.1
     372  set Rn = zero(Dn) + 285
     373  csystem E C elon elat
     374  cplot $RCOLOR -pt box -sz 0.4 Rn Dn
     375
     376  # DR2 south boundary
     377  create elon 100.3 189.5 0.1
     378  set elat = zero(elon) + 37
     379  csystem E C elon elat
     380  cplot $RCOLOR -pt box -sz 0.4 elon elat
     381 end
    321382end
    322383
Note: See TracChangeset for help on using the changeset viewer.