IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 84


Ignore:
Timestamp:
May 23, 2003, 10:02:55 AM (23 years ago)
Author:
eugene
Message:

added meganorth to allowed cameras (move out of *.c?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/cadc.c

    r69 r84  
    3131  if (!strcasecmp (Camera, "CFH12K"))  layout = CreateCFH12K ();
    3232  if (!strcasecmp (Camera, "MegaCam")) layout = CreateMegaCam ();
     33  if (!strcasecmp (Camera, "MegaNorth")) layout = CreateMegaCam ();
    3334  if (layout == (MosaicLayout *) NULL) {
    3435    fprintf (stderr, "ERROR: invalid camera for CADC Table\n");
Note: See TracChangeset for help on using the changeset viewer.