IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38347


Ignore:
Timestamp:
Jun 2, 2015, 2:27:51 AM (11 years ago)
Author:
eugene
Message:

fix some field names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/addstar/test/simple.dvo

    r37036 r38347  
    1010  test.fields PS1_V2    PS1_V1
    1111  test.fields PS1_V3    PS1_V1
    12   test.fields PS1_V4    PS1_V1
     12  test.fields PS1_V5    PS1_V1
    1313
    1414  test.fields PS1_DEV_0 PS1_V2
     
    1717  test.fields PS1_V2    PS1_V2
    1818  test.fields PS1_V3    PS1_V2
    19   test.fields PS1_V4    PS1_V4
     19  test.fields PS1_V5    PS1_V2
    2020
    2121  test.fields PS1_DEV_0 PS1_V3
     
    2424  test.fields PS1_V2    PS1_V3
    2525  test.fields PS1_V3    PS1_V3
    26   test.fields PS1_V4    PS1_V4
     26  test.fields PS1_V5    PS1_V3
    2727
    2828  test.fields PS1_DEV_0 PS1_V4
     
    3131  test.fields PS1_V2    PS1_V4
    3232  test.fields PS1_V3    PS1_V4
    33   test.fields PS1_V4    PS1_V4
     33  test.fields PS1_V5    PS1_V4
    3434end 
    3535
     
    6464  end
    6565
     66  echo list testfields -copy testfields_$1
    6667  list testfields -copy testfields_$1
    6768
     
    7980    if ("$name:0" == "SKIP") continue
    8081    if ("$name:2" == "SKIP") continue
     82 
    8183    read -fits Chip.psf $name:0
    8284    mextract $name:2
     
    231233  PSF_INST_MAG      : mag:inst 
    232234  PSF_INST_MAG_SIG  : mag:err   
    233   AP_MAG_STANDARD   : mag:ap # FAIL
     235# AP_MAG_STANDARD   : mag:ap # FAIL
    234236  AP_MAG_RADIUS     : SKIP # no accessor
    235237  PEAK_FLUX_AS_MAG  : SKIP # no accessor
     
    237239  CAL_PSF_MAG_SIG   : SKIP # photometry is not calibrated in the cmf
    238240  SKY               : sky       
    239   SKY_SIG           : sky_err   
     241  SKY_SIGMA         : sky_err   
    240242  PSF_CHISQ         : psf_chisq
    241243  CR_NSIGMA         : cr_nsigma
     
    267269  PSF_INST_MAG      : mag:inst 
    268270  PSF_INST_MAG_SIG  : mag:err   
    269   AP_MAG_STANDARD   : mag:ap # FAIL
     271# AP_MAG_STANDARD   : mag:ap # FAIL
    270272  AP_MAG_RADIUS     : SKIP # no accessor
    271273  PEAK_FLUX_AS_MAG  : SKIP # no accessor
     
    273275  CAL_PSF_MAG_SIG   : SKIP # photometry is not calibrated in the cmf
    274276  SKY               : sky       
    275   SKY_SIG           : sky_err   
     277  SKY_SIGMA         : sky_err   
    276278  PSF_CHISQ         : psf_chisq
    277279  CR_NSIGMA         : cr_nsigma
     
    303305  PSF_INST_FLUX     : SKIP # not ingested into DVO
    304306  PSF_INST_FLUX_SIG : SKIP # not ingested into DVO
    305   AP_MAG_STANDARD   : mag:aperinst # FAIL
     307# AP_MAG_STANDARD   : mag:aperinst # FAIL
    306308  AP_MAG_RAW        : SKIP # not ingested into DVO
    307309  AP_MAG_RADIUS     : SKIP # not ingested into DVO
     
    312314  PEAK_FLUX_AS_MAG  : SKIP # not ingested into DVO
    313315  SKY               : sky       
    314   SKY_SIG           : sky_err   
     316  SKY_SIGMA         : sky_err   
    315317  PSF_CHISQ         : psf_chisq
    316318  CR_NSIGMA         : cr_nsigma
     
    332334  MOMENTS_R1        : SKIP # not ingested into DVO
    333335  MOMENTS_RH        : SKIP # not ingested into DVO
    334   KRON_FLUX         : mag:kroninst
    335   KRON_FLUX_ERR     : mag:kronerr
     336  KRON_FLUX         : mag:kron:inst
     337  KRON_FLUX_ERR     : mag:kron:err
    336338  KRON_FLUX_INNER   : SKIP # not ingested into DVO
    337339  KRON_FLUX_OUTER   : SKIP # not ingested into DVO
Note: See TracChangeset for help on using the changeset viewer.