IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42779


Ignore:
Timestamp:
Jan 8, 2025, 10:34:00 AM (18 months ago)
Author:
cclin33
Message:

add pzgetexp on/off macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r41734 r42779  
    4949macro summitcopy.reset
    5050    summitcopy.reset
     51end
     52
     53# pzgetexp is loading exposure files to summitExp
     54macro pzgetexp.on
     55  task pzgetexp
     56    active true
     57  end
     58end
     59
     60macro pzgetexp.ooff
     61  task pzgetexp
     62    active false
     63  end
    5164end
    5265
Note: See TracChangeset for help on using the changeset viewer.