IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:20:43 PM (20 years ago)
Author:
eugene
Message:

substantial work to use current db tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r9104 r9338  
    22$network = 1
    33$parallel = 0
    4 $scripts = /home/kiawe/eugene/src/panstarrs/ipp.full/ippTasks
     4$scripts = /home/kiawe/eugene/src/panstarrs/ipp/ippTasks
     5$WORKDIR = `ipp_workdir.pl`
    56
    67macro init
     
    1112  exec rm -f *.stats
    1213  exec rm -f *.detproc.*.fits
     14  exec rm -f *.detproc.*.jpg
     15  exec rm -f *.detproc.*.list
    1316  exec rm -f *.detresid.*.fits
    1417  exec rm -f *.detresid.*.jpg
    1518  exec rm -f *.detresid.*.list
    16   exec rm -f isp.bias.*.fits
     19  exec rm -f ISP.bias.*.fits
    1720
    18   exec upload.sh
     21  exec rm -f ../bias/*.log
     22  exec rm -f ../bias/*.stats
     23  exec rm -f ../bias/*.detproc.*.fits
     24  exec rm -f ../bias/*.detproc.*.jpg
     25  exec rm -f ../bias/*.detproc.*.list
     26  exec rm -f ../bias/*.detresid.*.fits
     27  exec rm -f ../bias/*.detresid.*.jpg
     28  exec rm -f ../bias/*.detresid.*.list
     29  exec rm -f ../bias/ISP.bias.*.fits
     30
     31  exec rm -f ../dark/*.log
     32  exec rm -f ../dark/*.stats
     33  exec rm -f ../dark/*.detproc.*.fits
     34  exec rm -f ../dark/*.detproc.*.jpg
     35  exec rm -f ../dark/*.detproc.*.list
     36  exec rm -f ../dark/*.detresid.*.fits
     37  exec rm -f ../dark/*.detresid.*.jpg
     38  exec rm -f ../dark/*.detresid.*.list
     39  exec rm -f ../dark/ISP.dark.*.fits
     40
     41  exec rm -f ../flat/*.log
     42  exec rm -f ../flat/*.stats
     43  exec rm -f ../flat/*.detproc.*.fits
     44  exec rm -f ../flat/*.detproc.*.jpg
     45  exec rm -f ../flat/*.detproc.*.list
     46  exec rm -f ../flat/*.detresid.*.fits
     47  exec rm -f ../flat/*.detresid.*.jpg
     48  exec rm -f ../flat/*.detresid.*.list
     49  exec rm -f ../flat/ISP.flat.*.fits
    1950end
    2051
     
    2354macro step1
    2455  init
     56  exec upload.sh
    2557  input $scripts/phase0.pro
    2658  run
     
    2860
    2961# alala: dettool -tostack -simple
    30 macro step2.bias
     62macro define.bias
    3163  exec dettool -definebyquery -det_type bias -exp_type bias -camera isp
    32   input $scripts/detrend.process.pro
    3364  run
    3465end
    3566
    36 macro step2.dark
     67macro define.dark
    3768  exec dettool -definebyquery -det_type dark -exp_type dark -camera isp
    38   input $scripts/detrend.process.pro
    3969  run
    4070end
    4171
    42 macro step2.flat
     72macro define.flat
    4373  exec dettool -definebyquery -det_type flat -exp_type flat -camera isp
    44   input $scripts/detrend.process.pro
    4574  run
    4675end
    4776
    48 macro step2.both
     77macro define.all
    4978  exec dettool -definebyquery -det_type bias -exp_type bias -camera isp
    5079  exec dettool -definebyquery -det_type dark -exp_type dark -camera isp
    5180  exec dettool -definebyquery -det_type flat -exp_type flat -camera isp
    52   input $scripts/detrend.process.pro
    5381  run
    5482end
    5583
    56 macro step3
     84macro step2
     85  input $scripts/detrend.process.pro
    5786  input $scripts/detrend.stack.pro
    5887  input $scripts/detrend.norm.pro
Note: See TracChangeset for help on using the changeset viewer.