Changeset 1513 for trunk/MagicSoft


Ignore:
Timestamp:
09/04/02 11:03:03 (22 years ago)
Author:
blanch
Message:
Modifications to use MGeomCam from MARS.
Location:
trunk/MagicSoft/Simulation/Detector/Camera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.h

    r1420 r1513  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.8 $
     21//= $Revision: 1.9 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-07-16 16:20:23 $
     23//= $Date: 2002-09-04 09:59:07 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    271271void read_pixels(struct camera *cam);
    272272int pixels_are_neig(int pix1, int pix2);
    273 int bpoint_is_in_pix(double dx, double dy, int ipixnum, struct camera *pcam);
     273int bpoint_is_in_pix(double dx, double dy, int ipixnum,
     274                      MGeomCamMagic *pcamgeom);
    274275float  dist_r_P(float a, float b, float c,
    275276                float l, float m, float n,
     
    278279float lin_interpol(float x1, float y1, float x2, float y2, float x);
    279280int produce_phes( FILE *sp, // the input file
    280                   struct camera *cam, // the camera layout
     281                  MGeomCamMagic *camgeom, // the camera layout
    281282                  float minwl_nm, // the minimum accepted wavelength
    282283                  float maxwl_nm, // the maximum accepted wavelength
     
    292293
    293294int produce_nsbrates( char *inname,
    294                       struct camera *cam,
     295                      MGeomCamMagic *camgeom,
    295296                      float nsbrate[][iNUMWAVEBANDS]
    296297                      );
     
    318319/*
    319320 *$Log: not supported by cvs2svn $
     321 *Revision 1.8  2002/07/16 16:20:23  blanch
     322 *Modifications done for the camera.cxx version, where a first implementation
     323 *of the Star Field Rotation has been introduced.
     324 *
    320325 *Revision 1.7  2002/03/15 16:06:53  blanch
    321326 *Library time.h has been added.
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux

    r758 r1513  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.Linux,v $
    20 # $Revision: 1.5 $
     20# $Revision: 1.6 $
    2121# $Author: blanch $
    22 # $Date: 2001-04-20 07:57:07 $
     22# $Date: 2002-09-04 10:03:03 $
    2323##################################################################
    2424# @maintitle
     
    5050INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
    5151INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
     52INCLUDE_MARS_MGEOM   = ../../../include-Classes/mgeom
    5253INCLUDE_REFL         = ../ReflectorII
    5354INCLUDE_STAR         = ../StarResponse
Note: See TracChangeset for help on using the changeset viewer.