IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2018, 2:26:43 PM (8 years ago)
Author:
watersc1
Message:

Update to HSC glints. Added reduction class and recipe to test it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20170908/psastro/src/psastroLoadGlints.c

    r40179 r40399  
    345345                scale_factor = psMetadataLookupF32(&status, refItem->data.md, "FACTOR");
    346346                double limit = psMetadataLookupF32(&status, refItem->data.md, "LIMIT");
     347                limit += MagOffset;
    347348                if (star->Mag > limit) { continue; }
    348349              }
     
    407408              psPlane *tp = psPlaneAlloc();
    408409
    409               fprintf(stderr,"HSC GLINT: x1x2(%f %f) (%f %f) x1sx1e (%f %f %f %f) x2sx2e (%f %f %f %f)\n",
     410              fprintf(stderr,"HSC GLINT %f: x1x2(%f %f) (%f %f) x1sx1e (%f %f %f %f) x2sx2e (%f %f %f %f)\n",
     411                      star->Mag,
    410412                      x1,y1,x2,y2,
    411413                      x1s,y1s,x1e,y1e,
Note: See TracChangeset for help on using the changeset viewer.