Changeset 39266 for branches/eam_branches/ipp-20151113/ippToPsps/test
- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/test/mksasdata.dvo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/ippToPsps/test/mksasdata.dvo
r39134 r39266 179 179 end 180 180 181 # create a populated catdir with a set of cmf files, save the filenames in list for use by insert.exp 182 macro 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 198 end 199 181 200 macro mkcal 182 201 # run relphot
Note:
See TracChangeset
for help on using the changeset viewer.
