IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39265


Ignore:
Timestamp:
Dec 12, 2015, 8:41:45 PM (11 years ago)
Author:
eugene
Message:

cleanup loss ends

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo deleted
  • trunk/Ohana

    • Property svn:mergeinfo deleted
  • trunk/ippToPsps/test/mksasdata.dvo

    r39134 r39265  
    179179end
    180180
     181# create a populated catdir with a set of cmf files, save the filenames in list for use by insert.exp
     182macro mkcatdir.ffg
     183  if ($0 != 2)
     184    echo "mkcatdir.ffg (catdir)"
     185    break
     186  end
     187
     188  $catdir = $1
     189
     190  for i 0 $galfiles:n
     191    list word -split $galfiles:$i
     192    $cmffile = $word:0
     193    $stkID = $word:1
     194    $filter = $word:2
     195    echo loadgalphot -D CATDIR $catdir -photcode GPC1.$filter.ForcedWarp -image-id $stkID $cmffile
     196    exec loadgalphot -D CATDIR $catdir -photcode GPC1.$filter.ForcedWarp -image-id $stkID $cmffile
     197  end
     198end
     199
    181200macro mkcal
    182201  # run relphot
Note: See TracChangeset for help on using the changeset viewer.