IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11576 for trunk/ippconfig


Ignore:
Timestamp:
Feb 2, 2007, 8:34:53 AM (19 years ago)
Author:
eugene
Message:

fix the autoconf installation, remove old config files

Location:
trunk/ippconfig
Files:
12 added
11 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r11573 r11576  
    1 config_files = \
    2         ./ipprc.config \
    3         ./gpc1/camera.config \
    4         ./gpc1/format_raw.config \
    5         ./ctio_mosaic2/camera.config \
    6         ./ctio_mosaic2/format.config \
    7         ./ctio_mosaic2/ppImage.config \
    8         ./ctio_mosaic2/psphot.config \
    9         ./ctio_mosaic2_chip/camera.config \
    10         ./ctio_mosaic2_chip/format.config \
    11         ./ctio_mosaic2_chip/psphot.config \
    12         ./ipprc.config \
    13         ./megacam_alternate/camera.config \
    14         ./megacam_alternate/format.config \
    15         ./megacam_alternate/phase2.config \
    16         ./megacam_alternate/psphot.config \
    17         ./isp/cmp.config \
    18         ./isp/phase2.config \
    19         ./isp/ppMerge.config \
    20         ./isp/psastro.config \
    21         ./isp/camera.config \
    22         ./isp/format.config \
    23         ./isp/ppImage.config \
    24         ./isp/ppStats.config \
    25         ./isp/psphot.config \
    26         ./ucam/camera.config \
    27         ./ucam/format_raw.config \
    28         ./ucam/ppImage.config \
    29         ./ucam/ppImage_b.config \
    30         ./ucam/ppImage_d.config \
    31         ./ucam/ppImage_f.config \
    32         ./ucam/ppImage_j.config \
    33         ./ucam/ppImage_o.config \
    34         ./ucam/ppImage_ob.config \
    35         ./ucam/ppImage_obd.config \
    36         ./ucam/ppImage_obdf.config \
    37         ./ucam/ppMerge_bias.config \
    38         ./ucam/ppMerge_dark.config \
    39         ./ucam/ppMerge_flat.config \
    40         ./ucam/ppStats.config \
    41         ./ucam/psastro.config \
    42         ./ucam/psphot.config \
    43         ./recipes/ppImage.config \
    44         ./recipes/ppMerge.config \
    45         ./recipes/ppStats.config \
    46         ./recipes/ppStats_phase0.config \
    47         ./recipes/psastro.config \
    48         ./recipes/psphot.config \
    49         ./recipes/ppStac.config \
    50         ./megacam_chipmosaic/camera.config \
    51         ./megacam_chipmosaic/format_mosaic.config \
    52         ./megacam_fpamosaic/camera.config \
    53         ./megacam_fpamosaic/format_mosaic.config \
    54         ./mcshort_chip/camera.config \
    55         ./mcshort_chip/format_mosaic.config \
    56         ./ctio_mosaic2_fpa/camera.config \
    57         ./ctio_mosaic2_fpa/format.config \
    58         ./mcshort_fpa/camera.config \
    59         ./mcshort_fpa/format_mosaic.config \
    60         ./ucam_mosaic/camera.config \
    61         ./ucam_mosaic/format_mosaic.config \
    62         ./ucam_mosaic/ppImage.config \
    63         ./ucam_mosaic/ppImage_b.config \
    64         ./ucam_mosaic/ppImage_d.config \
    65         ./ucam_mosaic/ppImage_f.config \
    66         ./ucam_mosaic/ppImage_j.config \
    67         ./ucam_mosaic/ppImage_o.config \
    68         ./ucam_mosaic/ppImage_ob.config \
    69         ./ucam_mosaic/ppImage_obd.config \
    70         ./ucam_mosaic/ppImage_obdf.config \
    71         ./ucam_mosaic/ppMerge_bias.config \
    72         ./ucam_mosaic/ppMerge_dark.config \
    73         ./ucam_mosaic/ppMerge_flat.config \
    74         ./ucam_mosaic/ppStats.config \
    75         ./ucam_mosaic/psastro.config \
    76         ./ucam_mosaic/psphot.config \
    77         ./lris_blue/camera.config \
    78         ./lris_blue/format_raw.config \
    79         ./lris_blue/format_mef.config \
    80         ./lris_red/camera.config \
    81         ./lris_red/format_raw.config \
    82         ./lris_red/format_spec.config \
    83         ./mcshort/camera.config \
    84         ./mcshort/format_raw.config \
    85         ./mcshort/format_spliced.config \
    86         ./mcshort/format_split.config \
    87         ./megacam/camera.config \
    88         ./megacam/format_raw.config \
    89         ./megacam/format_spliced.config \
    90         ./megacam/format_split.config \
    91         ./megacam/format_split_mask.config \
    92         ./megacam/ppImage.config \
    93         ./megacam/psphot.config \
    94         ./megacam/format_spliced_mask.config \
    95         ./megacam/psastro.config \
    96         ./megacam/ppStats.config \
    97         ./megacam/ppMerge_bias.config \
    98         ./megacam/ppMerge_dark.config \
    99         ./megacam/ppMerge_flat.config \
    100         ./megacam/ppMerge_fringe.config \
    101         ./megacam_detrended/camera.config \
    102         ./megacam_detrended/format_spliced.config \
    103         ./megacam_detrended/format_split.config \
    104         ./megacam_detrended/phase2.config \
    105         ./megacam_detrended/psphot.config \
    106         ./megacam_detrended/psastro.config \
    107         ./simple/camera.config \
    108         ./simple/format.config \
    109         ./simple/psphot.config \
    110         ./simple/phase2.config \
    111         ./simple/psastro.config \
    112         ./simple/ppImage.config
     1SUBDIRS = \
     2        dvo.cameras \
     3        recipes \
     4        isp \
     5        megacam \
     6        simple
    1137
     8install_files = \
     9        GSCregions.tbl \
     10        dvo.photcodes
    11411
    115 ippconfigdir = $(datadir)/ippconfig
    116 ippconfig_DATA = $(config_files)
     12built_sources = \
     13        ipprc.config.in \
     14        dvo.site.in
    11715
    118 dvoconfigdir = $(datadir)/ippconfig
    119 dvo_files = \
    120         dvo.photcodes \
    121         dvo.cameras/ISP-Apogee.config
     16built_files = \
     17        ipprc.config \
     18        dvo.site
    12219
    123 dvoconfig_DATA = $(dvo_files) dvo.site
     20installdir = $(datadir)/ippconfig
     21
     22install_DATA = $(install_files) $(built_files)
    12423
    12524install-data-hook:
    126         chmod 0755 $(ippconfigdir)
     25        chmod 0755 $(installdir)
    12726
    128 EXTRA_DIST = $(config_files) $(dvo_files) dvo.site.in
     27EXTRA_DIST = $(install_files) $(built_sources)
    12928
    130 BUILT_SOURCES = dvo.site
     29BUILT_SOURCES = $(built_files)
    13130
    13231ACLOCAL_AMFLAGS = -I m4
  • trunk/ippconfig/configure.ac

    r11573 r11576  
    22
    33AC_INIT([ippConfig], [0.0.1], [jhoblitt@cpan.org])
    4 AC_CONFIG_SRCDIR([ipprc.config])
     4AC_CONFIG_SRCDIR([ipprc.config.in])
    55
    66AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
     
    1414AC_CONFIG_FILES([
    1515  Makefile
     16  dvo.cameras/Makefile
     17  recipes/Makefile
     18  isp/Makefile
     19  megacam/Makefile
     20  simple/Makefile
     21  ipprc.config
    1622  dvo.site
    1723])
  • trunk/ippconfig/dvo.cameras

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/dvo.photcodes

    r11573 r11576  
    1212# solution: the reference values are provided externally.
    1313
     14# NOTE: the photcodes defined below supplement CFHT Elixir values.
     15# Do not use this photcode file with old CFHT DVO databases.
     16
    1417# camera ranges used in this file:
    15 # megacam: u: 100-139, g: 200-239, r: 300-339, i: 400-439, z: 500-539
    16 # cfh12k:  B: 140-152, V: 240-252, R: 340-352, I: 440-452, Z: 540-552,
     18# megacam:  u: 100-139, g: 200-239, r: 300-339, i: 400-439, z: 500-539
     19# cfh12k:   B: 140-152, V: 240-252, R: 340-352, I: 440-452, Z: 540-552, NB: 600-693
     20# PS1 ISP:  g: 3200,      r: 3300,      i: 3400,      z: 3500,      y: 3600
     21# PS1 TC3:  g: 3280-3296, r: 3380-3396, i: 3480-3496, z: 3580-3596, y: 3680-3696,
     22# PS1 GPC1: g: 3201-3264, r: 3301-3364, i: 3401-3464, z: 3501-3564, y: 3601-3664
     23
     24# external references: 1000 - 2999
    1725
    1826# code name             type  zero   airmass  offset   c1   c2   slope  <color> equivalence
    19   1    g                pri   0.0    -         -       1003 1004 0.016     -      1
    20   2    r                sec   0.0    -         -       1003 1004 0.008     -      2
    21   3    i                sec   0.0    -         -       1003 1004 0.028     -      3
    22   4    z                sec   0.0    -         -       1003 1004 0.107     -      4
    23   5    y                sec   0.0    -         -       -    -    -         -      5
    24 
    25   1050 u_SDSS           ref   -     -        -       -  -   -      -        -
    26   1051 g_SDSS           ref   -     -        -       -  -   -      -        -
    27   1052 r_SDSS           ref   -     -        -       -  -   -      -        -
    28   1053 i_SDSS           ref   -     -        -       -  -   -      -        -
    29   1054 z_SDSS           ref   -     -        -       -  -   -      -        -
    30 
    31   1002 U_L92            ref   -     -        -       -  -   -      -        -
    32   1003 B_L92            ref   -     -        -       -  -   -      -        -
    33   1004 V_L92            ref   -     -        -       -  -   -      -        -
    34   1005 R_L92            ref   -     -        -       -  -   -      -        -
    35   1007 I_L92            ref   -     -        -       -  -   -      -        -
    36 
    37   1012 U_STET           ref   -     -        -       -  -   -      -        -
    38   1013 B_STET           ref   -     -        -       -  -   -      -        -
    39   1014 V_STET           ref   -     -        -       -  -   -      -        -
    40   1015 R_STET           ref   -     -        -       -  -   -      -        -
    41   1017 I_STET           ref   -     -        -       -  -   -      -        -
     27  1    g                pri   0.0    -         -       1003 1004 0.016     -      1050
     28  2    r                sec   0.0    -         -       1003 1004 0.008     -      1050
     29  3    i                sec   0.0    -         -       1003 1004 0.028     -      1050
     30  4    z                sec   0.0    -         -       1003 1004 0.107     -      1050
     31  5    y                sec   0.0    -         -       -    -    -         -      1050
     32
     33  1010 U_L92            ref   -     -        -       -  -   -      -        -
     34  1011 B_L92            ref   -     -        -       -  -   -      -        -
     35  1012 V_L92            ref   -     -        -       -  -   -      -        -
     36  1013 R_L92            ref   -     -        -       -  -   -      -        -
     37  1014 I_L92            ref   -     -        -       -  -   -      -        -
     38
     39  1020 U_STET           ref   -     -        -       -  -   -      -        -
     40  1021 B_STET           ref   -     -        -       -  -   -      -        -
     41  1022 V_STET           ref   -     -        -       -  -   -      -        -
     42  1023 R_STET           ref   -     -        -       -  -   -      -        -
     43  1024 I_STET           ref   -     -        -       -  -   -      -        -
     44
     45  1051 u_SDSS           ref   -     -        -       -  -   -      -        -
     46  1052 g_SDSS           ref   -     -        -       -  -   -      -        -
     47  1053 r_SDSS           ref   -     -        -       -  -   -      -        -
     48  1054 i_SDSS           ref   -     -        -       -  -   -      -        -
     49  1055 z_SDSS           ref   -     -        -       -  -   -      -        -
    4250
    4351  1000 USNO_BLUE        ref   -     -        -       -  -   -      -        -
    4452  1001 USNO_RED         ref   -     -        -       -  -   -      -        -
     53  1002 USNO_J           ref   -     -        -       -  -   -      -        -
     54  1003 USNO_F           ref   -     -        -       -  -   -      -        -
     55  1004 USNO_N           ref   -     -        -       -  -   -      -        -
    4556
    4657  1100 GSC              ref   -     -        -       -  -   -      -        -
    4758
    48   1200 TYCHO_B          ref   -     -        -       -  -   -      -        -
    49   1201 TYCHO_V          ref   -     -        -       -  -   -      -        -
     59  2020 TYCHO_B          ref   -     -        -       -  -   -      -        -
     60  2021 TYCHO_V          ref   -     -        -       -  -   -      -        -
    5061
    5162  2011 2MASS_J          ref   -     -        -       -  -   -      -        -
     
    338349  611  CFH12K.Ha.11     dep   25.000 0.04     -       -  -   -      -       5
    339350                                                                             
    340   600  CFH12K.HaOff.00  dep   25.000 0.04     -       -  -   -      -       5
    341   601  CFH12K.HaOff.01  dep   25.000 0.04     -       -  -   -      -       5
    342   602  CFH12K.HaOff.02  dep   25.000 0.04     -       -  -   -      -       5
    343   603  CFH12K.HaOff.03  dep   25.000 0.04     -       -  -   -      -       5
    344   604  CFH12K.HaOff.04  dep   25.000 0.04     -       -  -   -      -       5
    345   605  CFH12K.HaOff.05  dep   25.000 0.04     -       -  -   -      -       5
    346   606  CFH12K.HaOff.06  dep   25.000 0.04     -       -  -   -      -       5
    347   607  CFH12K.HaOff.07  dep   25.000 0.04     -       -  -   -      -       5
    348   608  CFH12K.HaOff.08  dep   25.000 0.04     -       -  -   -      -       5
    349   609  CFH12K.HaOff.09  dep   25.000 0.04     -       -  -   -      -       5
    350   610  CFH12K.HaOff.10  dep   25.000 0.04     -       -  -   -      -       5
    351   611  CFH12K.HaOff.11  dep   25.000 0.04     -       -  -   -      -       5
    352   612  CFH12K.CN.00     dep   25.000 0.04     -       -  -   -      -       5
    353   613  CFH12K.CN.01     dep   25.000 0.04     -       -  -   -      -       5
    354   614  CFH12K.CN.02     dep   25.000 0.04     -       -  -   -      -       5
    355   615  CFH12K.CN.03     dep   25.000 0.04     -       -  -   -      -       5
    356   616  CFH12K.CN.04     dep   25.000 0.04     -       -  -   -      -       5
    357   617  CFH12K.CN.05     dep   25.000 0.04     -       -  -   -      -       5
    358   618  CFH12K.CN.06     dep   25.000 0.04     -       -  -   -      -       5
    359   619  CFH12K.CN.07     dep   25.000 0.04     -       -  -   -      -       5
    360   620  CFH12K.CN.08     dep   25.000 0.04     -       -  -   -      -       5
    361   621  CFH12K.CN.09     dep   25.000 0.04     -       -  -   -      -       5
    362   622  CFH12K.CN.10     dep   25.000 0.04     -       -  -   -      -       5
    363   623  CFH12K.CN.11     dep   25.000 0.04     -       -  -   -      -       5
    364   624  CFH12K.TiO.00    dep   25.000 0.04     -       -  -   -      -       5
    365   625  CFH12K.TiO.01    dep   25.000 0.04     -       -  -   -      -       5
    366   626  CFH12K.TiO.02    dep   25.000 0.04     -       -  -   -      -       5
    367   627  CFH12K.TiO.03    dep   25.000 0.04     -       -  -   -      -       5
    368   628  CFH12K.TiO.04    dep   25.000 0.04     -       -  -   -      -       5
    369   629  CFH12K.TiO.05    dep   25.000 0.04     -       -  -   -      -       5
    370   630  CFH12K.TiO.06    dep   25.000 0.04     -       -  -   -      -       5
    371   631  CFH12K.TiO.07    dep   25.000 0.04     -       -  -   -      -       5
    372   632  CFH12K.TiO.08    dep   25.000 0.04     -       -  -   -      -       5
    373   633  CFH12K.TiO.09    dep   25.000 0.04     -       -  -   -      -       5
    374   634  CFH12K.TiO.10    dep   25.000 0.04     -       -  -   -      -       5
    375   635  CFH12K.TiO.11    dep   25.000 0.04     -       -  -   -      -       5
    376   636  CFH12K.NB920.00  dep   25.000 0.04     -       -  -   -      -       5
    377   637  CFH12K.NB920.01  dep   25.000 0.04     -       -  -   -      -       5
    378   638  CFH12K.NB920.02  dep   25.000 0.04     -       -  -   -      -       5
    379   639  CFH12K.NB920.03  dep   25.000 0.04     -       -  -   -      -       5
    380   640  CFH12K.NB920.04  dep   25.000 0.04     -       -  -   -      -       5
    381   641  CFH12K.NB920.05  dep   25.000 0.04     -       -  -   -      -       5
    382   642  CFH12K.NB920.06  dep   25.000 0.04     -       -  -   -      -       5
    383   643  CFH12K.NB920.07  dep   25.000 0.04     -       -  -   -      -       5
    384   644  CFH12K.NB920.08  dep   25.000 0.04     -       -  -   -      -       5
    385   645  CFH12K.NB920.09  dep   25.000 0.04     -       -  -   -      -       5
    386   646  CFH12K.NB920.10  dep   25.000 0.04     -       -  -   -      -       5
    387   647  CFH12K.NB920.11  dep   25.000 0.04     -       -  -   -      -       5
    388   648  CFH12K.B2F.00    dep   25.000 0.04     -       -  -   -      -       5
    389   649  CFH12K.B2F.01    dep   25.000 0.04     -       -  -   -      -       5
    390   650  CFH12K.B2F.02    dep   25.000 0.04     -       -  -   -      -       5
    391   651  CFH12K.B2F.03    dep   25.000 0.04     -       -  -   -      -       5
    392   652  CFH12K.B2F.04    dep   25.000 0.04     -       -  -   -      -       5
    393   653  CFH12K.B2F.05    dep   25.000 0.04     -       -  -   -      -       5
    394   654  CFH12K.B2F.06    dep   25.000 0.04     -       -  -   -      -       5
    395   655  CFH12K.B2F.07    dep   25.000 0.04     -       -  -   -      -       5
    396   678  CFH12K.B2F.08    dep   25.000 0.04     -       -  -   -      -       5
    397   679  CFH12K.B2F.09    dep   25.000 0.04     -       -  -   -      -       5
    398   680  CFH12K.B2F.10    dep   25.000 0.04     -       -  -   -      -       5
    399   681  CFH12K.B2F.11    dep   25.000 0.04     -       -  -   -      -       5
    400 
    401   2100 ISP-Apogee-01.i  dep   15.0  0.10     -       -  -   -      -        1
    402 
    403 g : 19.25
    404 r : 19.15
    405 i : 18.50
    406 z : 17.25
    407 y : 14.15
     351  612  CFH12K.HaOff.00  dep   25.000 0.04     -       -  -   -      -       5
     352  613  CFH12K.HaOff.01  dep   25.000 0.04     -       -  -   -      -       5
     353  614  CFH12K.HaOff.02  dep   25.000 0.04     -       -  -   -      -       5
     354  615  CFH12K.HaOff.03  dep   25.000 0.04     -       -  -   -      -       5
     355  616  CFH12K.HaOff.04  dep   25.000 0.04     -       -  -   -      -       5
     356  617  CFH12K.HaOff.05  dep   25.000 0.04     -       -  -   -      -       5
     357  618  CFH12K.HaOff.06  dep   25.000 0.04     -       -  -   -      -       5
     358  619  CFH12K.HaOff.07  dep   25.000 0.04     -       -  -   -      -       5
     359  620  CFH12K.HaOff.08  dep   25.000 0.04     -       -  -   -      -       5
     360  621  CFH12K.HaOff.09  dep   25.000 0.04     -       -  -   -      -       5
     361  622  CFH12K.HaOff.10  dep   25.000 0.04     -       -  -   -      -       5
     362  623  CFH12K.HaOff.11  dep   25.000 0.04     -       -  -   -      -       5
     363  624  CFH12K.CN.00     dep   25.000 0.04     -       -  -   -      -       5
     364  625  CFH12K.CN.01     dep   25.000 0.04     -       -  -   -      -       5
     365  626  CFH12K.CN.02     dep   25.000 0.04     -       -  -   -      -       5
     366  627  CFH12K.CN.03     dep   25.000 0.04     -       -  -   -      -       5
     367  628  CFH12K.CN.04     dep   25.000 0.04     -       -  -   -      -       5
     368  629  CFH12K.CN.05     dep   25.000 0.04     -       -  -   -      -       5
     369  630  CFH12K.CN.06     dep   25.000 0.04     -       -  -   -      -       5
     370  631  CFH12K.CN.07     dep   25.000 0.04     -       -  -   -      -       5
     371  632  CFH12K.CN.08     dep   25.000 0.04     -       -  -   -      -       5
     372  633  CFH12K.CN.09     dep   25.000 0.04     -       -  -   -      -       5
     373  634  CFH12K.CN.10     dep   25.000 0.04     -       -  -   -      -       5
     374  635  CFH12K.CN.11     dep   25.000 0.04     -       -  -   -      -       5
     375  636  CFH12K.TiO.00    dep   25.000 0.04     -       -  -   -      -       5
     376  637  CFH12K.TiO.01    dep   25.000 0.04     -       -  -   -      -       5
     377  638  CFH12K.TiO.02    dep   25.000 0.04     -       -  -   -      -       5
     378  639  CFH12K.TiO.03    dep   25.000 0.04     -       -  -   -      -       5
     379  640  CFH12K.TiO.04    dep   25.000 0.04     -       -  -   -      -       5
     380  641  CFH12K.TiO.05    dep   25.000 0.04     -       -  -   -      -       5
     381  642  CFH12K.TiO.06    dep   25.000 0.04     -       -  -   -      -       5
     382  643  CFH12K.TiO.07    dep   25.000 0.04     -       -  -   -      -       5
     383  644  CFH12K.TiO.08    dep   25.000 0.04     -       -  -   -      -       5
     384  645  CFH12K.TiO.09    dep   25.000 0.04     -       -  -   -      -       5
     385  646  CFH12K.TiO.10    dep   25.000 0.04     -       -  -   -      -       5
     386  647  CFH12K.TiO.11    dep   25.000 0.04     -       -  -   -      -       5
     387  648  CFH12K.NB920.00  dep   25.000 0.04     -       -  -   -      -       5
     388  649  CFH12K.NB920.01  dep   25.000 0.04     -       -  -   -      -       5
     389  650  CFH12K.NB920.02  dep   25.000 0.04     -       -  -   -      -       5
     390  651  CFH12K.NB920.03  dep   25.000 0.04     -       -  -   -      -       5
     391  652  CFH12K.NB920.04  dep   25.000 0.04     -       -  -   -      -       5
     392  653  CFH12K.NB920.05  dep   25.000 0.04     -       -  -   -      -       5
     393  654  CFH12K.NB920.06  dep   25.000 0.04     -       -  -   -      -       5
     394  655  CFH12K.NB920.07  dep   25.000 0.04     -       -  -   -      -       5
     395  678  CFH12K.NB920.08  dep   25.000 0.04     -       -  -   -      -       5
     396  679  CFH12K.NB920.09  dep   25.000 0.04     -       -  -   -      -       5
     397  680  CFH12K.NB920.10  dep   25.000 0.04     -       -  -   -      -       5
     398  681  CFH12K.NB920.11  dep   25.000 0.04     -       -  -   -      -       5
     399  682  CFH12K.B2F.00    dep   25.000 0.04     -       -  -   -      -       5
     400  683  CFH12K.B2F.01    dep   25.000 0.04     -       -  -   -      -       5
     401  684  CFH12K.B2F.02    dep   25.000 0.04     -       -  -   -      -       5
     402  685  CFH12K.B2F.03    dep   25.000 0.04     -       -  -   -      -       5
     403  686  CFH12K.B2F.04    dep   25.000 0.04     -       -  -   -      -       5
     404  687  CFH12K.B2F.05    dep   25.000 0.04     -       -  -   -      -       5
     405  688  CFH12K.B2F.06    dep   25.000 0.04     -       -  -   -      -       5
     406  689  CFH12K.B2F.07    dep   25.000 0.04     -       -  -   -      -       5
     407  690  CFH12K.B2F.08    dep   25.000 0.04     -       -  -   -      -       5
     408  691  CFH12K.B2F.09    dep   25.000 0.04     -       -  -   -      -       5
     409  692  CFH12K.B2F.10    dep   25.000 0.04     -       -  -   -      -       5
     410  693  CFH12K.B2F.11    dep   25.000 0.04     -       -  -   -      -       5
     411
     412 3200  ISP-Apogee-01.g  dep   19.25  0.00     -       -  -   -      -        1
     413 3300  ISP-Apogee-01.r  dep   19.15  0.00     -       -  -   -      -        2
     414 3400  ISP-Apogee-01.i  dep   18.50  0.00     -       -  -   -      -        3
     415 3500  ISP-Apogee-01.z  dep   17.25  0.00     -       -  -   -      -        4
     416 3600  ISP-Apogee-01.y  dep   14.15  0.00     -       -  -   -      -        5
  • trunk/ippconfig/isp

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/megacam

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/recipes

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/recipes/ppStats.config

    r10462 r11576  
    66
    77# Define the outputs as MULTI
    8 HEADER          MULTI
    9 CONCEPT         MULTI
    10 STAT            MULTI
     8HEADER          MULTI
     9CONCEPT         MULTI
     10STAT            MULTI
    1111
    1212# Values to return
    13 STAT            STR     ROBUST_MEDIAN   # Background estimator
    14 STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
     13STAT            STR     ROBUST_MEDIAN   # Background estimator
     14STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
     15
     16PPSTATS_PHASE0  METADATA
     17  ### ppStats recipe for Phase 0 with MegaCam
     18
     19  # Options governing statistics
     20  SAMPLE        F32     0.1     # Fraction of cell to sample
     21  MASKVAL       U8      0xff    # Mask value to use for statistics
     22
     23  # Define the outputs as MULTI
     24  HEADER        MULTI
     25  CONCEPT       MULTI
     26  STAT          MULTI
     27
     28  # Values to return
     29  CONCEPT       STR     FPA.OBJECT      # Object name
     30  CONCEPT       STR     FPA.OBSTYPE     # Observation type
     31  CONCEPT       STR     FPA.FILTER      # Filter
     32  CONCEPT       STR     FPA.RA FPA.DEC  # Telescope pointing
     33  CONCEPT       STR     FPA.AIRMASS     # Airmass
     34  CONCEPT       STR     FPA.ALT FPA.AZ  # Telescopy alt/az
     35  CONCEPT       STR     FPA.POSANGLE    # Rotator angle
     36  CONCEPT       STR     FPA.TIME        # Time of exposure
     37  CONCEPT       STR     CHIP.TEMP       # Detector temperature
     38  CONCEPT       STR     CELL.EXPOSURE   # Exposure time
     39  STAT          STR     ROBUST_MEDIAN   # Background estimator
     40  STAT          STR     ROBUST_STDEV    # Background standard deviation estimator
     41END
  • trunk/ippconfig/simple

    • Property svn:ignore set to
      Makefile
      Makefile.in
Note: See TracChangeset for help on using the changeset viewer.