irena-arm/stis/Makefile
stephan b1d960bc6c STIS: new dorn data format analysis
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/arm@8912 bc5caf13-1734-44f8-af43-603852e9ee25
2024-03-24 18:28:32 +00:00

18 lines
335 B
Makefile

ahepamfile:
make -C ../ahepam/ $@
ln ../ahepam/$@
%.ED: %.dat
ahepamfile < $< > $@
CH=0
%_c$(CH).S: %.ED
grep '^[ES]D ' $< \
| sort -nk2 \
| ./STIS.awk 'isS($(CH)) && E>100 {if(N==1)print Nix;print A,B,P,E,N,TT,S,SS, SS/E, SS/EE, SS/EEE}' \
> $@
%.hist: %.ED
./STIS.awk 'isE(-1){doHIST(Ch, E)}' $< > $@