IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36227


Ignore:
Timestamp:
Oct 22, 2013, 5:27:53 AM (13 years ago)
Author:
eugene
Message:

update plot for normdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/test/tap_psphot_galaxygrid.pro

    r36086 r36227  
    10781078
    10791079macro load.normdata
    1080   if ($0 != 2)
    1081     echo "USAGE: load.normdata (file)"
     1080  if ($0 != 3)
     1081    echo "USAGE: load.normdata (file) [clear/noclear]"
    10821082    break
    10831083  end
     
    10901090  set dm = mg - Mg
    10911091  set n = ramp(dm)
    1092   lim n dm; clear; box; plot n dm
     1092  if ("$2" == "clear")
     1093    lim n dm; clear; box;
     1094  end
     1095  plot n dm
    10931096end
    10941097
Note: See TracChangeset for help on using the changeset viewer.